Trevor Parscal has uploaded a new change for review. https://gerrit.wikimedia.org/r/71746
Change subject: Restore callout image white-space ...................................................................... Restore callout image white-space Oops. Change-Id: I24039e7f4ee83cc26c7d600252ac8b9290eeda19 --- M modules/ve/ui/styles/images/callout.svg 1 file changed, 9 insertions(+), 8 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor refs/changes/46/71746/1 diff --git a/modules/ve/ui/styles/images/callout.svg b/modules/ve/ui/styles/images/callout.svg index 3506e45..5b0562c 100644 --- a/modules/ve/ui/styles/images/callout.svg +++ b/modules/ve/ui/styles/images/callout.svg @@ -1,8 +1,9 @@ -<?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" id="callout" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" - width="15px" height="8px" viewBox="0 0 15 8" style="enable-background:new 0 0 15 8;" xml:space="preserve"> -<g id="callout"> - <polygon id="angle" style="fill:#808080;" points="7.609,2.499 2.096,8 2.598,8 7.609,3 12.622,8 13.125,8 "/> -</g> -</svg> +<?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" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" + width="15px" height="8px" viewBox="0 0 15 8" style="enable-background:new 0 0 15 8;" xml:space="preserve"> +<g id="callout"> + <polygon id="outline" style="fill-rule:evenodd;clip-rule:evenodd;fill:#808080;" points="7.609,2.499 2.096,8 13.125,8"/> + <polygon id="fill" style="fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;" points="7.609,3 2.598,8 12.622,8"/> +</g> +</svg> -- To view, visit https://gerrit.wikimedia.org/r/71746 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I24039e7f4ee83cc26c7d600252ac8b9290eeda19 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/VisualEditor Gerrit-Branch: master Gerrit-Owner: Trevor Parscal <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
