Skip to content

Allow percentages to be used as opacity

This commit modifies the way UnitInterval works. After skimming through the code looking for places that UnitInterval was used, I found it being used for alpha-value, and for stop-offset. StopOffset actually had to implement percentage parsing already, so that just cleaned things up.

Fixes #817 (closed)

Merge request reports