Open
Description
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.