Change be-tarask to use Te instead of Te-El for bold

Bug: 53094
Change-Id: Ia442285e0d3f868fdda0bf06b8bb8f034c6c039f
This commit is contained in:
Ed Sanders 2013-08-20 17:49:31 +01:00
parent 5fb4ee83a6
commit f0c99b9c1e
7 changed files with 13 additions and 14 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 253 B

View file

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px"
height="24px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
<g id="bold-cyrl-te-el" style="opacity:0.75;">
<path id="te" style="fill-rule:evenodd;clip-rule:evenodd;" d="m 7,18 0,-10 -3,0 L 4,6 l 9,0 0,2 -3,0 0,10"/>
<path id="el" style="fill-rule:evenodd;clip-rule:evenodd;" d="M 13,9 20,9 l 0,9 -2,0 0,-7 -3,0 0,4.100652 c 0,1 -0.112304,1.695946 -0.336899,2.100782 -0.224602,0.399368 -0.473264,0.661965 -0.745989,0.787793 -0.272729,0.125828 -0.481103,0.188733 -1.085379,0.188733 -0.35829,0 -0.831551,-0.04924 -1.419786,-0.147711 l 0,-1.698679 c 0.04813,2e-6 0.173796,0 0.377005,0.01642 0.235293,0.01642 0.417112,0.02462 0.545455,0.02462 0.304811,0 0.491977,-0.101207 0.561497,-0.303628 0.06951,-0.207888 0.104278,-0.779584 0.104278,-1.715091"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 B

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px"
height="24px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
<g id="bold-cyrl-te" style="opacity:0.75;">
<path id="te" style="fill-rule:evenodd;clip-rule:evenodd;" d="M 11,18 11,8 7,8 7,6 l 11,0 0,2 -4,0 0,10"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 536 B

View file

@ -135,9 +135,9 @@
background-image: url(images/icons/bold-cyrl-be.png);
}
.ve-ui-icon-bold-cyrl-te-el {
.ve-ui-icon-bold-cyrl-te {
/* @embed */
background-image: url(images/icons/bold-cyrl-te-el.png);
background-image: url(images/icons/bold-cyrl-te.png);
}
.ve-ui-icon-bold-cyrl-zhe {

View file

@ -135,9 +135,9 @@
background-image: url(images/icons/bold-cyrl-be.svg);
}
.ve-ui-icon-bold-cyrl-te-el {
.ve-ui-icon-bold-cyrl-te {
/* @embed */
background-image: url(images/icons/bold-cyrl-te-el.svg);
background-image: url(images/icons/bold-cyrl-te.svg);
}
.ve-ui-icon-bold-cyrl-zhe {

View file

@ -29,7 +29,7 @@ ve.ui.BoldButtonTool.static.name = 'bold';
ve.ui.BoldButtonTool.static.icon = {
'default': 'bold-a',
'be-tarask': 'bold-cyrl-te-el',
'be-tarask': 'bold-cyrl-te',
'cs': 'bold-b',
'da': 'bold-f',
'de': 'bold-f',