You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In convert-to-webextension, an SVG file is converted to PNGs of various sizes for use in the Firefox (or other browsers') UI. The problem is that the images are not being resized; just clipped.
* Implement the concepts listed in #11 so that the code reads more like
the spec.
* Add the <footer>-in-<blockquote> tests and ensure they pass (fixes#11)
* Was able to add some minor optimisations due to having the tests.
* Fix bug in build system whereby content.js had the wrong name.
In
convert-to-webextension
, an SVG file is converted to PNGs of various sizes for use in the Firefox (or other browsers') UI. The problem is that the images are not being resized; just clipped.This apparent bug was reported to grunt-respimg.
The text was updated successfully, but these errors were encountered: