bluewaysw / pcgeos

#FreeGEOS source codes. The offical home of the PC/GEOS operating system technology. For personal computing fans. For all developers and assembly lovers. For YOU!
Apache License 2.0
731 stars 86 forks source link

GString "GetBound" result wrong when "Paste inside" object is rendered #666

Open bluewaysw opened 2 hours ago

bluewaysw commented 2 hours ago

An graphic object that has been created using "pase inside" (GeoDraw) feature and the inside object is larger than the container then the resulting gstring bound of the objects gstring representation is calcualted wrong, also considering the bound of the inside oject. The resulting prolbem is when such object (as selected object) is exported as bitmap, then the bitmap bounds (height for instance) is wrong, leaving white area at the bottom or right.

bluewaysw commented 2 hours ago

I think paste inside objects should not impact the gstring bounds at all.