-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
Fixed handling of svgs in PolygonSymbolizer #1095
Fixed handling of svgs in PolygonSymbolizer #1095
Conversation
9de04a1
to
793b645
Compare
Verified by user. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Imports shall be explicit, not java.awt.*
Question: what happens when another image format (like png) is used instead of svg? |
Fixed |
Images in other formats than svg are read during parsing: Lines 373 to 375 in d9ccf38
The enhancements applies only if graphic.image == null (in case of svgs and marks). |
Fixes #1093