mkraska / meclib

JSXGraph-based dynamic and interactive images in Moodle STACK questions without even touching JavaScript
9 stars 3 forks source link

Polygons with holes #22

Closed mkraska closed 1 year ago

mkraska commented 2 years ago

remove duplicate edges to enable images like this:

image

mkraska commented 1 year ago

Example for switching off borders:

objects[1].p.borders[4].setAttribute({visible:false})

https://jsfiddle.net/76npd4cf/

mkraska commented 1 year ago

Implemented by niclas17