Skip to content
  • Timm Bäder's avatar
    rendernodepaintable: Don't try to snapshot 0×0 nodes · 69bc42f4
    Timm Bäder authored
    Considering the operations that some of the rendernode constructors
    do, nodes with width or height 0 (or both of course) are very well
    possible. This would break in the rendernodepaintable when adding a
    transform, which divides by width/height of the rendernode.
    69bc42f4