You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 11, 2021. It is now read-only.
kramtark edited this page Oct 31, 2011
·
9 revisions
graphie-helpers
rectchart( divisions, colors[, row #] )
Produces a single row of blocks which may be divided into several sections and colors. To make multiple rows, you must use the "row #" field to specify which row it is for formatting purposes.
How do I draw 3D figures as in the "Solid Geometry" exercise?
Those figures are drawn "manually" using the tools from graphie.js; specifically, path() and arc(). Here is the code used in that exercise to draw a "cube":