Johannes Kalliauer

Results 88 comments of Johannes Kalliauer

> > Can you mention a few? > > > Are there any valid reasons why we would like to keep _unnecessary_ default attributes (which this issue seems to request)?...

@pborunda Rounding might be improved, but rounding down if number with finial 1,2 and rounding up if finial number is 8,9 does not make much sense to me. However it...

@oberstet : There is also an [explantation of the optional scourattributes](https://github.com/scour-project/scour/wiki/Documentation). Maybe you should list what should be improve. -What's the advantages of scour -What's the options of scour -How...

@nthykier > Could you check whether #271 fixes this problem for you? :) To answer your Question: Not shure if I can. ;) ---- # Some additional information ## What...

@nthykier I still get the same output ```bash $ pip3 install --upgrade https://github.com/nthykier/scour/archive/gh-225-gradient-fix.zip --user Collecting https://github.com/nthykier/scour/archive/gh-225-gradient-fix.zip Using cached https://github.com/nthykier/scour/archive/gh-225-gradient-fix.zip Requirement already satisfied: six>=1.9.0 in /usr/lib/python3.8/site-packages (from scour==0.38.2) (1.14.0) ``` ```bash...

@nthykier Sorry https://github.com/nthykier/scour/archive/gh-225-gradient-fix.zip fixed the issue, but not the master-branch. After merging it can be closed.

@kevincox 1. Is implemented in (i) for SVG1.1: https://github.com/RazrFalcon/svgcleaner/ --remove-nonsvg-attributes yes --remove-nonsvg-elements yes or (ii) for SVG2.0 simplification: https://github.com/RazrFalcon/resvg/tree/master/usvg or (iii) for file-size-reduction: https://github.com/svg/svgo or (iv) if you just want...

> It can be opt-in. For some people the risk of breakage is worth it. I agree on that (implementing unstable beta-featurs as opt-in), however developers generally don't implement it....

@ygra This is implemented in [svgo](https://github.com/svg/svgo), however removing `visibility="hidden"`, `opacity="0"`, `display="none"`, `fill-opacity="0" stroke-opacity="0"` might delete important editor-data. If something is set to hidden (and not removed) it is done (mostly)...

Is there an option to dissable `removeUnusedAttributesOnParent`? E.g. https://tools.wmflabs.org/svgworkaroundbot/ uses scour to make workarounds for librsvg, this script is used for [SVGWorkaroundBot](https://commons.wikimedia.org/wiki/User:SVGWorkaroundBot) on Commons. So the Bot ideally should be...