Bartosz Dziewoński has uploaded a new change for review. https://gerrit.wikimedia.org/r/119547
Change subject: checked.svg: Optimize ...................................................................... checked.svg: Optimize Compressed using svgo. I see no manual optimizations to apply :( Change-Id: Iea353778ef44f3cad8c53a251d3c8585a2042a69 --- M img/form-icon/checked.svg 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BetaFeatures refs/changes/47/119547/1 diff --git a/img/form-icon/checked.svg b/img/form-icon/checked.svg index c53423b..aea69db 100644 --- a/img/form-icon/checked.svg +++ b/img/form-icon/checked.svg @@ -1 +1 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?><!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" width="24px" height="24px"><path style="fill:none;stroke:#00B78C;stroke-width:3px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 4,12 9,17 20,5" /></svg> +<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path d="M4 12l5 5 11-12" stroke="#00B78C" stroke-width="3" fill="none"/></svg> \ No newline at end of file -- To view, visit https://gerrit.wikimedia.org/r/119547 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iea353778ef44f3cad8c53a251d3c8585a2042a69 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/BetaFeatures Gerrit-Branch: master Gerrit-Owner: Bartosz Dziewoński <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
