> 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 one additional 
commit since the last revision:

  Modify SW pipeline

-------------

Changes:
  - all: https://git.openjdk.java.net/jfx/pull/190/files
  - new: https://git.openjdk.java.net/jfx/pull/190/files/76e4745d..2e2b5cd1

Webrevs:
 - full: https://webrevs.openjdk.java.net/jfx/190/webrev.02
 - incr: https://webrevs.openjdk.java.net/jfx/190/webrev.01-02

  Stats: 91 lines in 3 files changed: 33 ins; 58 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

Reply via email to