Patrick Storz
Patrick Storz
OK, I'm "confused" by this to say the least... The relevant section in the SVG 1.1 specification - [8.3.9 The grammar for path data](https://www.w3.org/TR/SVG/paths.html#PathDataBNF) - clearly states a "flag" is...
> If it is "-", we refuse it as a syntax error. The reason for rejecting "-" is basically that I read flags as single byte/digit values. There are tests...
I'm still mulling over this. In general I'm not opposed, but it has the potential to break images if used wrongly (which the existing precision option usually does not!) and...
Thanks for this and sorry for slow response! Can you clarify a bit how testing on ppc64le will profit Scour? Naively I'd assume Python to work the same irregardless of...
This still sounds like a good idea! In fact there are at least three attributes worth considering: - [`display="none"`](https://www.w3.org/TR/SVG/painting.html#DisplayProperty) as mentioned initially - [`visibility="hidden"`](https://www.w3.org/TR/SVG/painting.html#VisibilityProperty) or `visibility="collapse"` - [`opacity="0"`](https://www.w3.org/TR/SVG/masking.html#OpacityProperty) All of...
The problem seems to be the executable python (or pip?) creates. I'm on Windows 10 myself and if I run ``` python -m scour.scour zСистема.svg zСистема2.svg ``` it works flawlessly.
I haven't used cygwin in a long time, sorry. Just noticed I can not make it work in Python 2 either, so maybe it's a general issue in Python 2...
Please read properly: https://github.com/scour-project/scour/issues/158#issuecomment-366466536
> scour.exe does not work properly, but the source code does? The executable is only a wrapper automatically created by pip - it seems the wrapper causes additional problems when...
Well, as I wrote it's basically a Python issue... See https://bugs.python.org/issue2128 for some older information on this. I'm not sure if it even could be worked around from our side...