You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having a basic BlElement could be beneficial for memory usage and also for time consumption:
To have a video element based on GStream that doesn't need to consider borders, etc... just a rectangle where low-level will render there a stream.
BlTextElement may not need all what inherites from BlElement. Just render text and no background, border, outskirts, etc.
image with Form
Image with SVG ... right now all internal groups of a SVG are imported as a new BlElement and each of those SVG parts will have initialized event handlers, outskirts, etc, etc.
The text was updated successfully, but these errors were encountered:
Our BlElement partially matches Shape because it has transformation, stroke and fill. But we have a geometry as a collaborator object while they model the geometries as Shape subclasses.
Having a basic BlElement could be beneficial for memory usage and also for time consumption:
The text was updated successfully, but these errors were encountered: