Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danmadeira/construcao-elementos-svg
Construção dos elementos gráficos da linguagem SVG.
https://github.com/danmadeira/construcao-elementos-svg
class construction create graphics language php svg svg-editor vector-graphics xml
Last synced: about 2 months ago
JSON representation
Construção dos elementos gráficos da linguagem SVG.
- Host: GitHub
- URL: https://github.com/danmadeira/construcao-elementos-svg
- Owner: danmadeira
- License: gpl-3.0
- Created: 2020-05-30T23:29:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-07T13:02:22.000Z (almost 4 years ago)
- Last Synced: 2023-10-20T07:51:38.951Z (about 1 year ago)
- Topics: class, construction, create, graphics, language, php, svg, svg-editor, vector-graphics, xml
- Language: PHP
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Construção de elementos SVG
Uma classe em PHP para construção dos elementos gráficos da linguagem SVG 1.1, na gramática XML. Cada função retorna uma string de um elemento SVG, container ou gráfico, com os respectivos atributos.
Este lançamento ainda não contém todos os elementos SVG. Contudo, contém boa parte dos elementos gráficos, incluindo seus principais atributos.
:point_right: Esta classe foi utilizada em [Modelo SVG para labirinto 3D](https://github.com/danmadeira/labirinto) e em [Bandeira Nacional em PHP](https://github.com/danmadeira/bandeira-nacional-em-php)
### Referências:
- BELLAMY-ROYDS, A.; CAGLE, K. *SVG Colors, Patterns & Gradients: Painting Vector Graphics*. O'Reilly, 2016.
- BELLAMY-ROYDS, A.; CAGLE, K.; STOREY, D. *Using SVG with CSS3 and HTML5: Vector Graphics for Web Design*, Second Release. O'Reilly, 2018.
- COWBURN, P. e col. *Manual do PHP*. PHP Documentation Group. 25 de Dezembro de 2020. Disponível em:
- EISENBERG, J. D.; BELLAMY-ROYDS, A. *SVG Essentials*, Second Edition. O'Reilly, 2015.
- LIBBY, A. *Beginning SVG: A Practical Introduction to SVG using Real-World Examples*. Apress, 2018.
- W3C *Scalable Vector Graphics (SVG) 1.1 (Second Edition)*, W3C Recommendation 16 August 2011. Disponível em: