Morpho-lang / morpho

The Morpho language 🦋. Morpho is a small embeddable language for scientific computing applications.
MIT License
33 stars 11 forks source link

Small fix in Povray Text #206

Closed joshichaitanya3 closed 1 year ago

joshichaitanya3 commented 1 year ago

This PR fixes a an issue with the POVRay visittext method where a matching } wasn't being added if the object wasn't being transformed. An example file is added under examples/povray/text.morpho which would break with the current code, but will run fine with this fix.