mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-25 18:05:04 +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.