old border colorless / improved artifact textbox

This commit is contained in:
Kyle
2021-08-20 09:49:10 -07:00
parent 3f61fe219e
commit 25f3147792
8 changed files with 12 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="1500" height="2100" viewBox="0 0 1500 2100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g id="Trim">
<path d="M1348,1253L158,1253L158,1863L1348,1863L1348,1253ZM1330,1271L176,1271L176,1845L1330,1845L1330,1271Z" style="fill:rgb(239,56,39);"/>
<path d="M1350,1253C1350,1251.89 1349.11,1251 1348,1251L158,1251C156.895,1251 156,1251.89 156,1253L156,1863C156,1864.11 156.895,1865 158,1865L1348,1865C1349.11,1865 1350,1864.11 1350,1863L1350,1253ZM1348,1253L158,1253L158,1863L1348,1863L1348,1253ZM1330,1271L176,1271L176,1845L1330,1845L1330,1271ZM1328,1273L1328,1843C1328,1843 178,1843 178,1843C178,1843 178,1309.83 178,1273L1328,1273Z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 960 B

View File

@@ -1,5 +1,5 @@
//Create objects for common properties across available frames //Create objects for common properties across available frames
var masks = [{src:'/img/frames/seventh/regular/pinline.svg', name:'Pinline'}, {src:'/img/frames/seventh/regular/rules.svg', name:'Rules'}, {src:'/img/frames/seventh/regular/frame.svg', name:'Frame'}, {src:'/img/frames/seventh/regular/border.svg', name:'Border'}]; var masks = [{src:'/img/frames/seventh/regular/pinline.svg', name:'Pinline'}, {src:'/img/frames/seventh/regular/rules.svg', name:'Rules'}, {src:'/img/frames/seventh/regular/frame.svg', name:'Frame'}, {src:'/img/frames/seventh/regular/trim.svg', name:'Textbox Pinline'}, {src:'/img/frames/seventh/regular/border.svg', name:'Border'}];
var borderMask = [{src:'/img/frames/seventh/regular/border.svg', name:'Border'}] var borderMask = [{src:'/img/frames/seventh/regular/border.svg', name:'Border'}]
//defines available frames //defines available frames
availableFrames = [ availableFrames = [
@@ -10,6 +10,7 @@ availableFrames = [
{name:'Green Frame', src:'/img/frames/seventh/regular/g.png', masks:masks}, {name:'Green Frame', src:'/img/frames/seventh/regular/g.png', masks:masks},
{name:'Multicolored Frame', src:'/img/frames/seventh/regular/m.png', masks:masks}, {name:'Multicolored Frame', src:'/img/frames/seventh/regular/m.png', masks:masks},
{name:'Artifact Frame', src:'/img/frames/seventh/regular/a.png', masks:masks}, {name:'Artifact Frame', src:'/img/frames/seventh/regular/a.png', masks:masks},
{name:'Colorless Frame', src:'/img/frames/seventh/regular/c.png', masks:masks},
{name:'Land Frame', src:'/img/frames/seventh/regular/l.png', masks:masks}, {name:'Land Frame', src:'/img/frames/seventh/regular/l.png', masks:masks},
{name:'White Land Frame', src:'/img/frames/seventh/regular/wl.png', masks:masks}, {name:'White Land Frame', src:'/img/frames/seventh/regular/wl.png', masks:masks},
{name:'Blue Land Frame', src:'/img/frames/seventh/regular/ul.png', masks:masks}, {name:'Blue Land Frame', src:'/img/frames/seventh/regular/ul.png', masks:masks},

View File

@@ -1,5 +1,5 @@
//Create objects for common properties across available frames //Create objects for common properties across available frames
var masks = [{src:'/img/frames/seventh/regular/pinline.svg', name:'Pinline'}, {src:'/img/frames/seventh/regular/rules.svg', name:'Rules'}, {src:'/img/frames/seventh/regular/frame.svg', name:'Frame'}, {src:'/img/frames/seventh/regular/border.svg', name:'Border'}]; var masks = [{src:'/img/frames/seventh/regular/pinline.svg', name:'Pinline'}, {src:'/img/frames/seventh/regular/rules.svg', name:'Rules'}, {src:'/img/frames/seventh/regular/frame.svg', name:'Frame'}, {src:'/img/frames/seventh/regular/trim.svg', name:'Textbox Pinline'}, {src:'/img/frames/seventh/regular/border.svg', name:'Border'}];
var borderMask = [{src:'/img/frames/seventh/regular/border.svg', name:'Border'}] var borderMask = [{src:'/img/frames/seventh/regular/border.svg', name:'Border'}]
//defines available frames //defines available frames
availableFrames = [ availableFrames = [
@@ -10,6 +10,7 @@ availableFrames = [
{name:'Green Frame', src:'/img/frames/seventh/regular/g.png', masks:masks}, {name:'Green Frame', src:'/img/frames/seventh/regular/g.png', masks:masks},
{name:'Multicolored Frame', src:'/img/frames/seventh/regular/m.png', masks:masks}, {name:'Multicolored Frame', src:'/img/frames/seventh/regular/m.png', masks:masks},
{name:'Artifact Frame', src:'/img/frames/seventh/regular/a.png', masks:masks}, {name:'Artifact Frame', src:'/img/frames/seventh/regular/a.png', masks:masks},
{name:'Colorless Frame', src:'/img/frames/seventh/regular/c.png', masks:masks},
{name:'Land Frame', src:'/img/frames/seventh/regular/l.png', masks:masks}, {name:'Land Frame', src:'/img/frames/seventh/regular/l.png', masks:masks},
{name:'White Land Frame', src:'/img/frames/seventh/regular/wl.png', masks:masks}, {name:'White Land Frame', src:'/img/frames/seventh/regular/wl.png', masks:masks},
{name:'Blue Land Frame', src:'/img/frames/seventh/regular/ul.png', masks:masks}, {name:'Blue Land Frame', src:'/img/frames/seventh/regular/ul.png', masks:masks},