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.
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.