Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
25 lines
347 B
QML
25 lines
347 B
QML
import QtQuick 1.0
|
|
|
|
Path {
|
|
startY: 120
|
|
startX: 160
|
|
PathQuad {
|
|
y: 120
|
|
x: 80
|
|
controlY: 330
|
|
controlX: 100
|
|
}
|
|
PathLine {
|
|
y: 160
|
|
x: 20
|
|
}
|
|
PathCubic {
|
|
y: 120
|
|
x: 160
|
|
control1Y: 0
|
|
control1X: 100
|
|
control2Y: 000
|
|
control2X: 200
|
|
}
|
|
}
|