diff options
Diffstat (limited to 'comp/work')
-rw-r--r-- | comp/work/16/vectors | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comp/work/16/vectors b/comp/work/16/vectors new file mode 100644 index 0000000..1c2fd14 --- /dev/null +++ b/comp/work/16/vectors @@ -0,0 +1,11 @@ +circle.center 5, 15 +circle.radius 4 +circle.fill red +circle.outline yellow +circle.weight 3pt + +square.posistion 10, 18 +square.width 5 +square.height 5 +square.fill red + |