anthonyshort / deku

Render interfaces using pure functions and virtual DOM
https://github.com/anthonyshort/deku/tree/master/docs
3.41k stars 130 forks source link

displaying svg problem #409

Closed rcpacheco closed 5 years ago

rcpacheco commented 8 years ago

I want to make use of some definitions in svg, but haven't been able to make it work properly. To show the problem I created a small example: https://github.com/rcpacheco/svg_deku . The arrow.html file contains the svg code that should have been displayed, with the arrow tip and bullet at the beginning of the arrow. after installing budo and the project dependencies, if you run it, the resulting svg shows the arrow lines but not the tip nor the bullet. is this a deku problem or is jsx related? Thanks