mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 02:20:45 +01:00
Reapplied blendMode
This commit is contained in:
@@ -337,7 +337,10 @@ public class PGraphicsJava2D extends PGraphics {
|
||||
if (fontObject != null) {
|
||||
g2.setFont(fontObject);
|
||||
}
|
||||
|
||||
// https://github.com/processing/processing/issues/4019
|
||||
if (blendMode != 0) {
|
||||
blendMode(blendMode);
|
||||
}
|
||||
handleSmooth();
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user