We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b6b5a commit 843bf79Copy full SHA for 843bf79
1 file changed
README.md
@@ -109,8 +109,8 @@ shape_rendering - SVG Attribute: auto | optimizeSpeed | crispEdges | geometricPr
109
(defaults crispEdges)
110
standalone - Whether to make this a full SVG file, or only an svg to embed in other svg
111
(default true)
112
-use_path - Use <path> to render SVG rather than <rect> to significantly reduce size
113
- and quality. This will become the default in future versions.
+use_path - Use <path> to render SVG rather than <rect> to significantly reduce size.
+ This will become the default in future versions.
114
(default false)
115
viewbox - Replace the `svg.width` and `svg.height` attribute with `svg.viewBox` to
116
allow CSS scaling
0 commit comments