On Fri, 21 Mar 2025 08:17:39 GMT, Jay Bhaskar wrote:
> Issue:
> Ref: Webkit 619.1
> javafx.web/src/main/native/Source/WebCore/platform/graphics/ImageSource.cpp
> refactoring in 620.1
> In the case of the canvas pattern using a transform property filled with an
> SVGMatrix()
> created by an SV
On Fri, 21 Mar 2025 10:54:58 GMT, Sergey Nazarkin wrote:
> I see CanvasTest failure. But I guess it is unrelated
>
> ```
> CanvasTest > testCanvasPattern() FAILED
> org.opentest4j.AssertionFailedError: First rect top-left ==> expected:
> <255> but was: <0>
> ```
@snazarkin This failure is
On Fri, 21 Mar 2025 08:17:39 GMT, Jay Bhaskar wrote:
> Issue:
> Ref: Webkit 619.1
> javafx.web/src/main/native/Source/WebCore/platform/graphics/ImageSource.cpp
> refactoring in 620.1
> In the case of the canvas pattern using a transform property filled with an
> SVGMatrix()
> created by an SV
A clean backport to jfx24u , the patch fixes current canvas pattern issue where
canvas pattern drawing was not working when using svg matrix image.
-
Commit messages:
- Backport fd099a7f067c1694c1c12a8fa02b1e7eda51201f
Changes: https://git.openjdk.org/jfx24u/pull/16/files
Webrev:
On Fri, 21 Mar 2025 08:17:39 GMT, Jay Bhaskar wrote:
> Issue:
> Ref: Webkit 619.1
> javafx.web/src/main/native/Source/WebCore/platform/graphics/ImageSource.cpp
> refactoring in 620.1
> In the case of the canvas pattern using a transform property filled with an
> SVGMatrix()
> created by an SV
On Fri, 21 Mar 2025 08:17:39 GMT, Jay Bhaskar wrote:
> Issue:
> Ref: Webkit 619.1
> javafx.web/src/main/native/Source/WebCore/platform/graphics/ImageSource.cpp
> refactoring in 620.1
> In the case of the canvas pattern using a transform property filled with an
> SVGMatrix()
> created by an SV
On Fri, 21 Mar 2025 08:17:39 GMT, Jay Bhaskar wrote:
> Issue:
> Ref: Webkit 619.1
> javafx.web/src/main/native/Source/WebCore/platform/graphics/ImageSource.cpp
> refactoring in 620.1
> In the case of the canvas pattern using a transform property filled with an
> SVGMatrix()
> created by an SV
On Fri, 21 Mar 2025 12:40:21 GMT, Kevin Rushforth wrote:
> > I see CanvasTest failure. But I guess it is unrelated
> > ```
> > CanvasTest > testCanvasPattern() FAILED
> > org.opentest4j.AssertionFailedError: First rect top-left ==> expected:
> > <255> but was: <0>
> > ```
>
> @snazarkin Thi
On Fri, 21 Mar 2025 08:17:39 GMT, Jay Bhaskar wrote:
> Issue:
> Ref: Webkit 619.1
> javafx.web/src/main/native/Source/WebCore/platform/graphics/ImageSource.cpp
> refactoring in 620.1
> In the case of the canvas pattern using a transform property filled with an
> SVGMatrix()
> created by an SV
Issue:
Ref: Webkit 619.1
javafx.web/src/main/native/Source/WebCore/platform/graphics/ImageSource.cpp
refactoring in 620.1
In the case of the canvas pattern using a transform property filled with an
SVGMatrix()
created by an SVG element, `frame.m_nativeImage->size()` calls
`NativeImage::size()`
10 matches
Mail list logo