Skip to content
New issue

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

SVG: Support for gradients #654

Closed
artemp opened this issue Oct 11, 2011 · 1 comment
Closed

SVG: Support for gradients #654

artemp opened this issue Oct 11, 2011 · 1 comment

Comments

@artemp
Copy link
Member

artemp commented Oct 11, 2011

SVG symbol support (eg. <PointSymbolizer file="foo.svg" />) doesn't currently support gradients. We should, so they look prettier:

  1. linear gradients
  2. radial gradients

Not sure which SVG profile/version we're going for, but 1.2 Tiny defines gradients as: http://www.w3.org/TR/SVGMobile12/painting.html#Gradients

@artemp
Copy link
Member Author

artemp commented Oct 11, 2011

[rcoup] [2532] and [2533] add support for parsing and rendering linear and radial gradients in SVG symbols, and adding vector output support to Cairo for SVG symbols.

Thanks to Toby Collett for the coding and Paul Wicks for organising some funding for this work to be completed.

@artemp artemp closed this as completed Oct 11, 2011
artemp pushed a commit that referenced this issue Oct 11, 2011
…anks to Toby Collett for the coding & Paul Wicks for funding.
artemp pushed a commit that referenced this issue Oct 11, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant