SVG image has only `1px` width + height
-
The SVG images have only
1px
of width and height.This appears to be related to the previous issue of division by zero in some applications, whereas SVG image dimensions were determined as being
0
.Now a fallback of
1
is used instead – but it would be better when the actual SVG dimensions can be parsed out of the SVG file (which is available in those SVGs that only have1px
assigned).
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘SVG image has only `1px` width + height’ is closed to new replies.