Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luontola/svg-printing-poc
Proof of concept about SVG-to-PNG, manipulating SVG DOM etc.
https://github.com/luontola/svg-printing-poc
Last synced: 4 days ago
JSON representation
Proof of concept about SVG-to-PNG, manipulating SVG DOM etc.
- Host: GitHub
- URL: https://github.com/luontola/svg-printing-poc
- Owner: luontola
- License: wtfpl
- Created: 2023-09-28T11:39:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-29T14:17:45.000Z (about 1 year ago)
- Last Synced: 2024-04-15T07:10:16.845Z (7 months ago)
- Language: HTML
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SVG Proof of Concept
Demonstrates putting SVG on a web page:
1. various ways to put SVG in HTML
2. text wrapping by putting HTML in SVG
3. converting SVG to PNG
4. manipulating SVG DOM
5. sensitivity to global CSS## Using
python server.py
open http://localhost:8080/svg-to-png.html