summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/lancelot/scripts/tinydashes.qps
blob: d41ced7f5f909e59544b2b960753ab37f25949f8 (plain)
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
# Version: 1
# CheckVsReference: 5%

path_addEllipse mypath 20.0 20.0 200.0 200.0

save
setPen blue 20 SolidLine FlatCap
pen_setCosmetic true
pen_setDashPattern [ 0.0004 0.0004 ]
setBrush yellow

drawPath mypath
translate 300 0
setRenderHint Antialiasing true
drawPath mypath
restore

path_addEllipse bigpath 200000.0 200000.0 2000000.0 2000000.0

setPen blue 20 DotLine FlatCap
setBrush yellow

save
translate 0 300
scale 0.0001 0.00011
drawPath bigpath
restore

save
translate 300 300
setRenderHint Antialiasing true
scale 0.0001 0.00011
drawPath bigpath
restore