Comment 7 for bug 1266308

Revision history for this message
Alvin Penner (apenner) wrote :

- draw a rectangle with a dark fill, any color
- draw some text on top of it, or better, half on top and half not.
- deselect everything
- click on the text tool F8
- hover over the text, until a rectangle appears around the text
- previously this live rectangle would have been XOR'ed onto the background, now it is not, I guess it is just copied.

- as mentioned in comment 6, these types of objects appear to be of class SPCtrlRect, file src\display\sodipodi-ctrlrect.cpp. The code for this class was significantly rewritten in rev 10326. In particular, something called INK_COMPOSE was removed.