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 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
|
/*
* Generated by JavaFX svg2fx tool.
* Created on Thu Dec 11 13:08:12 SBT 2008.
*/
//@version 1.0
Group {
content: [
Group {
id: "layer1"
content: [
SVGPath {
content: "m 25,35 c -2.76,0 -5,2.24 -5,5 0,2.76 2.24,5 5,5 l 150,0 c 2.76,0 5,-2.24 5,-5 0,-2.76 -2.24,-5 -5,-5 L 25,35 z"
fill:
LinearGradient {
proportional: false
startX: 100
endX: 100
startY: 35
endY: 45
stops: [
Stop {
offset: 0.0
color: Color.rgb(0x55, 0x57, 0x53, 1.0)
},
Stop {
offset: 1.0
color: Color.rgb(0xd3, 0xd7, 0xcf, 1.0)
}
]
},
opacity: 1
fillRule: FillRule.NON_ZERO
id: "Track"
stroke: Color.rgb(0x55, 0x57, 0x53, 1.0)
strokeWidth: 1.0
},
Rectangle {
fill: Color.rgb(0x00, 0x00, 0x00, 1.0)
opacity: 1
fillRule: FillRule.NON_ZERO
height: 30.0
id: "Knob_shadow"
opacity: 0.50000000000000000
arcWidth: 5.0
arcHeight: 5.0
strokeWidth: 1.0
width: 20.0
x: 94.0
y: 29.0
},
Rectangle {
fill:
LinearGradient {
transforms: [
Transform.affine(0.8, 0.0, 0.0, 1.0, 18.0, 0.0)
]
proportional: false
startX: 90
endX: 115
startY: 25
endY: 55
stops: [
Stop {
offset: 0.0
color: Color.rgb(0xee, 0xee, 0xec, 1.0)
},
Stop {
offset: 1.0
color: Color.rgb(0x2e, 0x34, 0x36, 1.0)
}
]
},
opacity: 1
fillRule: FillRule.NON_ZERO
height: 30.0
id: "Knob"
arcWidth: 5.0
arcHeight: 5.0
stroke: Color.rgb(0x2e, 0x34, 0x36, 1.0)
strokeWidth: 1.0
width: 20.0
x: 90.0
y: 25.0
},
SVGPath {
content: "M 22,15 C 10.96,15 2,26.2 2,40 2,53.8 10.96,65 22,65 l 156,0 c 11.04,0 20,-11.2 20,-25 0,-13.8 -8.96,-25 -20,-25 L 22,15 z"
fill: null
opacity: 1
fillRule: FillRule.NON_ZERO
id: "Border"
opacity: 0.50000000000000000
stroke: Color.rgb(0x00, 0x00, 0x00, 0.49803922)
strokeWidth: 1.0
}
]
}
]
} |
Partager