RFR: 8323879: constructor Path(Path) which takes another Path object fail to draw on canvas html [v2]
Jay Bhaskar
jbhaskar at openjdk.org
Fri Jan 19 01:06:52 UTC 2024
On Thu, 18 Jan 2024 20:51:05 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> Jay Bhaskar has updated the pull request incrementally with one additional commit since the last revision:
>>
>> remove unused variable and imports
>
> modules/javafx.web/src/test/java/test/javafx/scene/web/PathContructorTest.java line 33:
>
>> 31: import java.awt.image.BufferedImage;
>> 32: import java.util.Base64;
>> 33: import javafx.scene.web.WebEngineShim;
>
> All of these imports are unused and can be removed.
done
> modules/javafx.web/src/test/java/test/javafx/scene/web/PathContructorTest.java line 36:
>
>> 34:
>> 35:
>> 36: import org.junit.After;
>
> Unused import.
done
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1339#discussion_r1458162283
PR Review Comment: https://git.openjdk.org/jfx/pull/1339#discussion_r1458162444
More information about the openjfx-dev
mailing list