Alex313031 / Chromium-Vector-Icons

Chrome Extension which draws vector .icon files in the Chromium repository.
https://chrome.google.com/webstore/detail/chromium-vector-icon-pain/cnlndebkegcfnbiknohgneobakigplhf
Apache License 2.0
6 stars 2 forks source link

Update vector_icon.js #2

Closed dragonloverlord closed 1 year ago

dragonloverlord commented 1 year ago

Add support for QUADRATIC_TO, R_QUADRATIC_TO, QUADRATIC_TO_SHORTHAND to fix drawing of rounded icons

Should resolve Issue #1

Please note that although most icons are fine now some notably google_color.icon and settings.icon have a doubling affect... Probably due to multiple Sizes specified by the CANVAS_DIMENSIONS tags.

I have attached screenshots of the resulting icons after my fix including the google_color.icon doubling affect. I have chosen to not include screenshots of the icons before my fix because they were just blank boxes.

Screenshot 2023-04-15 093130 Screenshot 2023-04-15 093215 Screenshot 2023-04-15 093248