mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
token regular bevel mask
This commit is contained in:
1
img/frames/token/regular/bevel.svg
Normal file
1
img/frames/token/regular/bevel.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?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="100%" height="100%" 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;"><rect id="Card" x="0" y="0" width="1500" height="2100" style="fill:none;"/><g id="Card1" serif:id="Card"><path d="M106,1345c-14.004,10.984 -27.519,38.948 -28,72c0.412,28.276 10.362,52.828 22,66.213l0,369.787c-3.201,-2.805 -6.201,-5.848 -9,-9.071l-0,-357.494l0,0.001c-11.723,-15.022 -21.577,-40.329 -21.999,-69.305c-0.001,-0.087 -0.001,-0.175 -0,-0.262c0.529,-36.359 16.039,-66.868 31.445,-78.951c1.584,-1.243 3.54,-1.918 5.554,-1.918l1288,0c2.014,0 3.97,0.675 5.554,1.918c15.406,12.083 30.916,42.592 31.445,78.951c0.001,0.087 0.001,0.175 0,0.262c-0.422,28.976 -10.276,54.283 -21.999,69.305l-0,-0.001l-0,357.494c-2.799,3.223 -5.799,6.266 -9,9.071l-0,-369.787c11.638,-13.385 21.588,-37.937 22,-66.213c-0.481,-33.052 -13.996,-61.016 -28,-72l-1288,0Zm-0,-1265l1288,0c2.014,0 3.97,0.675 5.554,1.918c15.406,12.083 30.916,42.592 31.445,78.951c0.001,0.087 0.001,0.175 0,0.262c-0.529,36.359 -16.039,66.868 -31.445,78.951c-1.584,1.243 -3.54,1.918 -5.554,1.918l-1288,-0c-2.014,-0 -3.97,-0.675 -5.554,-1.918c-15.406,-12.083 -30.916,-42.592 -31.445,-78.951c-0.001,-0.087 -0.001,-0.175 -0,-0.262c0.529,-36.359 16.039,-66.868 31.445,-78.951c1.584,-1.243 3.54,-1.918 5.554,-1.918Zm1288,9l-1288,0c-14.004,10.984 -27.519,38.948 -28,72c0.481,33.052 13.996,61.016 28,72l1288,-0c14.004,-10.984 27.519,-38.948 28,-72c-0.481,-33.052 -13.996,-61.016 -28,-72Z" style="fill:#0075be;"/></g></svg>
|
After Width: | Height: | Size: 1.8 KiB |
BIN
img/frames/token/regular/bevelThumb.png
Normal file
BIN
img/frames/token/regular/bevelThumb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
@@ -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/token/tokenMaskRegularPinline.png', name:'Pinline'}, {src:'/img/frames/m15/regular/m15MaskTitle.png', name:'Title'}, {src:'/img/frames/token/tokenMaskRegularType.png', name:'Type'}, {src:'/img/frames/token/tokenMaskRegularRules.png', name:'Rules'}, {src:'/img/frames/m15/regular/m15MaskBorder.png', name:'Border'}];
|
var masks = [{src:'/img/frames/token/tokenMaskRegularPinline.png', name:'Pinline'}, {src:'/img/frames/m15/regular/m15MaskTitle.png', name:'Title'}, {src:'/img/frames/token/tokenMaskRegularType.png', name:'Type'}, {src:'/img/frames/token/tokenMaskRegularRules.png', name:'Rules'}, {src:'/img/frames/m15/regular/m15MaskBorder.png', name:'Border'}, {src:'/img/frames/token/regular/bevel.svg', name:'Bevel'}];
|
||||||
var bounds = {x:0.7573, y:0.8848, width:0.188, height:0.0733};
|
var bounds = {x:0.7573, y:0.8848, width:0.188, height:0.0733};
|
||||||
//defines available frames
|
//defines available frames
|
||||||
availableFrames = [
|
availableFrames = [
|
||||||
|
Reference in New Issue
Block a user