neuronalmotion / blueprint

A crossplatform mockup designer based on C++/Qt5.
Apache License 2.0
7 stars 3 forks source link

Shape clipping when moving out of the Canvas is disabled #116

Open synapticvoid opened 9 years ago

synapticvoid commented 9 years ago

When I refactored the Shape/ShapeBezier structure, I disabled the whole feature because I had very bad performances. Creating a simple rectangle without doing any clipping ran around ~5FPS (very very slow).

We have to re-enable the feature and investigate why it became so slow.