Prevent clipping when rotating background lucy
This commit is contained in:
parent
c18078c43f
commit
110ef95026
|
@ -276,7 +276,7 @@
|
|||
<defs>
|
||||
<path id="lucy" d="M905.5 137.63c41.483-73.507 147.51-73.507 189 0l217.42 385.27c26.9 47.672 73.23 81.278 126.9 92.095l434.05 87.471c82.87 16.699 115.52 117.34 58.4 179.4l-299.67 325.58a188.15 188.15 0 0 0-48.49 149.06l50.83 439.33c9.69 83.71-75.98 146.04-152.89 110.88l-402.64-184.05a188.55 188.55 0 0 0-156.82 0l-402.63 184.05c-76.916 35.15-162.58-27.17-152.9-110.88l50.837-439.33c6.292-54.37-11.413-108.78-48.488-149.06l-299.68-325.58c-57.118-62.055-24.463-162.7 58.403-179.4l434.05-87.471c53.674-10.817 100-44.423 126.9-92.095z"/>
|
||||
<pattern id="lucy-pattern" patternUnits="userSpaceOnUse" width="${200 * patternScale * patternSpacing}" height="${200 * patternScale * patternSpacing}" patternTransform="rotate(${patternRotation})">
|
||||
<use href="#lucy" fill="${colorScheme.backgroundLucy}" transform="scale(${patternScale / 10}) rotate(${patternLucyRotation} 1000 1000)"/>
|
||||
<use href="#lucy" fill="${colorScheme.backgroundLucy}" transform="scale(${patternScale / 10}) translate(${1000 * patternSpacing - 1000} ${1000 * patternSpacing - 1000}) rotate(${patternLucyRotation} 1000 1000)"/>
|
||||
</pattern>${vignetteEnabled ? `
|
||||
<radialGradient id="vignette" fx="50%" fy="50%" r="100%">
|
||||
<stop offset="${vignetteStart * 100}%" stop-color="${vignetteColor}" stop-opacity="0.0"/>
|
||||
|
|
Loading…
Reference in New Issue