-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshapes.txt
84 lines (76 loc) · 1.57 KB
/
shapes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
ShapeId: 1
ShapeType: Line
ShapeDimensions: 20, 90, 100, 20
PenColor: blue
PenWidth: 2
PenStyle: DashDotLine
PenCapStyle: FlatCap
PenJoinStyle: MiterJoin
ShapeId: 2
ShapeType: Polyline
ShapeDimensions: 460, 90, 470, 20, 530, 40, 540, 80
PenColor: green
PenWidth: 6
PenStyle: SolidLine
PenCapStyle: FlatCap
PenJoinStyle: MiterJoin
ShapeId: 3
ShapeType: Polygon
ShapeDimensions: 900, 90, 910, 20, 970, 40, 980, 80
PenColor: cyan
PenWidth: 6
PenStyle: DashDotDotLine
PenCapStyle: FlatCap
PenJoinStyle: MiterJoin
BrushColor: yellow
BrushStyle: SolidPattern
ShapeId: 4
ShapeType: Rectangle
ShapeDimensions: 20, 200, 170, 100
PenColor: blue
PenWidth: 0
PenStyle: DashLine
PenCapStyle: RoundCap
PenJoinStyle: RoundJoin
BrushColor: red
BrushStyle: VerPattern
ShapeId: 5
ShapeType: Square
ShapeDimensions: 250, 150, 200
PenColor: red
PenWidth: 0
PenStyle: SolidLine
PenCapStyle: RoundCap
PenJoinStyle: RoundJoin
BrushColor: blue
BrushStyle: HorPattern
ShapeId: 6
ShapeType: Ellipse
ShapeDimensions: 520, 200, 170, 100
PenColor: black
PenWidth: 12
PenStyle: SolidLine
PenCapStyle: FlatCap
PenJoinStyle: MiterJoin
BrushColor: white
BrushStyle: NoBrush
ShapeId: 7
ShapeType: Circle
ShapeDimensions: 750, 150, 200
PenColor: black
PenWidth: 12
PenStyle: SolidLine
PenCapStyle: FlatCap
PenJoinStyle: MiterJoin
BrushColor: magenta
BrushStyle: SolidPattern
ShapeId: 8
ShapeType: Text
ShapeDimensions: 250, 425, 500, 50
TextString: Class Project 2 - 2D Graphics Modeler
TextColor: blue
TextAlignment: AlignCenter
TextPointSize: 10
TextFontFamily: Comic Sans MS
TextFontStyle: StyleItalic
TextFontWeight: Normal