kode-team / easylogic.studio

Fantastic Web Design Tool
https://editor.easylogic.studio
MIT License
497 stars 55 forks source link

Split renderer and canvas #82

Closed easylogic closed 3 years ago

easylogic commented 4 years ago

Item 에 정의되어 있던 html, svg 태그 공식을 모두 HTMLRenderer , SVGRenderer 형태로 분리한다.

Canvas 는 Item 을 Renderer 에 전달해서 결과값만 그리도록 한다.


Separate all html and svg tag formulas defined in Item into HTMLRenderer and SVGRenderer types.

Canvas passes the Item to the Renderer so that only the result is drawn.