repo.or.cz
/
pyyaml
/
python3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Subclass all base classes from `object`.
[pyyaml/python3.git]
/
tests
/
data
/
spec-02-24.data
blob
1180757d81cb6c1149dc3ac2838518d0ca86b39f
1
%TAG ! tag:clarkevans.com,2002:
2
--- !shape
3
# Use the ! handle for presenting
4
# tag:clarkevans.com,2002:circle
5
- !circle
6
center: &ORIGIN {x: 73, y: 129}
7
radius: 7
8
- !line
9
start: *ORIGIN
10
finish: { x: 89, y: 102 }
11
- !label
12
start: *ORIGIN
13
color: 0xFFEEBB
14
text: Pretty vector drawing.