mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 03:10:59 +00:00
This doesn't seem to actually have fixed any bugs, as having FillOpacity instead of StrokeOpacity in the call to parse_css_value doesn't seem to have actually been causing bugs. But, I still think it's worthwhile correcting. The reason that it wasn't causing bugs is that having FillOpacity instead of StrokeOpacity in the call to parse_css_value means that when parsing the value is compared to the acceptable values for that property (for example the value can only be a percentage, or a number, etc.). In this case both FillOpacity and StrokeOpacity seem to accept the same values. |
||
|---|---|---|
| .. | ||
| dont-stretch-fit-svg-with-indefinite-containing-block-width.html | ||
| mask-element-should-not-participate-in-layout.html | ||
| rectangle.svg | ||
| svg-as-image-implicit-viewbox.html | ||
| svg-as-image-invalid.html | ||
| svg-as-image.html | ||
| svg-different-types-of-opacity.html | ||
| svg-fill-with-bogus-url.html | ||
| svg-g-with-opacity.html | ||
| svg-inside-svg.html | ||
| svg-intrinsic-size-in-one-dimension.html | ||
| svg-negative-elliptical-arg-number.html | ||
| svg-path-with-implicit-lineto.html | ||
| svg-symbol-with-viewbox.html | ||
| svg-with-css-variable-in-presentation-hint.html | ||
| svg-with-display-block.html | ||
| svg-with-zero-intrinsic-size-and-no-viewbox.html | ||
| svg-with-zero-intrinsic-size-and-no-viewbox.svg | ||
| svg-without-viewbox.svg | ||
| text-fill-none.html | ||