LingDong- / psvg

Programmable Scalable Vector Graphics -- drawings that draw themselves
https://psvg.netlify.app/
300 stars 15 forks source link

Click `COMPILE` button in https://psvg.netlify.app/ but nothing happens #1

Closed yihong0618 closed 3 years ago

yihong0618 commented 3 years ago

Hi~ Did I missed something. image

LingDong- commented 3 years ago

Hi @yihong0618 ,

The compile button causes the graphics on the right to re-render, to reflect any changes made in the code editor in the left. From the screenshot it seems like the code is identical to the standard example, so it doesn't appear to do anything: it's already the correct rendering.

Maybe I should put a little status bar or something that says "compiled successfully!" :)

yihong0618 commented 3 years ago

Got it, thank you~ :)