File: out.yaml

package info (click to toggle)
rust-yaml-edit 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 36,676 kB
  • sloc: makefile: 2
file content (15 lines) | stat: -rw-r--r-- 307 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- !<tag:clarkevans.com,2002:shape>
- !<tag:clarkevans.com,2002:circle>
  center: &ORIGIN
    x: 73
    y: 129
  radius: 7
- !<tag:clarkevans.com,2002:line>
  start: *ORIGIN
  finish:
    x: 89
    y: 102
- !<tag:clarkevans.com,2002:label>
  start: *ORIGIN
  color: 0xFFEEBB
  text: Pretty vector drawing.