mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 856749 - Extend clip-path on tab-background-start to overlap middle by 1px to fix a visible seam on selected tabs. r=dao
This commit is contained in:
parent
36c82dbc9f
commit
edd90e587f
@ -1187,16 +1187,13 @@
|
||||
|
||||
<svg:svg height="0">
|
||||
<svg:clipPath id="tab-curve-clip-path-start" clipPathUnits="userSpaceOnUse">
|
||||
<svg:path d="M30,2.005C17.049,2.104,15.508,11.669,14.511,17c-1.565,8.376-4.276,13-13,13L0.34,31H30V2.005z"
|
||||
stroke-width="1px" />
|
||||
<svg:path d="M 30,2 C 17.049,2.104,15.508,11.669,14.511,17 c -1.565,8.376,-4.276,13,-13,13 L 0,31 H 31 V 2 z"/>
|
||||
</svg:clipPath>
|
||||
<svg:clipPath id="tab-curve-clip-path-end" clipPathUnits="userSpaceOnUse">
|
||||
<svg:path d="M-1,2.005L0,2.005C12.951,2.104,14.492,11.669,15.489,17c1.565,8.376,4.276,13,13,13l1.171,1H-1V2.005z"
|
||||
stroke-width="1px" />
|
||||
<svg:path d="M -1,2 C 12.951,2.104,14.492,11.669,15.489,17 c +1.565,8.376,+4.276,13,+13,13 L 30,31 H -1 V 2 z"/>
|
||||
</svg:clipPath>
|
||||
<svg:clipPath id="tab-clip-path-outer" clipPathUnits="userSpaceOnUse">
|
||||
<svg:path d="M 30,0 C 24,0 17.78,2.58 15.10,8.09 12.05,13.46 13.14,20.37 9.18,25.3 7.1,27.7 3.8,28 0.8,28 c -0.4,0.6 -2.09,1.11 -1.46,1.80 l 2.45,2.72 61.60,0 2.59,-3.06 C 65.15,28.96 64.57,27.80 63.5,28 60.13,28.13 56.33,27.03 54.74,23.78 51.85,18.44 52.65,11.81 49.09,6.73 45.88,1.65 39.54,-0.26 33.8,0 32.5,0 31.7,0 30,0 z"
|
||||
stroke-width="1px" stroke="black"/>
|
||||
<svg:path d="M 30,0 C 24,0 17.78,2.58 15.10,8.09 12.05,13.46 13.14,20.37 9.18,25.3 7.1,27.7 3.8,28 0.8,28 c -0.4,0.6 -2.09,1.11 -1.46,1.80 l 2.45,2.72 61.60,0 2.59,-3.06 C 65.15,28.96 64.57,27.80 63.5,28 60.13,28.13 56.33,27.03 54.74,23.78 51.85,18.44 52.65,11.81 49.09,6.73 45.88,1.65 39.54,-0.26 33.8,0 32.5,0 31.7,0 30,0 z"/>
|
||||
</svg:clipPath>
|
||||
|
||||
#ifndef XP_UNIX
|
||||
|
Loading…
Reference in New Issue
Block a user