-
Hi, I am using your tool to generate SDF icons for MapLibre JS and it works great for some icons but for the following just renders as a black square:
```svg path
M 5.777 1.777 C 5.777000000000001…
-
Hi, the Gcode generator used here, does it exist separately? I would like to be able to use it for svg created outside of d2s.
-
Hi,
I get an error when i try to edit my yaml file. That line works fine, it's an extension for MkDocs.
`Error: YAMLException: unknown tag ! (17:5)`
```
markdown_extensions:
- markdown_…
-
I have this basic svg with the gradient in the rectangle:
``` xml
```
What I end up with is this:
![screen shot 2015-09-04 at 3 39 09](https://cloud.githubusercontent.com…
-
### Please answer the questions below, it helps us to keep track of the issue. Please do not ignore it or your issue will be closed.
1. Which driver are you using and version of it (Ex: PostgreSQL …
-
Following the hint made by @fregante in #428, I propose a readme generator for the API part.
@sindresorhus I did a POC and you can see the generated readme [there](https://github.com/skarab42/typ…
-
- [ ] lookup free SVG icon scources
- [ ] or generate one. for quick start and online prototyping: https://favicon.io/favicon-generator/
---
Sources:
* https://www.flaticon.com/packs/cancer-11
-
Congratulations!
Ideas for visual effects:
https://freefrontend.com/css-text-animations/
https://codepen.io/mtsgeneroso/pen/mdJRpxX
https://www.youtube.com/watch?v=m1ZKHPbnyjo
https://ww…
-
https://svgwave.in/
https://www.shapedivider.app/
https://getwaves.io/
https://shapedividers.com/
https://9elements.github.io/fancy-border-radius/
https://www.softr.io/tools/svg-shape-generator
-
A basic usage of the `pie` module like this:
```py
from svg.charts.pie import Pie
fields = ["A", "B"]
data = [1, 13]
graph = Pie(dict(height=500, width=500, fields=fields))
graph.add_data({"…