js-republic / sideral

:construction: #OSS
GNU General Public License v3.0
3 stars 3 forks source link

[Core] Extend Picture to Graphic class #7

Closed brochard-tech closed 7 years ago

brochard-tech commented 7 years ago

At this time, Picture is just a class. It must be inherited from Graphic for better use

brochard-tech commented 7 years ago

Finally, it is not a good idea to inherit picture from Graphic because it's not really the same thing : Picture is just an Image extended class compared to graphic which is a method to render text & form with custom params into the current canvas.