q2apro
q2apro
This was the solution with the **init block**: ``` scripts: { init: ` polpoints = [X1,X2,X3,X4,X4i,X3i,X2i,X1i]; shapeRight = polygon(polpoints); // inverse x forall( polpoints, #.x = -1*#.x ); shapeLeft =...
This is a nice beginning! Our goal is to provide a more advanced geometry editor to our expert users at Mathelounge.de Here are examples of what they need to build...
Thanks for your feedback. I hope this can be fixed in the next version of CindyJS.
Update: Still not fixed with latest 0.8.7. https://jsfiddle.net/kai_noack/1b9fh5gt/7/
Where can you access the version history? E.g. here on this page: http://try.orientation.io/articles/science
It should absolutely be part of this plugin. Tried this one first and saw it is not working... Also the button for Code insert should create: > \`\`\` > >...
It seems that one solution is to set a `min-height` by CSS: ``` .mfp-img { min-height: 50vh; } ``` Then the SVG image at least shows up.
This is a fantastic addition to Carnac. Please merge it with the master and release.
Perfect! What a fantastic fork. Love the mouse! https://superuser.com/a/1096625/169199 PS: How to access the options? Right mouse click on the icon only shows "Exit" but not the option window. PS2:...
I installed now the version from http://carnackeys.com with file `Carnac.application` - and here no problems with saving. It is only the release 2.2.155 from the github site.