Tiemen Rapati
Tiemen Rapati
## Description Stumbled upon this just now - seems like beginDraw() / endDraw() clear the canvas of a PGraphics object when that object is created with the P2D renderer. ##...
## Description With pixelDensity(2) enabled, PDF exports using offscreen buffers like beginRecord() and createGraphics(PDF) need to be scaled by 0.5 (1 / float(pixelDensity)) to have the expected result. ## Steps...
## Description Whenever loadPixels() is used **on a PGraphics object** in a P2D context, it seems to literally download the texture every time, regardless of whether it's been called/downloaded before....
## Description With pixelDensity(2) enabled, trying to set a PImage as the background image using background(PImage) results in the compiler complaining that the image is not set to the sketch...
## Description When I try and draw a movie into a PGraphics object that does not share the same renderer; main sketch uses P2D renderer, PGraphics created with standard renderer,...
## Description Feature request: **Variable font support** There are few things hotter in the graphic design community than variable fonts, and they have been for the last few years. There...