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
What information was incorrect, unhelpful, or incomplete?
SVG images with a percentage value set in the width attribute of the svg element are not displayed at the correct size.
For example, if you have a local SVG image with width="100%" set on the svg element, the attribute on the img element that displays it will be set to width="100".
What did you expect to see?
The width of an SVG image with a percentage value for the width attribute should be determined based on the value of the viewBox attribute.
Do you have any supporting links, references, or citations?
I believe this problem can be solved by using the width method to get the width of the image in the following code, instead of directly referencing the width of the Width structure. If the value of the width attribute of the svg element is specified as a percentage, the width method will calculate the width of the image based on the viewbox.
What information was incorrect, unhelpful, or incomplete?
SVG images with a percentage value set in the width attribute of the svg element are not displayed at the correct size.
For example, if you have a local SVG image with
width="100%"
set on the svg element, the attribute on the img element that displays it will be set towidth="100"
.What did you expect to see?
The width of an SVG image with a percentage value for the width attribute should be determined based on the value of the
viewBox
attribute.Do you have any supporting links, references, or citations?
Do you have anything more you want to share?
I believe this problem can be solved by using the
width
method to get the width of the image in the following code, instead of directly referencing thewidth
of theWidth
structure. If the value of the width attribute of the svg element is specified as a percentage, thewidth
method will calculate the width of the image based on the viewbox.rari/crates/rari-doc/src/html/fix_img.rs
Line 65 in 28b1a2c
The text was updated successfully, but these errors were encountered: