Skip to content

fix: correct VALUE_IMAGE_ANTIALIAS to VALUE_IMAGE_ANTIALIASING in README - #175

Open
Jah-yee wants to merge 1 commit into
weisJ:masterfrom
Jah-yee:fix/readme-antialiasing-typo
Open

fix: correct VALUE_IMAGE_ANTIALIAS to VALUE_IMAGE_ANTIALIASING in README#175
Jah-yee wants to merge 1 commit into
weisJ:masterfrom
Jah-yee:fix/readme-antialiasing-typo

Conversation

@Jah-yee

@Jah-yee Jah-yee commented Sep 3, 2026

Copy link
Copy Markdown

Summary

Corrects the README documentation for SVGRenderingHints.KEY_IMAGE_ANTIALIASING to match the actual Java constant names.

Before: VALUE_IMAGE_ANTIALIAS_ON and VALUE_IMAGE_ANTIALIAS_OFF
After: VALUE_IMAGE_ANTIALIASING_ON and VALUE_IMAGE_ANTIALIASING_OFF

References

Corrects the README documentation for SVGRenderingHints.KEY_IMAGE_ANTIALIASING.
The constant values are VALUE_IMAGE_ANTIALIASING_ON and VALUE_IMAGE_ANTIALIASING_OFF
(not VALUE_IMAGE_ANTIALIAS_ON/OFF).

Fixes issue weisJ#174.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Small typo in README

1 participant