RFR: 8242861: Update ImagePattern to apply SVG pattern transforms [v5]
Arun Joseph
ajoseph at openjdk.java.net
Mon Aug 24 05:56:57 UTC 2020
> fillPath() and fillRect() functions in
> [GraphicsContextJava.cpp](https://github.com/openjdk/jfx/blob/master/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/GraphicsContextJava.cpp)
> use Image::drawPattern() for applying patterns as fill. But drawPattern() doesn't use patternTransform argument as
> ImagePattern doesn't have the same attribute. So, the final image won't be transformed.
Arun Joseph has updated the pull request incrementally with three additional commits since the last revision:
- Exclude TYPE_IDENTITY case
- Another fix for printing
- Minimal fix for printing
-------------
Changes:
- all: https://git.openjdk.java.net/jfx/pull/190/files
- new: https://git.openjdk.java.net/jfx/pull/190/files/9b841f4b..d808d27a
Webrevs:
- full: https://webrevs.openjdk.java.net/jfx/190/webrev.04
- incr: https://webrevs.openjdk.java.net/jfx/190/webrev.03-04
Stats: 19 lines in 1 file changed: 19 ins; 0 del; 0 mod
Patch: https://git.openjdk.java.net/jfx/pull/190.diff
Fetch: git fetch https://git.openjdk.java.net/jfx pull/190/head:pull/190
PR: https://git.openjdk.java.net/jfx/pull/190
More information about the openjfx-dev
mailing list