You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Thiemo Kreuz dff12e2ce5 Manually optimize all SVG images
I applied a series of manual optimizations, most notably:
* Remove unused IDs.
* Remove attributes with standard values, e.g. opacity="1" is the
  default anyway.
* Remove attributes that don't have an effect, e.g. font styling
  where no fonts are used, or stroke attributes when there is no
  stroke anyway.
* Replace millimeters with pixels.
* I also tried to remove most translations. A lot of files had all
  their coordinates offset by -1032.362. I gave up for a few files.
  It might be worth looking into these later.
* brackets-grey.svg not only had a translation applied, but a
  non-standard viewBox as well. I wrote a tiny script to re-calculate
  all the numbers in this file. As a result it's much more crisp now.

Note that some of these optimizations might alter the appearence of
the image. I mean, they shouldn't, but better check each file manually
before merging this patch.

I did not touched the two files "cat-grey.svg" (I assume this is a
placeholder) as well as "editing icons.svg" (seems to be a temporary
file that should be removed).

Change-Id: Ie2dadef9d5979b563aa0ed0f5d8a69c534b76a4e
6 years ago
..
extensions Don't hide labels for mobile cactions that have no icon 6 years ago
images Manually optimize all SVG images 6 years ago
libraries Less: Linebreaks everywhere, some cleanup 7 years ago
forms.less Remove unused '.mw-ui-checked' class 6 years ago
main.js Add offset for # links to work around fixed header on desktop 6 years ago
mobile.js Fix sidebar closing on iOS 7 years ago
ooui.less Make Timeless aware of OOUI multiselect widgets 7 years ago
print.css Remove thingy 9 years ago
screen-common.less Reduce unnecessary selector specificity 6 years ago
screen-desktop-full.less Stop some of the pointless overflows in three-column mode 7 years ago
screen-desktop-mid.less Less: Linebreaks everywhere, some cleanup 7 years ago
screen-desktop-small.less build: Update 'stylelint-config-wikimedia' to v0.5.0 and make pass 6 years ago
screen-desktop.less Make mw-echo-alert (yellow new message link) line up 7 years ago
screen-misc.less Less: Linebreaks everywhere, some cleanup 7 years ago
screen-mobile.less Don't hide labels for mobile cactions that have no icon 6 years ago
variables.less Merge "Less: Linebreaks everywhere, some cleanup" 7 years ago