forked from 0x2620/oxjs
splitpanel update (allow for animation, improve performance)
This commit is contained in:
parent
6696eb2b43
commit
17d842c64c
7 changed files with 118 additions and 69 deletions
|
|
@ -63,7 +63,8 @@
|
|||
'volume', 'mount', 'unmount', 'sync',
|
||||
'info', 'warning', 'help',
|
||||
'check', 'embed', 'bracket',
|
||||
'upload', 'download',
|
||||
'upload', 'download',
|
||||
'copyright', 'noCopyright',
|
||||
'click', 'delete', 'edit', 'find', 'flag', 'icon', 'like',
|
||||
'publish', 'set', 'star', 'user', 'view', 'loading'
|
||||
].forEach(function(symbol) {
|
||||
|
|
|
|||
6
source/Ox.UI/themes/classic/svg/symbolCopyright.svg
Normal file
6
source/Ox.UI/themes/classic/svg/symbolCopyright.svg
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<g fill="none" stroke="#404040" stroke-width="32">
|
||||
<circle cx="128" cy="128" r="112" fill="none"/>
|
||||
<path d="M 168,168 a 56,56 0 1,1 0,-80"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 242 B |
7
source/Ox.UI/themes/classic/svg/symbolNoCopyright.svg
Normal file
7
source/Ox.UI/themes/classic/svg/symbolNoCopyright.svg
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<g fill="none" stroke="#404040" stroke-width="32">
|
||||
<circle cx="128" cy="128" r="112" fill="none"/>
|
||||
<path d="M 168,168 a 56,56 0 1,1 0,-80"/>
|
||||
<line x1="40" y1="216" x2="216" y2="40"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 292 B |
Loading…
Add table
Add a link
Reference in a new issue