On Sun, 6 Sep 2026 15:50:26 GMT, Michael Strauß <[email protected]> wrote:
>> John Hendrikx has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Use actual painted pixels to compute dirty rects
>
> modules/javafx.graphics/src/main/java/javafx/scene/image/DrawingContext.java
> line 55:
>
>> 53: * The {@code DrawingContext} maintains the following rendering
>> attributes
>> 54: * which affect various subsets of the rendering methods:
>> 55: * <table class="overviewSummary" style="width:80%; margin-left:auto;
>> margin-right:auto">
>
> Please indent the HTML elements of this table, it is unreadable in source
> code.
Yeah, this "junk" style is copied mostly verbatim from `GraphicsContext` when
it is was still a proof-of-concept; I've adjusted it now.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1969#discussion_r3945327995