David Eby

Results 2 issues of David Eby

This is a partial fix. The idea here is similar to what was discussed in that Issue thread. We associate every Command with a "parent" CreateCommand linking to the VectorGraphics2D...

Both SVGDocument and PDFDocument use a Stack to manage the current GraphicState instance while processing starting at a CreateCommand through the DisposeCommand. This is unsafe, though, because there's no guarantee...