Skia PDF writer doesn't write the points layer

Hi,
I’m trying out the PDF/SVG writers and I’ve found that while it seems to write other kinds of layer, Points aren’t possible.


I can see in the Points node that points seem to be rendered differently from circles or rectangles, so maybe it concerns that?

indeed. there are some weirdnesses for svg and pdf writers:

PDFWriter

  • Points needs Stroke connected to show up

SVGWriter:

  • Line needs Stroke connected to show up
  • Points don’t show up

i’m afraid i think those are problems of the underlying libraries.

1 Like

Thanks Joreg,

I think that’ll be enough to work around those issues,

Cheers

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.