cppfw / svgren

:camera: SVG rendering library in C++
MIT License
206 stars 41 forks source link

user-space gradient transformation is not as expected #77

Closed igagis closed 3 years ago

igagis commented 4 years ago
  1. Render tests/unit/samples_data/gradient-transform-rotate-compare.svg file
  2. compare with how chromium or firefox render it

Expected result: the image rendered by svgren and by firefox are the same

Actual result: the right ellipse looks different, the gradient is rotated correctly, but stretched incorrectly

igagis commented 3 years ago

not reproduced