liquid_feedback_frontend
diff static/mdl/tick-mask.svg @ 1309:32cc544d5a5b
Cumulative patch for upcoming frontend version 4
| author | bsw/jbe |
|---|---|
| date | Sun Jul 15 14:07:29 2018 +0200 (2018-07-15) |
| parents | |
| children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/static/mdl/tick-mask.svg Sun Jul 15 14:07:29 2018 +0200 1.3 @@ -0,0 +1,30 @@ 1.4 +<?xml version="1.0" encoding="UTF-8" standalone="no"?> 1.5 +<svg 1.6 + xmlns:dc="http://purl.org/dc/elements/1.1/" 1.7 + xmlns:cc="http://creativecommons.org/ns#" 1.8 + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 1.9 + xmlns:svg="http://www.w3.org/2000/svg" 1.10 + xmlns="http://www.w3.org/2000/svg" 1.11 + version="1.1" 1.12 + viewBox="0 0 1 1" 1.13 + preserveAspectRatio="xMinYMin meet"> 1.14 + <defs> 1.15 + <clipPath id="clip"> 1.16 + <path 1.17 + d="M 0,0 0,1 1,1 1,0 0,0 z M 0.8534375,0.1671875 0.9596875,0.273125 0.429375,0.8034375 0.323125,0.9096875 0.2171875,0.8034375 0.0403125,0.626875 0.1465625,0.520625 0.323125,0.6975 0.8534375,0.1671875 z" 1.18 + style="fill:#ffffff;fill-opacity:1;stroke:none" /> 1.19 + </clipPath> 1.20 + <mask id="mask" maskUnits="objectBoundingBox" maskContentUnits="objectBoundingBox"> 1.21 + <path 1.22 + d="M 0,0 0,1 1,1 1,0 0,0 z M 0.8534375,0.1671875 0.9596875,0.273125 0.429375,0.8034375 0.323125,0.9096875 0.2171875,0.8034375 0.0403125,0.626875 0.1465625,0.520625 0.323125,0.6975 0.8534375,0.1671875 z" 1.23 + style="fill:#ffffff;fill-opacity:1;stroke:none" /> 1.24 + </mask> 1.25 + </defs> 1.26 + <rect 1.27 + width="1" 1.28 + height="1" 1.29 + x="0" 1.30 + y="0" 1.31 + clip-path="url(#clip)" 1.32 + style="fill:#000000;fill-opacity:1;stroke:none" /> 1.33 +</svg>