jenkins-bot has submitted this change and it was merged. Change subject: Change be-tarask to use Te instead of Te-El for bold ......................................................................
Change be-tarask to use Te instead of Te-El for bold Bug: 53094 Change-Id: Ia442285e0d3f868fdda0bf06b8bb8f034c6c039f --- D modules/ve/ui/styles/images/icons/bold-cyrl-te-el.png D modules/ve/ui/styles/images/icons/bold-cyrl-te-el.svg A modules/ve/ui/styles/images/icons/bold-cyrl-te.png A modules/ve/ui/styles/images/icons/bold-cyrl-te.svg M modules/ve/ui/styles/ve.ui.Icons-raster.css M modules/ve/ui/styles/ve.ui.Icons-vector.css M modules/ve/ui/tools/buttons/ve.ui.BoldButtonTool.js 7 files changed, 13 insertions(+), 14 deletions(-) Approvals: Wizardist: Looks good to me, but someone else must approve Jforrester: Looks good to me, approved jenkins-bot: Verified diff --git a/modules/ve/ui/styles/images/icons/bold-cyrl-te-el.png b/modules/ve/ui/styles/images/icons/bold-cyrl-te-el.png deleted file mode 100644 index 81c3918..0000000 --- a/modules/ve/ui/styles/images/icons/bold-cyrl-te-el.png +++ /dev/null Binary files differ diff --git a/modules/ve/ui/styles/images/icons/bold-cyrl-te-el.svg b/modules/ve/ui/styles/images/icons/bold-cyrl-te-el.svg deleted file mode 100644 index c42c744..0000000 --- a/modules/ve/ui/styles/images/icons/bold-cyrl-te-el.svg +++ /dev/null @@ -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> diff --git a/modules/ve/ui/styles/images/icons/bold-cyrl-te.png b/modules/ve/ui/styles/images/icons/bold-cyrl-te.png new file mode 100644 index 0000000..e8f5e77 --- /dev/null +++ b/modules/ve/ui/styles/images/icons/bold-cyrl-te.png Binary files differ diff --git a/modules/ve/ui/styles/images/icons/bold-cyrl-te.svg b/modules/ve/ui/styles/images/icons/bold-cyrl-te.svg new file mode 100644 index 0000000..dd2ddf5 --- /dev/null +++ b/modules/ve/ui/styles/images/icons/bold-cyrl-te.svg @@ -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> diff --git a/modules/ve/ui/styles/ve.ui.Icons-raster.css b/modules/ve/ui/styles/ve.ui.Icons-raster.css index 59efcc8..a96e284 100644 --- a/modules/ve/ui/styles/ve.ui.Icons-raster.css +++ b/modules/ve/ui/styles/ve.ui.Icons-raster.css @@ -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 { diff --git a/modules/ve/ui/styles/ve.ui.Icons-vector.css b/modules/ve/ui/styles/ve.ui.Icons-vector.css index c6aa019..4c2cc55 100644 --- a/modules/ve/ui/styles/ve.ui.Icons-vector.css +++ b/modules/ve/ui/styles/ve.ui.Icons-vector.css @@ -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 { diff --git a/modules/ve/ui/tools/buttons/ve.ui.BoldButtonTool.js b/modules/ve/ui/tools/buttons/ve.ui.BoldButtonTool.js index cd6b950..688cc02 100644 --- a/modules/ve/ui/tools/buttons/ve.ui.BoldButtonTool.js +++ b/modules/ve/ui/tools/buttons/ve.ui.BoldButtonTool.js @@ -29,7 +29,7 @@ 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', -- To view, visit https://gerrit.wikimedia.org/r/80049 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia442285e0d3f868fdda0bf06b8bb8f034c6c039f Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/VisualEditor Gerrit-Branch: master Gerrit-Owner: Esanders <[email protected]> Gerrit-Reviewer: Esanders <[email protected]> Gerrit-Reviewer: Jforrester <[email protected]> Gerrit-Reviewer: Wizardist <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
