We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A transform on the gradient gets inverted in the Cairo port.
Consider the following document:
<?xml version="1.0"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="glyph99" viewBox="0 0 1000 1000"> <defs> <linearGradient id="grad" gradientUnits="userSpaceOnUse" gradientTransform="translate(200 200)" x1="100" y1="100" x2="400" y2="400"> <stop offset="0" stop-color="red" /> <stop offset="1" stop-color="blue" /> </linearGradient> </defs> <rect x="100" y="100" width="500" height="500" fill="url(#grad)"/> </svg>
Have a look at the following renderings.
Librsvg SNV (Cairo) SNV (Skia)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A transform on the gradient gets inverted in the Cairo port.
Consider the following document:
Have a look at the following renderings.
Librsvg
SNV (Cairo)
SNV (Skia)
The text was updated successfully, but these errors were encountered: