Skip to content

Improved SVG support

Compare
Choose a tag to compare
@aprokopenko aprokopenko released this 16 Jan 15:01
· 71 commits to master since this release

We found a problem with SVG, that it's not valid to use tag for them. Furthermore, different browsers works weird when there are no width/height attributes.

Unfortunately, there are no options to find out the correct dimensions of SVG.

As an update we updated the code to always print tag with width and height attributes set from the configuration array (main size only!, no media break points)