use svg video markers
3
source/Ox.UI/themes/classic/svg/markerCut.svg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<polygon points="80,240 128,64 176,240" fill="#FFFFFF" stroke="#000000" stroke-width="32"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 168 B |
3
source/Ox.UI/themes/classic/svg/markerIn.svg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<polygon points="32,244 244,32 244,244" fill="#FFFFFF" stroke="#000000" stroke-width="24"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 168 B |
3
source/Ox.UI/themes/classic/svg/markerInBottom.svg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<polygon points="8,8 88,8 88,168 248,168 248,248 8,248" fill="#FFFFFF" stroke="#000000" stroke-width="16"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 184 B |
3
source/Ox.UI/themes/classic/svg/markerInTop.svg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<polygon points="8,8 248,8 248,88 88,88 88,248 8,248" fill="#FFFFFF" stroke="#000000" stroke-width="16"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 182 B |
3
source/Ox.UI/themes/classic/svg/markerOut.svg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<polygon points="12,32 224,244 12,244" fill="#FFFFFF" stroke="#000000" stroke-width="24"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 167 B |
3
source/Ox.UI/themes/classic/svg/markerOutBottom.svg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<polygon points="168,8 248,8 248,248 8,248 8,168 168,168" fill="#FFFFFF" stroke="#000000" stroke-width="16"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 186 B |
3
source/Ox.UI/themes/classic/svg/markerOutTop.svg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<polygon points="8,8 248,8 248,248 168,248 168,88 8,88" fill="#FFFFFF" stroke="#000000" stroke-width="16"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 184 B |
3
source/Ox.UI/themes/classic/svg/markerPlay.svg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<polygon points="16,8 240,8 128,128" fill="#FFFFFF" stroke="#000000" stroke-width="16"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 165 B |