异世界百科修改版Timeless主题
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
i18n Merge ""timeless-sitetitle" i18n message should transclude {{int:}} instead" 6 years ago
includes Make page logs link actually work for page 6 years ago
resources Manually optimize all SVG images 6 years ago
screenshots Add skin screenshots for the installer 8 years ago
tests/phan Add phan configuration 7 years ago
.eslintrc.json build: Set "root": true, in .eslintrc.json 6 years ago
.gitignore Add phan configuration 7 years ago
.gitreview Use track=1 instead of defaultbranch=master in .gitreview 8 years ago
.phpcs.xml Add method scope visibility 6 years ago
.stylelintrc.json build: Update linters 7 years ago
CODE_OF_CONDUCT.md build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 6 years ago
Gruntfile.js build: Add Grunt 'svgmin' task and crush SVGs 6 years ago
composer.json build: Updating mediawiki/mediawiki-codesniffer to 24.0.0 6 years ago
package.json build: Add Grunt 'svgmin' task and crush SVGs 6 years ago
skin.json Set mw version requirement to 1.31 6 years ago