-
`GUITasks.drawDashed()` draws each dash individually!
Using strokes from Graphics2D would be much more optimal.
-
Graphics2D big; 这个 big 对象没创建啊
-
Hello,
I wanted to tell you that your project gave me an idea, I created a jfxConverter project on sourceforge (https://sourceforge.net/projects/jfxconverter/) which allows to paint the content of a …
-
Not currently available, and may require rebuilding our PDF support (to not just use the `Graphics2D` implementation we have in there).
-
Batik has [a class](https://xmlgraphics.apache.org/batik/using/svg-generator.html) to render a `Graphics2D` context to SVG.
Modern browers render SVG just fine, and this could give the opportunity to…
-
import java.awt.Color;
import java.awt.GradientPaint;
import java.awt.Graphics2D;
import java.io.IOException;
import javax.imageio.ImageIO;
import javax.swing.JFrame;
import javax.swing.JPanel…
-
When I put an image (jpg, png...) on a JLabel this is scaled to fit the screen DPI, but if interpolation is not enabled it looks really bad.
Example scaling 125% without interpolation:
![example_1…
-
Could you pls implement some more operations, like java.awt.Graphics2D's drawString method.
We are very appreciated if you can help to add this operation. Thanks!
-
# Technical details
> Heavily inspired by Java's Graphics2D and Javascript's graphical context of the canvas.
typical use after setting up :
```cpp
GraphicContext2D *context = new Graphic…
-
Initial work has already been done on a shader-based pipeline, see e9db0c1043be735f0bd68d19058bf2e7a915f7ff. We should extend this to cover the entire functionality of java.awt.Graphics2D.