rougier / svg-lib

Emacs SVG libraries for creatings tags, icons and bars
GNU General Public License v3.0
335 stars 30 forks source link

Remove hard coded image scaling factor #7

Closed HyunggyuJang closed 2 years ago

HyunggyuJang commented 2 years ago

Image scaling factor is governed by image-scaling-factor value, in create-image. svg-image calls create-image under the hood, hence, the user can restore scale factor of 1 by adjusting image-scaling-factor.

Fixes #6.