-
Notifications
You must be signed in to change notification settings - Fork 93
stroke-dasharray : comma - space #113
Comments
rsvg has a ton of bugs. Making workarounds for them is not my job. All I can do is to make an option to choose a separator for |
I would say it is one of the most famous one, which is very easy to solve. And if I have a correct file, I don't want that it get messed up, you don't have to repair them, but you shouldn't produce meaningless Rendererrors. scour, svgo and Inkscape keep the seperator of inputformat. (even if it mixed) |
Well, svgcleaner is correct according to the SVG spec. It's purely the rsvg problem. |
Both specification are correct, but W3C uses commas on there website: I'm not happy about it, but it is up on you if you want to change it. |
There is nothing to change. |
Thank you very much! :) Is there a possibility to get the unreleased version? [I'm using Cygwin (With |
I think this should work:
But it doesn't. Probably a cargo bug. See: rust-lang/cargo#4830 |
Seems like the working command is:
|
@RazrFalcon : Thanks: For me
worked. Corrected: 2018:
worked. |
The librsvg-Render don't handle spaces in stoke-dasharray:
https://phabricator.wikimedia.org/T32033
therefore I need commas instead of spaces. (at least if the input are commas the output should also be) Maybe an option
--renderer-workaround
as in scour, or you can also always use commas, they need the same number of characters.See also:
https://commons.wikimedia.org/wiki/Librsvg_bugs#stroke-dasharray
The text was updated successfully, but these errors were encountered: