|
@ -402,6 +402,40 @@ if (NOT MINGW AND NOT APPLE)
|
|||
set (CMAKE_EXE_LINKER_FLAGS "-Wl,-rpath=${_qt5Core_install_prefix}/lib")
|
||||
# install desktop file
|
||||
install( FILES build/mscore.desktop DESTINATION share/applications)
|
||||
# compress man pages if gzip is installed (don't on OpenBSD)
|
||||
# note: compressing man pages is normal on Linux but not OpenBSD
|
||||
set(MAN_TARGET ${PROJECT_SOURCE_DIR}/build/mscore.1)
|
||||
find_program( GZIP_EXECUTABLE gzip DOC "A tool for compressing manpages (optional)." )
|
||||
if (GZIP_EXECUTABLE AND NOT CMAKE_SYSTEM_NAME MATCHES "OpenBSD")
|
||||
message(STATUS "Found gzip. Man pages will be compressed.")
|
||||
set(MAN_BUILD ${PROJECT_BINARY_DIR}/mscore.1.gz)
|
||||
add_custom_command(
|
||||
OUTPUT ${MAN_BUILD}
|
||||
DEPENDS ${MAN_TARGET}
|
||||
COMMAND ${GZIP_EXECUTABLE} < ${MAN_TARGET} > ${MAN_BUILD}
|
||||
)
|
||||
add_custom_target(manpages
|
||||
DEPENDS ${MAN_BUILD}
|
||||
COMMAND echo "Man pages have been compressed ready for installation."
|
||||
VERBATIM
|
||||
)
|
||||
set(MAN_TARGET ${MAN_BUILD})
|
||||
else (GZIP_EXECUTABLE AND NOT CMAKE_SYSTEM_NAME MATCHES "OpenBSD")
|
||||
if (CMAKE_SYSTEM_NAME MATCHES "OpenBSD")
|
||||
message(STATUS "System is OpenBSD: Man pages will not be compressed.")
|
||||
else (CMAKE_SYSTEM_NAME MATCHES "OpenBSD")
|
||||
message(STATUS "gzip not found (it is optional). Man pages will not be compressed.")
|
||||
endif (CMAKE_SYSTEM_NAME MATCHES "OpenBSD")
|
||||
add_custom_target(manpages
|
||||
COMMAND echo "Man pages will be installed uncompressed."
|
||||
VERBATIM
|
||||
)
|
||||
endif (GZIP_EXECUTABLE AND NOT CMAKE_SYSTEM_NAME MATCHES "OpenBSD")
|
||||
# install man pages in either compressed or uncompressed form
|
||||
install( FILES ${MAN_TARGET} DESTINATION share/man/man1 COMPONENT doc)
|
||||
# add .MSCZ and .MSCX to MIME database (informs system that filetypes .MSCZ & .MSCX are MuseScore files)
|
||||
install( FILES ${PROJECT_SOURCE_DIR}/build/musescore.xml DESTINATION share/mime/packages COMPONENT doc)
|
||||
# Note: must now run "update-mime-database" to apply changes. This is done in the Makefile.
|
||||
endif (NOT MINGW AND NOT APPLE)
|
||||
|
||||
#
|
||||
|
|
24
Makefile
|
@ -37,6 +37,7 @@ release:
|
|||
cmake -DCMAKE_BUILD_TYPE=RELEASE \
|
||||
-DCMAKE_INSTALL_PREFIX="${PREFIX}" ..; \
|
||||
make lrelease; \
|
||||
make manpages; \
|
||||
make -j ${CPUS}; \
|
||||
|
||||
|
||||
|
@ -47,6 +48,7 @@ debug:
|
|||
cmake -DCMAKE_BUILD_TYPE=DEBUG \
|
||||
-DCMAKE_INSTALL_PREFIX="${PREFIX}" ..; \
|
||||
make lrelease; \
|
||||
make manpages; \
|
||||
make -j ${CPUS}; \
|
||||
|
||||
|
||||
|
@ -89,10 +91,28 @@ version:
|
|||
@echo ${VERSION}
|
||||
|
||||
install: release
|
||||
cd build.release; make install/strip
|
||||
cd build.release \
|
||||
&& make install/strip \
|
||||
&& update-mime-database "${PREFIX}/share/mime" \
|
||||
&& gtk-update-icon-cache -f -t "${PREFIX}/share/icons/hicolor"
|
||||
|
||||
installdebug: debug
|
||||
cd build.debug; make install
|
||||
cd build.debug \
|
||||
&& make install \
|
||||
&& update-mime-database "${PREFIX}/share/mime" \
|
||||
&& gtk-update-icon-cache -f -t "${PREFIX}/share/icons/hicolor"
|
||||
|
||||
uninstall:
|
||||
cd build.release \
|
||||
&& xargs rm < install_manifest.txt \
|
||||
&& update-mime-database "${PREFIX}/share/mime" \
|
||||
&& gtk-update-icon-cache -f -t "${PREFIX}/share/icons/hicolor"
|
||||
|
||||
uninstalldebug:
|
||||
cd build.debug \
|
||||
&& xargs rm < install_manifest.txt \
|
||||
&& update-mime-database "${PREFIX}/share/mime" \
|
||||
&& gtk-update-icon-cache -f -t "${PREFIX}/share/icons/hicolor"
|
||||
|
||||
#
|
||||
# linux
|
||||
|
|
735
assets/msc-icon-master.svg
Normal file
|
@ -0,0 +1,735 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!--
|
||||
MuseScore custom icon for MusicXML files. Modified: 2015-06-09
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License version 2.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
CREDIT:
|
||||
Background file image and text adapted from Ubuntu Humanity theme icon audio-x-wav.svg (GNU GPL Version 2)
|
||||
-->
|
||||
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
id="svg2677"
|
||||
height="48"
|
||||
width="48"
|
||||
version="1.0"
|
||||
inkscape:version="0.91 r"
|
||||
sodipodi:docname="musescore-icon-master.svg"
|
||||
inkscape:export-filename="/home/peter/src/MuseScore/assets/musicxml-icon-master.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<metadata
|
||||
id="metadata71">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="744"
|
||||
id="namedview69"
|
||||
showgrid="false"
|
||||
inkscape:zoom="5.6568543"
|
||||
inkscape:cx="16.89437"
|
||||
inkscape:cy="11.721288"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="24"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1" />
|
||||
<defs
|
||||
id="defs2679">
|
||||
<linearGradient
|
||||
id="linearGradient2642"
|
||||
y2="609.51"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="302.86"
|
||||
gradientTransform="matrix(.067325 0 0 0.0147 -.34114 37.04)"
|
||||
y1="366.65"
|
||||
x1="302.86">
|
||||
<stop
|
||||
id="stop5050"
|
||||
style="stop-opacity:0"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop5056"
|
||||
offset=".5" />
|
||||
<stop
|
||||
id="stop5052"
|
||||
style="stop-opacity:0"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
id="radialGradient2639"
|
||||
xlink:href="#linearGradient5060"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
cy="486.65"
|
||||
cx="605.71"
|
||||
gradientTransform="matrix(-.023040 0 0 0.0147 21.623 37.04)"
|
||||
r="117.14" />
|
||||
<linearGradient
|
||||
id="linearGradient5060">
|
||||
<stop
|
||||
id="stop5062"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop5064"
|
||||
style="stop-opacity:0"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
id="radialGradient2636"
|
||||
xlink:href="#linearGradient5060"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
cy="486.65"
|
||||
cx="605.71"
|
||||
gradientTransform="matrix(.023040 0 0 0.0147 26.361 37.04)"
|
||||
r="117.14" />
|
||||
<linearGradient
|
||||
id="linearGradient2633"
|
||||
y2="2.9062"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="-51.786"
|
||||
gradientTransform="matrix(.80750 0 0 .89483 59.41 -2.9806)"
|
||||
y1="50.786"
|
||||
x1="-51.786">
|
||||
<stop
|
||||
id="stop3106"
|
||||
offset="0"
|
||||
style="stop-color:#aaa" />
|
||||
<stop
|
||||
id="stop3108"
|
||||
style="stop-color:#c8c8c8"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient2631"
|
||||
y2="47.013"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="25.132"
|
||||
gradientTransform="matrix(1 0 0 .95617 -1.0065e-7 -1.9149)"
|
||||
y1=".98521"
|
||||
x1="25.132">
|
||||
<stop
|
||||
id="stop3602"
|
||||
offset="0"
|
||||
style="stop-color:#f8f2e5;stop-opacity:1" />
|
||||
<stop
|
||||
id="stop3604"
|
||||
offset="1"
|
||||
style="stop-color:#efe2c7;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
id="radialGradient2628"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
cy="112.3"
|
||||
cx="102"
|
||||
gradientTransform="matrix(.36170 0 0 -.39078 .85106 47.517)"
|
||||
r="139.56">
|
||||
<stop
|
||||
id="stop41"
|
||||
offset="0"
|
||||
style="stop-color:#000000;stop-opacity:0.28125" />
|
||||
<stop
|
||||
id="stop47"
|
||||
offset="0.18851"
|
||||
style="stop-color:#000000;stop-opacity:0.078125" />
|
||||
<stop
|
||||
id="stop49"
|
||||
offset="0.25718001"
|
||||
style="stop-color:#000000;stop-opacity:0.0234375" />
|
||||
<stop
|
||||
id="stop51"
|
||||
offset="0.30111"
|
||||
style="stop-color:#000000;stop-opacity:0" />
|
||||
<stop
|
||||
id="stop57"
|
||||
offset="1"
|
||||
style="stop-color:#e1e2e3;stop-opacity:0" />
|
||||
</radialGradient>
|
||||
<linearGradient
|
||||
id="linearGradient2625"
|
||||
y2="46.017"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="24"
|
||||
gradientTransform="matrix(1 0 0 .97778 0 -.96667)"
|
||||
y1="2"
|
||||
x1="24">
|
||||
<stop
|
||||
id="stop3213"
|
||||
style="stop-color:#fff"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop3215"
|
||||
style="stop-color:#fff;stop-opacity:0"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<filter
|
||||
id="filter3212"
|
||||
height="1.3287"
|
||||
width="1.2969"
|
||||
color-interpolation-filters="sRGB"
|
||||
y="-.16434"
|
||||
x="-.14846">
|
||||
<feGaussianBlur
|
||||
id="feGaussianBlur3214"
|
||||
stdDeviation="0.77391625" />
|
||||
</filter>
|
||||
<linearGradient
|
||||
id="linearGradient2621"
|
||||
y2="5.4565"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="36.358"
|
||||
gradientTransform="matrix(.99770 0 0 1.0407 .16380 -1.1058)"
|
||||
y1="8.059"
|
||||
x1="32.892">
|
||||
<stop
|
||||
id="stop8591"
|
||||
style="stop-color:#fefefe"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop8593"
|
||||
style="stop-color:#cbcbcb"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
id="radialGradient2675"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
cy="45.867"
|
||||
cx="22.902"
|
||||
gradientTransform="matrix(.69765 0 0 .29961 12.507 18.89)"
|
||||
r="7.9059">
|
||||
<stop
|
||||
id="stop3197"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop3199"
|
||||
style="stop-opacity:0"
|
||||
offset="1" />
|
||||
</radialGradient>
|
||||
<radialGradient
|
||||
id="radialGradient2672"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
cy="45.867"
|
||||
cx="22.902"
|
||||
gradientTransform="matrix(.75875 0 0 .32584 -.80598 19.479)"
|
||||
r="7.9059">
|
||||
<stop
|
||||
id="stop3203"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop3205"
|
||||
style="stop-opacity:0"
|
||||
offset="1" />
|
||||
</radialGradient>
|
||||
<radialGradient
|
||||
id="radialGradient2668"
|
||||
fx="14.638"
|
||||
fy="38.175"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
cy="41.059"
|
||||
cx="17.059"
|
||||
gradientTransform="matrix(.66498 0 -.10886 .63739 9.9382 5.2626)"
|
||||
r="5.7385">
|
||||
<stop
|
||||
id="stop3877"
|
||||
style="stop-color:#aaa"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop3879"
|
||||
style="stop-color:#4d4d4d"
|
||||
offset="1" />
|
||||
</radialGradient>
|
||||
<radialGradient
|
||||
id="radialGradient2665"
|
||||
fx="14.109"
|
||||
fy="38.981"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
cy="41.059"
|
||||
cx="17.059"
|
||||
gradientTransform="matrix(.66333 0 -.10859 .63580 21.997 3.4975)"
|
||||
r="5.7385">
|
||||
<stop
|
||||
id="stop3871"
|
||||
style="stop-color:#aaa"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop3873"
|
||||
style="stop-color:#4d4d4d"
|
||||
offset="1" />
|
||||
</radialGradient>
|
||||
<linearGradient
|
||||
id="linearGradient2662"
|
||||
y2="119.86"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="25.4"
|
||||
gradientTransform="matrix(.22147 0 0 .22311 14.032 -16.079)"
|
||||
y1="144.12"
|
||||
x1="28.739">
|
||||
<stop
|
||||
id="stop3239"
|
||||
style="stop-color:#fff"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop3241"
|
||||
style="stop-color:#fff;stop-opacity:.37931"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient2659"
|
||||
y2="125.39"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="26.257"
|
||||
gradientTransform="matrix(.44563 0 0 .22311 20.716 -17.657)"
|
||||
y1="144.12"
|
||||
x1="28.739">
|
||||
<stop
|
||||
id="stop3245"
|
||||
style="stop-color:#fff"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop3247"
|
||||
style="stop-color:#fff;stop-opacity:.37931"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient-1"
|
||||
y2="5%"
|
||||
x2="50%"
|
||||
y1="0%"
|
||||
x1="50%">
|
||||
<stop
|
||||
id="stop4463"
|
||||
offset="0%"
|
||||
stop-color="#FFFFFF" />
|
||||
<stop
|
||||
id="stop4465"
|
||||
offset="100%"
|
||||
stop-opacity="0"
|
||||
stop-color="#FFFFFF" />
|
||||
</linearGradient>
|
||||
<filter
|
||||
id="filter-2"
|
||||
filterUnits="objectBoundingBox"
|
||||
height="200%"
|
||||
width="200%"
|
||||
y="-50%"
|
||||
x="-50%">
|
||||
<feOffset
|
||||
id="feOffset4468"
|
||||
result="shadowOffsetInner1"
|
||||
in="SourceAlpha"
|
||||
dy="0"
|
||||
dx="0" />
|
||||
<feGaussianBlur
|
||||
id="feGaussianBlur4470"
|
||||
result="shadowBlurInner1"
|
||||
in="shadowOffsetInner1"
|
||||
stdDeviation="15" />
|
||||
<feComposite
|
||||
id="feComposite4472"
|
||||
result="shadowInnerInner1"
|
||||
k3="1"
|
||||
k2="-1"
|
||||
operator="arithmetic"
|
||||
in2="SourceAlpha"
|
||||
in="shadowBlurInner1" />
|
||||
<feColorMatrix
|
||||
id="feColorMatrix4474"
|
||||
result="shadowMatrixInner1"
|
||||
type="matrix"
|
||||
in="shadowInnerInner1"
|
||||
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.028 0" />
|
||||
<feOffset
|
||||
id="feOffset4476"
|
||||
result="shadowOffsetInner2"
|
||||
in="SourceAlpha"
|
||||
dy="1"
|
||||
dx="0" />
|
||||
<feGaussianBlur
|
||||
id="feGaussianBlur4478"
|
||||
result="shadowBlurInner2"
|
||||
in="shadowOffsetInner2"
|
||||
stdDeviation="0" />
|
||||
<feComposite
|
||||
id="feComposite4480"
|
||||
result="shadowInnerInner2"
|
||||
k3="1"
|
||||
k2="-1"
|
||||
operator="arithmetic"
|
||||
in2="SourceAlpha"
|
||||
in="shadowBlurInner2" />
|
||||
<feColorMatrix
|
||||
id="feColorMatrix4482"
|
||||
result="shadowMatrixInner2"
|
||||
type="matrix"
|
||||
in="shadowInnerInner2"
|
||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.7 0" />
|
||||
<feMorphology
|
||||
id="feMorphology4484"
|
||||
result="shadowSpreadInner3"
|
||||
operator="dilate"
|
||||
in="SourceAlpha"
|
||||
radius="1" />
|
||||
<feOffset
|
||||
id="feOffset4486"
|
||||
result="shadowOffsetInner3"
|
||||
in="shadowSpreadInner3"
|
||||
dy="0"
|
||||
dx="0" />
|
||||
<feGaussianBlur
|
||||
id="feGaussianBlur4488"
|
||||
result="shadowBlurInner3"
|
||||
in="shadowOffsetInner3"
|
||||
stdDeviation="0" />
|
||||
<feComposite
|
||||
id="feComposite4490"
|
||||
result="shadowInnerInner3"
|
||||
k3="1"
|
||||
k2="-1"
|
||||
operator="arithmetic"
|
||||
in2="SourceAlpha"
|
||||
in="shadowBlurInner3" />
|
||||
<feColorMatrix
|
||||
id="feColorMatrix4492"
|
||||
result="shadowMatrixInner3"
|
||||
type="matrix"
|
||||
in="shadowInnerInner3"
|
||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.28 0" />
|
||||
<feMerge
|
||||
id="feMerge4494">
|
||||
<feMergeNode
|
||||
id="feMergeNode4496"
|
||||
in="SourceGraphic" />
|
||||
<feMergeNode
|
||||
id="feMergeNode4498"
|
||||
in="shadowMatrixInner1" />
|
||||
<feMergeNode
|
||||
id="feMergeNode4500"
|
||||
in="shadowMatrixInner2" />
|
||||
<feMergeNode
|
||||
id="feMergeNode4502"
|
||||
in="shadowMatrixInner3" />
|
||||
</feMerge>
|
||||
</filter>
|
||||
<rect
|
||||
rx="8"
|
||||
height="1023.00098"
|
||||
width="1023.00098"
|
||||
y="0.827317073"
|
||||
x="0.827317073"
|
||||
id="path-3" />
|
||||
<linearGradient
|
||||
id="linearGradient-4"
|
||||
y2="100%"
|
||||
x2="50%"
|
||||
y1="0%"
|
||||
x1="50%">
|
||||
<stop
|
||||
id="stop4506"
|
||||
offset="0%"
|
||||
stop-color="#FFFFFF" />
|
||||
<stop
|
||||
id="stop4508"
|
||||
offset="100%"
|
||||
stop-color="#FFFFFF" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient-5"
|
||||
y2="100%"
|
||||
x2="50%"
|
||||
y1="0%"
|
||||
x1="50%">
|
||||
<stop
|
||||
id="stop4511"
|
||||
offset="0%"
|
||||
stop-opacity="0.510501585"
|
||||
stop-color="#F8F2E5" />
|
||||
<stop
|
||||
id="stop4513"
|
||||
offset="100%"
|
||||
stop-color="#EFE2C7" />
|
||||
</linearGradient>
|
||||
<filter
|
||||
id="filter-6"
|
||||
filterUnits="objectBoundingBox"
|
||||
height="200%"
|
||||
width="200%"
|
||||
y="-50%"
|
||||
x="-50%">
|
||||
<feMorphology
|
||||
id="feMorphology4516"
|
||||
result="shadowSpreadOuter1"
|
||||
operator="dilate"
|
||||
in="SourceAlpha"
|
||||
radius="1" />
|
||||
<feOffset
|
||||
id="feOffset4518"
|
||||
result="shadowOffsetOuter1"
|
||||
in="shadowSpreadOuter1"
|
||||
dy="0"
|
||||
dx="0" />
|
||||
<feGaussianBlur
|
||||
id="feGaussianBlur4520"
|
||||
result="shadowBlurOuter1"
|
||||
in="shadowOffsetOuter1"
|
||||
stdDeviation="1" />
|
||||
<feColorMatrix
|
||||
id="feColorMatrix4522"
|
||||
result="shadowMatrixOuter1"
|
||||
type="matrix"
|
||||
in="shadowBlurOuter1"
|
||||
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.35 0" />
|
||||
<feOffset
|
||||
id="feOffset4524"
|
||||
result="shadowOffsetInner1"
|
||||
in="SourceAlpha"
|
||||
dy="0"
|
||||
dx="0" />
|
||||
<feGaussianBlur
|
||||
id="feGaussianBlur4526"
|
||||
result="shadowBlurInner1"
|
||||
in="shadowOffsetInner1"
|
||||
stdDeviation="1.5" />
|
||||
<feComposite
|
||||
id="feComposite4528"
|
||||
result="shadowInnerInner1"
|
||||
k3="1"
|
||||
k2="-1"
|
||||
operator="arithmetic"
|
||||
in2="SourceAlpha"
|
||||
in="shadowBlurInner1" />
|
||||
<feColorMatrix
|
||||
id="feColorMatrix4530"
|
||||
result="shadowMatrixInner1"
|
||||
type="matrix"
|
||||
in="shadowInnerInner1"
|
||||
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0" />
|
||||
<feMerge
|
||||
id="feMerge4532">
|
||||
<feMergeNode
|
||||
id="feMergeNode4534"
|
||||
in="shadowMatrixOuter1" />
|
||||
<feMergeNode
|
||||
id="feMergeNode4536"
|
||||
in="SourceGraphic" />
|
||||
<feMergeNode
|
||||
id="feMergeNode4538"
|
||||
in="shadowMatrixInner1" />
|
||||
</feMerge>
|
||||
</filter>
|
||||
<rect
|
||||
rx="8"
|
||||
height="986.872842"
|
||||
width="986.872842"
|
||||
y="18.7270663"
|
||||
x="18.7270663"
|
||||
id="path-7" />
|
||||
<linearGradient
|
||||
id="linearGradient-8"
|
||||
y2="100%"
|
||||
x2="50%"
|
||||
y1="0%"
|
||||
x1="50%">
|
||||
<stop
|
||||
id="stop4542"
|
||||
offset="0%"
|
||||
stop-color="#1B75C0" />
|
||||
<stop
|
||||
id="stop4544"
|
||||
offset="100%"
|
||||
stop-color="#2A567B" />
|
||||
</linearGradient>
|
||||
<filter
|
||||
id="filter-9"
|
||||
filterUnits="objectBoundingBox"
|
||||
height="200%"
|
||||
width="200%"
|
||||
y="-50%"
|
||||
x="-50%">
|
||||
<feMorphology
|
||||
id="feMorphology4547"
|
||||
result="shadowSpreadOuter1"
|
||||
operator="dilate"
|
||||
in="SourceAlpha"
|
||||
radius="1" />
|
||||
<feOffset
|
||||
id="feOffset4549"
|
||||
result="shadowOffsetOuter1"
|
||||
in="shadowSpreadOuter1"
|
||||
dy="10"
|
||||
dx="0" />
|
||||
<feGaussianBlur
|
||||
id="feGaussianBlur4551"
|
||||
result="shadowBlurOuter1"
|
||||
in="shadowOffsetOuter1"
|
||||
stdDeviation="2.5" />
|
||||
<feColorMatrix
|
||||
id="feColorMatrix4553"
|
||||
result="shadowMatrixOuter1"
|
||||
type="matrix"
|
||||
in="shadowBlurOuter1"
|
||||
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.28 0" />
|
||||
<feMerge
|
||||
id="feMerge4555">
|
||||
<feMergeNode
|
||||
id="feMergeNode4557"
|
||||
in="shadowMatrixOuter1" />
|
||||
<feMergeNode
|
||||
id="feMergeNode4559"
|
||||
in="SourceGraphic" />
|
||||
</feMerge>
|
||||
</filter>
|
||||
<linearGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
gradientTransform="matrix(1.1101259,0,0,0.9007987,-645.09884,241.26587)"
|
||||
id="linearGradient-8-1"
|
||||
y2="631.6411"
|
||||
x2="314.00338"
|
||||
y1="-12.580042"
|
||||
x1="314.00338">
|
||||
<stop
|
||||
id="stop4542-6"
|
||||
offset="0%"
|
||||
stop-color="#1B75C0" />
|
||||
<stop
|
||||
id="stop4544-7"
|
||||
offset="100%"
|
||||
stop-color="#2A567B" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g
|
||||
id="layer1">
|
||||
<rect
|
||||
id="rect2879"
|
||||
style="opacity:.3;fill:url(#linearGradient2642)"
|
||||
height="3.5701"
|
||||
width="32.508"
|
||||
y="42.43"
|
||||
x="7.7378" />
|
||||
<path
|
||||
id="path2881"
|
||||
style="opacity:.3;fill:url(#radialGradient2639)"
|
||||
d="m7.7378 42.43v3.5699c-1.1865 0.0067-2.8684-0.79982-2.8684-1.7852 0-0.98533 1.324-1.7847 2.8684-1.7847z" />
|
||||
<path
|
||||
id="path2883"
|
||||
style="opacity:.3;fill:url(#radialGradient2636)"
|
||||
d="m40.246 42.43v3.5699c1.1865 0.0067 2.8684-0.79982 2.8684-1.7852 0-0.98533-1.324-1.7847-2.8684-1.7847z" />
|
||||
<path
|
||||
id="path4160"
|
||||
style="stroke-linejoin:round;stroke:url(#linearGradient2633);stroke-width:.99992;fill:url(#linearGradient2631)"
|
||||
d="m6.5 0.4972h24.061c1.4069 0.47465 8.9655 5.8822 10.939 9.6264v34.379h-35v-44.006z" />
|
||||
<path
|
||||
id="path4191"
|
||||
style="fill:url(#radialGradient2628)"
|
||||
d="m7.3617 44c-0.1993 0-0.3617-0.17546-0.3617-0.39078v-42.204c0-0.21571 0.1624-0.39078 0.3617-0.39078 7.4833 0.1082 15.775-0.16138 23.249 0.0271l10.283 8.866 0.106 33.702c0 0.216-0.162 0.391-0.362 0.391h-33.276z" />
|
||||
<path
|
||||
id="path2435"
|
||||
style="opacity:.6;stroke-linejoin:round;stroke:url(#linearGradient2625);stroke-width:.99992;fill:none"
|
||||
d="m40.5 10.259v33.263h-33v-42.045h22.866" />
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;opacity:0.4;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
x="23.899687"
|
||||
y="40.916"
|
||||
id="text4464"
|
||||
sodipodi:linespacing="125%"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan4466"
|
||||
x="23.899687"
|
||||
y="40.916"
|
||||
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:10px;font-family:'URW Gothic L';-inkscape-font-specification:'URW Gothic L Semi-Bold';text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1">MSCZ</tspan></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
x="-13.375105"
|
||||
y="51.164005"
|
||||
id="text4193"
|
||||
sodipodi:linespacing="125%"><tspan
|
||||
sodipodi:role="line"
|
||||
x="-13.375105"
|
||||
y="51.164005"
|
||||
style="font-size:2.5px;fill:#ff0000;fill-opacity:1"
|
||||
id="tspan4201">When exporting:</tspan><tspan
|
||||
sodipodi:role="line"
|
||||
x="-13.375105"
|
||||
y="54.289005"
|
||||
style="font-size:2.5px;fill:#ff0000;fill-opacity:1"
|
||||
id="tspan4205">- change "MSCZ" text object to a path (makes image font-independent)</tspan><tspan
|
||||
sodipodi:role="line"
|
||||
x="-13.375105"
|
||||
y="57.414005"
|
||||
style="font-size:2.5px;fill:#ff0000;fill-opacity:1"
|
||||
id="tspan4213">- delete this message</tspan><tspan
|
||||
sodipodi:role="line"
|
||||
x="-13.375105"
|
||||
y="60.539005"
|
||||
style="font-size:2.5px;fill:#ff0000;fill-opacity:1"
|
||||
id="tspan4211">- save as an "optimized SVG" (don't overwrite master image)</tspan><tspan
|
||||
sodipodi:role="line"
|
||||
x="-13.375105"
|
||||
y="63.664005"
|
||||
style="font-size:2.5px;fill:#ff0000;fill-opacity:1"
|
||||
id="tspan4215">- export as a 48x48 PNG for systems that do not support SVG</tspan><tspan
|
||||
sodipodi:role="line"
|
||||
x="-13.375105"
|
||||
y="66.789001"
|
||||
style="font-size:2.5px;fill:#ff0000;fill-opacity:1"
|
||||
id="tspan4197" /><tspan
|
||||
sodipodi:role="line"
|
||||
x="-13.375105"
|
||||
y="69.914001"
|
||||
style="font-size:2.5px;fill:#ff0000;fill-opacity:1"
|
||||
id="tspan4199">Retain this message when editing master image.</tspan></text>
|
||||
<path
|
||||
style="fill:url(#linearGradient-8-1);fill-rule:evenodd;stroke:url(#linearGradient-8-1);stroke-width:18;filter:url(#filter-9)"
|
||||
id="Logo-3"
|
||||
d="m 114.40476,558.09727 -0.461,-109.0053 c 0,-16.8179 -1.5479,-32.0675 -4.6454,-45.8344 -2.6977,-13.6377 -7.8732,-25.4007 -15.525703,-35.1386 -7.1649,-9.6935 -17.0735,-17.21 -29.6356,-22.5471 -12.1197,-5.337 -27.6462,-7.9505 -46.4893,-7.9505 -16.6312004,0 -31.671,3.3112 -45.1178,9.9327 -13.4468,6.1867 -24.9477,14.8357 -34.4139,25.9019 -9.3768,11.0225 -16.5869,23.8752 -21.4965,38.4724 -4.9539,14.1154 -7.4317,29.1468 -7.4317,45.136 l 0,216.2745 -13.445997,0 0,-218.9325 c 0,-15.9464 -1.3714,-31.0214 -4.07,-45.1377 -2.2118,-14.159 -6.7242,-26.5323 -13.4468,-37.2064 -6.7233,-10.5657 -16.1896,-18.9738 -28.3093,-25.1613 -12.1197,-6.1649 -27.867,-9.2796 -47.1524,-9.2796 -17.0744,0 -33.2402,3.6194 -47.1293,11.5489 -13.9779,7.5157 -26.2611,18.1521 -36.1246,31.4178 -9.4663,12.8527 -16.8085,27.8849 -22.2056,45.1377 -4.9539,17.2536 -6.3622,35.4768 -6.3622,54.5606 l 0,193.0525 -13.4911,0 0,-193.0525 c 0,-64.1133 18.3102,-88.6305 25.0344,-99.6983 6.7234,-11.0661 17.8516,-21.4961 27.6716,-29.9051 9.9078,-8.4081 21.4663,-14.796 33.1436,-19.1961 12.1197,-4.8794 25.9712,-7.1766 39.4632,-7.1766 26.9814,-0.8706 49.4077,5.991 67.3669,20.6085 18.445,14.1599 30.521197,33.8096 37.686997,59.0356 6.7669,-23.876 20.0372,-43.111 39.765,-57.7284 19.773,-14.5957 43.0832996,-21.9157 70.0655,-21.9157 21.1428,0 38.6152,3.1156 52.5496,9.3022 13.9335,6.2303 25.1241,14.8349 33.661303,25.8582 8.5372,10.6741 14.5966,23.7014 18.2242,39.2121 3.5825,15.0314 5.3963,31.8039 5.3963,50.4092 l 0.1207,114.2146 c 0.1781,16.9149 1.2204,31.9473 6.3819,44.3306 5.837,13.7233 13.7119,25.226 23.5311,34.5056 10.351,8.8892 22.0283,15.5124 35.0327,19.8688 13.4911,4.0517 27.6454,6.0112 42.4636,6.0112 20.7012,0 38.8377,-3.7452 54.5842,-11.2407 15.7029,-8.0144 28.7517,-18.3417 39.0575,-31.1944 10.7483,-13.244 18.844,-28.5381 24.2837,-45.8345 5.3528,-17.2092 8.0505,-35.3342 8.0505,-54.3736 l 0,-193.0516 13.4477,0 0,193.0516 c 0,44.6023 -9.4138,64.1898 -9.4138,64.1898 -6.2819,26.5769 -24.0942,47.9361 -45.5915,65.1469 -21.1428,17.2964 -50.2694,25.8981 -84.4183,25.8981 -17.9583,0 -34.5903,-2.4397 -49.851,-7.2755 -14.773,-5.3161 -27.8226,-13.0257 -39.0567,-23.1792 -10.7491,-10.6732 -19.2863,-23.5276 -25.6116,-38.5573 -4.2908,-11.3289 -5.3528,-23.5267 -6.0603,-37.0763 -0.044,-5.0977 -0.044,-11.1534 -0.044,-16.4258 l 0.019,0 0,0 z m 116.4914,-323.6468 c 0,-8.3871 6.9442,-15.1833 15.4362,-15.1833 8.5373,0 15.4371,6.7962 15.4371,15.1833 0,8.409 -6.8998,15.2052 -15.4371,15.2052 -8.492,0 -15.4362,-6.7962 -15.4362,-15.2052 z m -77.4425,-84.9278 c -27.9894,22.7316 -42.7835,54.5629 -42.7835,92.0514 l 12.2221,0 c 0,-73.0261 61.8813,-111.2348 123.0086,-111.2348 31.0335,0 59.624,9.7241 80.507,27.3816 23.5421,19.9063 35.9872,48.9018 35.9872,83.8532 l 12.2221,0 c 0,-38.5697 -13.9179,-70.7245 -40.2481,-92.9882 -23.0975,-19.5294 -54.5159,-30.285 -88.4682,-30.285 -34.3212,0 -68.0168,11.3793 -92.4472,31.2218 z"
|
||||
inkscape:connector-curvature="0"
|
||||
transform="matrix(0.03626816,0,0,0.03626816,23.110772,6.023917)" />
|
||||
<g
|
||||
id="g4695">
|
||||
<path
|
||||
d="m28.617 0.92126c4.2825 0 2.1532 8.4832 2.1532 8.4832s10.358-1.8023 10.358 2.8187c0-2.6097-11.302-10.729-12.511-11.302z"
|
||||
style="opacity:.4;fill-rule:evenodd;filter:url(#filter3212)"
|
||||
id="path12038" />
|
||||
<path
|
||||
d="m28.617 0.92126c3.1865 0 2.3358 7.6619 2.3358 7.6619s10.175-0.98105 10.175 3.64c0-1.1259 0.08591-1.9322-0.13378-2.2836-1.578-2.5243-8.395-8.1885-10.857-8.9309-0.184-0.05556-0.593-0.08754-1.52-0.08754z"
|
||||
style="fill:url(#linearGradient2621);fill-rule:evenodd"
|
||||
id="path4474" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 24 KiB |
BIN
assets/mscx-icon-48.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
73
assets/mscx-icon.svg
Normal file
|
@ -0,0 +1,73 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="48" width="48" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
<defs>
|
||||
<linearGradient id="f" x1="302.86" gradientUnits="userSpaceOnUse" y1="366.65" gradientTransform="matrix(.067325 0 0 .0147 -.34114 37.04)" x2="302.86" y2="609.51">
|
||||
<stop stop-opacity="0" offset="0"/>
|
||||
<stop offset=".5"/>
|
||||
<stop stop-opacity="0" offset="1"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="c" xlink:href="#a" gradientUnits="userSpaceOnUse" cy="486.65" cx="605.71" gradientTransform="matrix(-.023040 0 0 .0147 21.623 37.04)" r="117.14"/>
|
||||
<linearGradient id="a">
|
||||
<stop offset="0"/>
|
||||
<stop stop-opacity="0" offset="1"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="d" xlink:href="#a" gradientUnits="userSpaceOnUse" cy="486.65" cx="605.71" gradientTransform="matrix(.023040 0 0 .0147 26.361 37.04)" r="117.14"/>
|
||||
<linearGradient id="g" x1="-51.786" gradientUnits="userSpaceOnUse" y1="50.786" gradientTransform="matrix(.80750 0 0 .89483 59.41 -2.9806)" x2="-51.786" y2="2.9062">
|
||||
<stop stop-color="#aaa" offset="0"/>
|
||||
<stop stop-color="#c8c8c8" offset="1"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="h" x1="25.132" gradientUnits="userSpaceOnUse" y1=".98521" gradientTransform="matrix(1 0 0 .95617 -1.0065e-7 -1.9149)" x2="25.132" y2="47.013">
|
||||
<stop stop-color="#f8f2e5" offset="0"/>
|
||||
<stop stop-color="#efe2c7" offset="1"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="e" gradientUnits="userSpaceOnUse" cy="112.3" cx="102" gradientTransform="matrix(.36170 0 0 -.39078 .85106 47.517)" r="139.56">
|
||||
<stop stop-opacity=".28125" offset="0"/>
|
||||
<stop stop-opacity=".078125" offset=".18851"/>
|
||||
<stop stop-opacity=".023438" offset=".25718"/>
|
||||
<stop stop-opacity="0" offset=".30111"/>
|
||||
<stop stop-color="#e1e2e3" stop-opacity="0" offset="1"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="i" x1="24" gradientUnits="userSpaceOnUse" y1="2" gradientTransform="matrix(1 0 0 .97778 0 -.96667)" x2="24" y2="46.017">
|
||||
<stop stop-color="#fff" offset="0"/>
|
||||
<stop stop-color="#fff" stop-opacity="0" offset="1"/>
|
||||
</linearGradient>
|
||||
<filter id="k" width="1.2969" y="-.16434" x="-.14846" height="1.3287" color-interpolation-filters="sRGB">
|
||||
<feGaussianBlur stdDeviation="0.77391625"/>
|
||||
</filter>
|
||||
<linearGradient id="j" x1="32.892" gradientUnits="userSpaceOnUse" y1="8.059" gradientTransform="matrix(.99770 0 0 1.0407 .16380 -1.1058)" x2="36.358" y2="5.4565">
|
||||
<stop stop-color="#fefefe" offset="0"/>
|
||||
<stop stop-color="#cbcbcb" offset="1"/>
|
||||
</linearGradient>
|
||||
<filter id="l" height="200%" width="200%" y="-50%" x="-50%" filterUnits="objectBoundingBox">
|
||||
<feMorphology operator="dilate" in="SourceAlpha" radius="1" result="shadowSpreadOuter1"/>
|
||||
<feOffset dy="10" in="shadowSpreadOuter1" dx="0" result="shadowOffsetOuter1"/>
|
||||
<feGaussianBlur in="shadowOffsetOuter1" stdDeviation="2.5" result="shadowBlurOuter1"/>
|
||||
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.28 0" in="shadowBlurOuter1" type="matrix" result="shadowMatrixOuter1"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="shadowMatrixOuter1"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
<linearGradient id="b" x1="314" gradientUnits="userSpaceOnUse" y1="-12.58" gradientTransform="matrix(1.1101 0 0 .90080 -645.1 241.27)" x2="314" y2="631.64">
|
||||
<stop stop-color="#1B75C0" offset="0"/>
|
||||
<stop stop-color="#2A567B" offset="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect opacity=".3" height="3.5701" width="32.508" y="42.43" x="7.7378" fill="url(#f)"/>
|
||||
<path opacity=".3" fill="url(#c)" d="m7.7378 42.43v3.5699c-1.1865 0.0067-2.8684-0.79982-2.8684-1.7852 0-0.98533 1.324-1.7847 2.8684-1.7847z"/>
|
||||
<path opacity=".3" fill="url(#d)" d="m40.246 42.43v3.5699c1.1865 0.0067 2.8684-0.79982 2.8684-1.7852 0-0.98533-1.324-1.7847-2.8684-1.7847z"/>
|
||||
<path stroke-linejoin="round" d="m6.5 0.4972h24.061c1.4069 0.47465 8.9655 5.8822 10.939 9.6264v34.379h-35v-44.006z" stroke="url(#g)" stroke-width=".99992" fill="url(#h)"/>
|
||||
<path fill="url(#e)" d="m7.3617 44c-0.1993 0-0.3617-0.17546-0.3617-0.39078v-42.204c0-0.21571 0.1624-0.39078 0.3617-0.39078 7.4833 0.1082 15.775-0.16138 23.249 0.0271l10.283 8.866 0.106 33.702c0 0.216-0.162 0.391-0.362 0.391h-33.276z"/>
|
||||
<path opacity=".6" stroke-linejoin="round" d="m40.5 10.259v33.263h-33v-42.045h22.866" stroke="url(#i)" stroke-width=".99992" fill="none"/>
|
||||
<g opacity=".4">
|
||||
<path d="m10.185 40.916h1.37v-5.54l1.93 5.54h1.12l1.93-5.54v5.54h1.37v-7.39h-1.88l-1.97 5.6-1.99-5.6h-1.88v7.39z"/>
|
||||
<path d="m18.649 38.806c0.05 0.58 0.18 0.95 0.48 1.34 0.44 0.57 1.17 0.9 1.95 0.9 1.33 0 2.36-1.03 2.36-2.37 0-0.61-0.23-1.14-0.66-1.54-0.29-0.27-0.53-0.4-1.25-0.67-0.7-0.26-0.72-0.27-0.82-0.33-0.27-0.17-0.41-0.4-0.41-0.67 0-0.44 0.31-0.75 0.76-0.75 0.46 0 0.74 0.28 0.78 0.78h1.42c-0.03-0.56-0.16-0.94-0.46-1.31-0.4-0.5-1.04-0.79-1.73-0.79-1.19 0-2.15 0.93-2.15 2.1 0 0.93 0.55 1.64 1.54 2.01s1.05 0.4 1.28 0.57c0.22 0.18 0.34 0.44 0.34 0.75 0 0.53-0.41 0.9-1 0.9-0.61 0-0.94-0.3-1-0.92h-1.43z"/>
|
||||
<path d="m29.694 38.856c-0.6 0.63-1.12 0.87-1.83 0.87-1.36 0-2.48-1.14-2.48-2.52 0-0.6 0.23-1.24 0.61-1.68 0.45-0.53 1.09-0.81 1.84-0.81 0.86 0 1.44 0.28 1.94 0.93h1.53c-0.29-0.64-0.55-0.99-1.05-1.4-0.68-0.55-1.55-0.85-2.45-0.85-2.09 0-3.8 1.71-3.8 3.8 0 2.13 1.73 3.85 3.89 3.85 1.51 0 2.83-0.84 3.41-2.19h-1.61z"/>
|
||||
<path d="m31.547 40.916h1.63l1.72-2.55 1.77 2.55h1.59l-2.56-3.68 2.56-3.71h-1.59l-1.77 2.58-1.72-2.58h-1.63l2.54 3.71-2.54 3.68z"/>
|
||||
</g>
|
||||
<path d="m114.4 558.1-0.461-109.01c0-16.818-1.5479-32.068-4.6454-45.834-2.6977-13.638-7.8732-25.401-15.526-35.139-7.1649-9.6935-17.074-17.21-29.636-22.547-12.12-5.337-27.646-7.9505-46.489-7.9505-16.631 0-31.671 3.3112-45.118 9.9327-13.447 6.1867-24.948 14.836-34.414 25.902-9.3768 11.022-16.587 23.875-21.496 38.472-4.9539 14.115-7.4317 29.147-7.4317 45.136v216.27h-13.446v-218.93c0-15.946-1.3714-31.021-4.07-45.138-2.2118-14.159-6.7242-26.532-13.447-37.206-6.7233-10.566-16.19-18.974-28.309-25.161-12.12-6.1649-27.867-9.2796-47.152-9.2796-17.074 0-33.24 3.6194-47.129 11.549-13.978 7.5157-26.261 18.152-36.125 31.418-9.4663 12.853-16.808 27.885-22.206 45.138-4.9539 17.254-6.3622 35.477-6.3622 54.561v193.05h-13.491v-193.05c0-64.113 18.31-88.63 25.034-99.698 6.7234-11.066 17.852-21.496 27.672-29.905 9.9078-8.4081 21.466-14.796 33.144-19.196 12.12-4.8794 25.971-7.1766 39.463-7.1766 26.981-0.8706 49.408 5.991 67.367 20.608 18.445 14.16 30.521 33.81 37.687 59.036 6.7669-23.876 20.037-43.111 39.765-57.728 19.773-14.596 43.083-21.916 70.066-21.916 21.143 0 38.615 3.1156 52.55 9.3022 13.934 6.2303 25.124 14.835 33.661 25.858 8.5372 10.674 14.597 23.701 18.224 39.212 3.5825 15.031 5.3963 31.804 5.3963 50.409l0.1207 114.21c0.1781 16.915 1.2204 31.947 6.3819 44.331 5.837 13.723 13.712 25.226 23.531 34.506 10.351 8.8892 22.028 15.512 35.033 19.869 13.491 4.0517 27.645 6.0112 42.464 6.0112 20.701 0 38.838-3.7452 54.584-11.241 15.703-8.0144 28.752-18.342 39.058-31.194 10.748-13.244 18.844-28.538 24.284-45.834 5.3528-17.209 8.0505-35.334 8.0505-54.374v-193.05h13.448v193.05c0 44.602-9.4138 64.19-9.4138 64.19-6.2819 26.577-24.094 47.936-45.592 65.147-21.143 17.296-50.269 25.898-84.418 25.898-17.958 0-34.59-2.4397-49.851-7.2755-14.773-5.3161-27.823-13.026-39.057-23.179-10.749-10.673-19.286-23.528-25.612-38.557-4.2908-11.329-5.3528-23.527-6.0603-37.076-0.044-5.0977-0.044-11.153-0.044-16.426h0.019zm116.49-323.65c0-8.3871 6.9442-15.183 15.436-15.183 8.5373 0 15.437 6.7962 15.437 15.183 0 8.409-6.8998 15.205-15.437 15.205-8.492 0-15.436-6.7962-15.436-15.205zm-77.442-84.928c-27.989 22.732-42.784 54.563-42.784 92.051h12.222c0-73.026 61.881-111.23 123.01-111.23 31.034 0 59.624 9.7241 80.507 27.382 23.542 19.906 35.987 48.902 35.987 83.853h12.222c0-38.57-13.918-70.724-40.248-92.988-23.098-19.529-54.516-30.285-88.468-30.285-34.321 0-68.017 11.379-92.447 31.222z" fill-rule="evenodd" transform="matrix(.036268 0 0 .036268 23.111 6.0239)" filter="url(#l)" stroke="url(#b)" stroke-width="18" fill="url(#b)"/>
|
||||
<g fill-rule="evenodd">
|
||||
<path opacity=".4" d="m28.617 0.92126c4.2825 0 2.1532 8.4832 2.1532 8.4832s10.358-1.8023 10.358 2.8187c0-2.6097-11.302-10.729-12.511-11.302z" filter="url(#k)"/>
|
||||
<path fill="url(#j)" d="m28.617 0.92126c3.1865 0 2.3358 7.6619 2.3358 7.6619s10.175-0.98105 10.175 3.64c0-1.1259 0.08591-1.9322-0.13378-2.2836-1.578-2.5243-8.395-8.1885-10.857-8.9309-0.184-0.05556-0.593-0.08754-1.52-0.08754z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 8.4 KiB |
BIN
assets/mscz-icon-48.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
73
assets/mscz-icon.svg
Normal file
|
@ -0,0 +1,73 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="48" width="48" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
<defs>
|
||||
<linearGradient id="f" x1="302.86" gradientUnits="userSpaceOnUse" y1="366.65" gradientTransform="matrix(.067325 0 0 .0147 -.34114 37.04)" x2="302.86" y2="609.51">
|
||||
<stop stop-opacity="0" offset="0"/>
|
||||
<stop offset=".5"/>
|
||||
<stop stop-opacity="0" offset="1"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="c" xlink:href="#a" gradientUnits="userSpaceOnUse" cy="486.65" cx="605.71" gradientTransform="matrix(-.023040 0 0 .0147 21.623 37.04)" r="117.14"/>
|
||||
<linearGradient id="a">
|
||||
<stop offset="0"/>
|
||||
<stop stop-opacity="0" offset="1"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="d" xlink:href="#a" gradientUnits="userSpaceOnUse" cy="486.65" cx="605.71" gradientTransform="matrix(.023040 0 0 .0147 26.361 37.04)" r="117.14"/>
|
||||
<linearGradient id="g" x1="-51.786" gradientUnits="userSpaceOnUse" y1="50.786" gradientTransform="matrix(.80750 0 0 .89483 59.41 -2.9806)" x2="-51.786" y2="2.9062">
|
||||
<stop stop-color="#aaa" offset="0"/>
|
||||
<stop stop-color="#c8c8c8" offset="1"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="h" x1="25.132" gradientUnits="userSpaceOnUse" y1=".98521" gradientTransform="matrix(1 0 0 .95617 -1.0065e-7 -1.9149)" x2="25.132" y2="47.013">
|
||||
<stop stop-color="#f8f2e5" offset="0"/>
|
||||
<stop stop-color="#efe2c7" offset="1"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="e" gradientUnits="userSpaceOnUse" cy="112.3" cx="102" gradientTransform="matrix(.36170 0 0 -.39078 .85106 47.517)" r="139.56">
|
||||
<stop stop-opacity=".28125" offset="0"/>
|
||||
<stop stop-opacity=".078125" offset=".18851"/>
|
||||
<stop stop-opacity=".023438" offset=".25718"/>
|
||||
<stop stop-opacity="0" offset=".30111"/>
|
||||
<stop stop-color="#e1e2e3" stop-opacity="0" offset="1"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="i" x1="24" gradientUnits="userSpaceOnUse" y1="2" gradientTransform="matrix(1 0 0 .97778 0 -.96667)" x2="24" y2="46.017">
|
||||
<stop stop-color="#fff" offset="0"/>
|
||||
<stop stop-color="#fff" stop-opacity="0" offset="1"/>
|
||||
</linearGradient>
|
||||
<filter id="k" width="1.2969" y="-.16434" x="-.14846" height="1.3287" color-interpolation-filters="sRGB">
|
||||
<feGaussianBlur stdDeviation="0.77391625"/>
|
||||
</filter>
|
||||
<linearGradient id="j" x1="32.892" gradientUnits="userSpaceOnUse" y1="8.059" gradientTransform="matrix(.99770 0 0 1.0407 .16380 -1.1058)" x2="36.358" y2="5.4565">
|
||||
<stop stop-color="#fefefe" offset="0"/>
|
||||
<stop stop-color="#cbcbcb" offset="1"/>
|
||||
</linearGradient>
|
||||
<filter id="l" height="200%" width="200%" y="-50%" x="-50%" filterUnits="objectBoundingBox">
|
||||
<feMorphology operator="dilate" in="SourceAlpha" radius="1" result="shadowSpreadOuter1"/>
|
||||
<feOffset dy="10" in="shadowSpreadOuter1" dx="0" result="shadowOffsetOuter1"/>
|
||||
<feGaussianBlur in="shadowOffsetOuter1" stdDeviation="2.5" result="shadowBlurOuter1"/>
|
||||
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.28 0" in="shadowBlurOuter1" type="matrix" result="shadowMatrixOuter1"/>
|
||||
<feMerge>
|
||||
<feMergeNode in="shadowMatrixOuter1"/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
<linearGradient id="b" x1="314" gradientUnits="userSpaceOnUse" y1="-12.58" gradientTransform="matrix(1.1101 0 0 .90080 -645.1 241.27)" x2="314" y2="631.64">
|
||||
<stop stop-color="#1B75C0" offset="0"/>
|
||||
<stop stop-color="#2A567B" offset="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect opacity=".3" height="3.5701" width="32.508" y="42.43" x="7.7378" fill="url(#f)"/>
|
||||
<path opacity=".3" fill="url(#c)" d="m7.7378 42.43v3.5699c-1.1865 0.0067-2.8684-0.79982-2.8684-1.7852 0-0.98533 1.324-1.7847 2.8684-1.7847z"/>
|
||||
<path opacity=".3" fill="url(#d)" d="m40.246 42.43v3.5699c1.1865 0.0067 2.8684-0.79982 2.8684-1.7852 0-0.98533-1.324-1.7847-2.8684-1.7847z"/>
|
||||
<path stroke-linejoin="round" d="m6.5 0.4972h24.061c1.4069 0.47465 8.9655 5.8822 10.939 9.6264v34.379h-35v-44.006z" stroke="url(#g)" stroke-width=".99992" fill="url(#h)"/>
|
||||
<path fill="url(#e)" d="m7.3617 44c-0.1993 0-0.3617-0.17546-0.3617-0.39078v-42.204c0-0.21571 0.1624-0.39078 0.3617-0.39078 7.4833 0.1082 15.775-0.16138 23.249 0.0271l10.283 8.866 0.106 33.702c0 0.216-0.162 0.391-0.362 0.391h-33.276z"/>
|
||||
<path opacity=".6" stroke-linejoin="round" d="m40.5 10.259v33.263h-33v-42.045h22.866" stroke="url(#i)" stroke-width=".99992" fill="none"/>
|
||||
<g opacity=".4">
|
||||
<path d="m11.084 40.916h1.37v-5.54l1.93 5.54h1.12l1.93-5.54v5.54h1.37v-7.39h-1.88l-1.97 5.6-1.99-5.6h-1.88v7.39z"/>
|
||||
<path d="m19.547 38.806c0.05 0.58 0.18 0.95 0.48 1.34 0.44 0.57 1.17 0.9 1.95 0.9 1.33 0 2.36-1.03 2.36-2.37 0-0.61-0.23-1.14-0.66-1.54-0.29-0.27-0.53-0.4-1.25-0.67-0.7-0.26-0.72-0.27-0.82-0.33-0.27-0.17-0.41-0.4-0.41-0.67 0-0.44 0.31-0.75 0.76-0.75 0.46 0 0.74 0.28 0.78 0.78h1.42c-0.03-0.56-0.16-0.94-0.46-1.31-0.4-0.5-1.04-0.79-1.73-0.79-1.19 0-2.15 0.93-2.15 2.1 0 0.93 0.55 1.64 1.54 2.01s1.05 0.4 1.28 0.57c0.22 0.18 0.34 0.44 0.34 0.75 0 0.53-0.41 0.9-1 0.9-0.61 0-0.94-0.3-1-0.92h-1.43z"/>
|
||||
<path d="m30.593 38.856c-0.6 0.63-1.12 0.87-1.83 0.87-1.36 0-2.48-1.14-2.48-2.52 0-0.6 0.23-1.24 0.61-1.68 0.45-0.53 1.09-0.81 1.84-0.81 0.86 0 1.44 0.28 1.94 0.93h1.53c-0.29-0.64-0.55-0.99-1.05-1.4-0.68-0.55-1.55-0.85-2.45-0.85-2.09 0-3.8 1.71-3.8 3.8 0 2.13 1.73 3.85 3.89 3.85 1.51 0 2.83-0.84 3.41-2.19h-1.61z"/>
|
||||
<path d="m32.576 39.756v1.16h4.62v-1.31h-2.97l2.78-4.85v-1.23h-4.28v1.31h2.65l-2.8 4.92z"/>
|
||||
</g>
|
||||
<path d="m114.4 558.1-0.461-109.01c0-16.818-1.5479-32.068-4.6454-45.834-2.6977-13.638-7.8732-25.401-15.526-35.139-7.1649-9.6935-17.074-17.21-29.636-22.547-12.12-5.337-27.646-7.9505-46.489-7.9505-16.631 0-31.671 3.3112-45.118 9.9327-13.447 6.1867-24.948 14.836-34.414 25.902-9.3768 11.022-16.587 23.875-21.496 38.472-4.9539 14.115-7.4317 29.147-7.4317 45.136v216.27h-13.446v-218.93c0-15.946-1.3714-31.021-4.07-45.138-2.2118-14.159-6.7242-26.532-13.447-37.206-6.7233-10.566-16.19-18.974-28.309-25.161-12.12-6.1649-27.867-9.2796-47.152-9.2796-17.074 0-33.24 3.6194-47.129 11.549-13.978 7.5157-26.261 18.152-36.125 31.418-9.4663 12.853-16.808 27.885-22.206 45.138-4.9539 17.254-6.3622 35.477-6.3622 54.561v193.05h-13.491v-193.05c0-64.113 18.31-88.63 25.034-99.698 6.7234-11.066 17.852-21.496 27.672-29.905 9.9078-8.4081 21.466-14.796 33.144-19.196 12.12-4.8794 25.971-7.1766 39.463-7.1766 26.981-0.8706 49.408 5.991 67.367 20.608 18.445 14.16 30.521 33.81 37.687 59.036 6.7669-23.876 20.037-43.111 39.765-57.728 19.773-14.596 43.083-21.916 70.066-21.916 21.143 0 38.615 3.1156 52.55 9.3022 13.934 6.2303 25.124 14.835 33.661 25.858 8.5372 10.674 14.597 23.701 18.224 39.212 3.5825 15.031 5.3963 31.804 5.3963 50.409l0.1207 114.21c0.1781 16.915 1.2204 31.947 6.3819 44.331 5.837 13.723 13.712 25.226 23.531 34.506 10.351 8.8892 22.028 15.512 35.033 19.869 13.491 4.0517 27.645 6.0112 42.464 6.0112 20.701 0 38.838-3.7452 54.584-11.241 15.703-8.0144 28.752-18.342 39.058-31.194 10.748-13.244 18.844-28.538 24.284-45.834 5.3528-17.209 8.0505-35.334 8.0505-54.374v-193.05h13.448v193.05c0 44.602-9.4138 64.19-9.4138 64.19-6.2819 26.577-24.094 47.936-45.592 65.147-21.143 17.296-50.269 25.898-84.418 25.898-17.958 0-34.59-2.4397-49.851-7.2755-14.773-5.3161-27.823-13.026-39.057-23.179-10.749-10.673-19.286-23.528-25.612-38.557-4.2908-11.329-5.3528-23.527-6.0603-37.076-0.044-5.0977-0.044-11.153-0.044-16.426h0.019zm116.49-323.65c0-8.3871 6.9442-15.183 15.436-15.183 8.5373 0 15.437 6.7962 15.437 15.183 0 8.409-6.8998 15.205-15.437 15.205-8.492 0-15.436-6.7962-15.436-15.205zm-77.442-84.928c-27.989 22.732-42.784 54.563-42.784 92.051h12.222c0-73.026 61.881-111.23 123.01-111.23 31.034 0 59.624 9.7241 80.507 27.382 23.542 19.906 35.987 48.902 35.987 83.853h12.222c0-38.57-13.918-70.724-40.248-92.988-23.098-19.529-54.516-30.285-88.468-30.285-34.321 0-68.017 11.379-92.447 31.222z" fill-rule="evenodd" transform="matrix(.036268 0 0 .036268 23.111 6.0239)" filter="url(#l)" stroke="url(#b)" stroke-width="18" fill="url(#b)"/>
|
||||
<g fill-rule="evenodd">
|
||||
<path opacity=".4" d="m28.617 0.92126c4.2825 0 2.1532 8.4832 2.1532 8.4832s10.358-1.8023 10.358 2.8187c0-2.6097-11.302-10.729-12.511-11.302z" filter="url(#k)"/>
|
||||
<path fill="url(#j)" d="m28.617 0.92126c3.1865 0 2.3358 7.6619 2.3358 7.6619s10.175-0.98105 10.175 3.64c0-1.1259 0.08591-1.9322-0.13378-2.2836-1.578-2.5243-8.395-8.1885-10.857-8.9309-0.184-0.05556-0.593-0.08754-1.52-0.08754z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 8.3 KiB |
96
assets/musescore-icon-round.svg
Normal file
|
@ -0,0 +1,96 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="1024px" height="1024px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.0.4 (8054) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>musescore-icon-round</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs>
|
||||
<linearGradient x1="50%" y1="0%" x2="50%" y2="5%" id="linearGradient-1">
|
||||
<stop stop-color="#FFFFFF" offset="0%"></stop>
|
||||
<stop stop-color="#FFFFFF" stop-opacity="0" offset="100%"></stop>
|
||||
</linearGradient>
|
||||
<filter x="-50%" y="-50%" width="200%" height="200%" filterUnits="objectBoundingBox" id="filter-2">
|
||||
<feOffset dx="0" dy="22" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
||||
<feGaussianBlur stdDeviation="7.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
||||
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.21 0" in="shadowBlurOuter1" type="matrix" result="shadowMatrixOuter1"></feColorMatrix>
|
||||
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetInner1"></feOffset>
|
||||
<feGaussianBlur stdDeviation="15" in="shadowOffsetInner1" result="shadowBlurInner1"></feGaussianBlur>
|
||||
<feComposite in="shadowBlurInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
|
||||
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.028 0" in="shadowInnerInner1" type="matrix" result="shadowMatrixInner1"></feColorMatrix>
|
||||
<feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetInner2"></feOffset>
|
||||
<feGaussianBlur stdDeviation="0" in="shadowOffsetInner2" result="shadowBlurInner2"></feGaussianBlur>
|
||||
<feComposite in="shadowBlurInner2" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner2"></feComposite>
|
||||
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.7 0" in="shadowInnerInner2" type="matrix" result="shadowMatrixInner2"></feColorMatrix>
|
||||
<feMorphology radius="1" in="SourceAlpha" operator="dilate" result="shadowSpreadInner3"></feMorphology>
|
||||
<feOffset dx="0" dy="0" in="shadowSpreadInner3" result="shadowOffsetInner3"></feOffset>
|
||||
<feGaussianBlur stdDeviation="0" in="shadowOffsetInner3" result="shadowBlurInner3"></feGaussianBlur>
|
||||
<feComposite in="shadowBlurInner3" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner3"></feComposite>
|
||||
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.28 0" in="shadowInnerInner3" type="matrix" result="shadowMatrixInner3"></feColorMatrix>
|
||||
<feMerge>
|
||||
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
||||
<feMergeNode in="SourceGraphic"></feMergeNode>
|
||||
<feMergeNode in="shadowMatrixInner1"></feMergeNode>
|
||||
<feMergeNode in="shadowMatrixInner2"></feMergeNode>
|
||||
<feMergeNode in="shadowMatrixInner3"></feMergeNode>
|
||||
</feMerge>
|
||||
</filter>
|
||||
<ellipse id="path-3" cx="479.96542" cy="479.480789" rx="479.765625" ry="479.757424"></ellipse>
|
||||
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-4">
|
||||
<stop stop-color="#FFFFFF" offset="0%"></stop>
|
||||
<stop stop-color="#FFFFFF" offset="100%"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-5">
|
||||
<stop stop-color="#F8F2E5" stop-opacity="0.510501585" offset="0%"></stop>
|
||||
<stop stop-color="#EFE2C7" offset="100%"></stop>
|
||||
</linearGradient>
|
||||
<filter x="-50%" y="-50%" width="200%" height="200%" filterUnits="objectBoundingBox" id="filter-6">
|
||||
<feMorphology radius="1" in="SourceAlpha" operator="dilate" result="shadowSpreadOuter1"></feMorphology>
|
||||
<feOffset dx="0" dy="0" in="shadowSpreadOuter1" result="shadowOffsetOuter1"></feOffset>
|
||||
<feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
||||
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.35 0" in="shadowBlurOuter1" type="matrix" result="shadowMatrixOuter1"></feColorMatrix>
|
||||
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetInner1"></feOffset>
|
||||
<feGaussianBlur stdDeviation="1.5" in="shadowOffsetInner1" result="shadowBlurInner1"></feGaussianBlur>
|
||||
<feComposite in="shadowBlurInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
|
||||
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0" in="shadowInnerInner1" type="matrix" result="shadowMatrixInner1"></feColorMatrix>
|
||||
<feMerge>
|
||||
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
||||
<feMergeNode in="SourceGraphic"></feMergeNode>
|
||||
<feMergeNode in="shadowMatrixInner1"></feMergeNode>
|
||||
</feMerge>
|
||||
</filter>
|
||||
<ellipse id="path-7" cx="479.96542" cy="479.480789" rx="441.298893" ry="441.29135"></ellipse>
|
||||
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-8">
|
||||
<stop stop-color="#1B75C0" offset="0%"></stop>
|
||||
<stop stop-color="#2A567B" offset="100%"></stop>
|
||||
</linearGradient>
|
||||
<filter x="-50%" y="-50%" width="200%" height="200%" filterUnits="objectBoundingBox" id="filter-9">
|
||||
<feMorphology radius="1" in="SourceAlpha" operator="dilate" result="shadowSpreadOuter1"></feMorphology>
|
||||
<feOffset dx="0" dy="10" in="shadowSpreadOuter1" result="shadowOffsetOuter1"></feOffset>
|
||||
<feGaussianBlur stdDeviation="2.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
||||
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.28 0" in="shadowBlurOuter1" type="matrix" result="shadowMatrixOuter1"></feColorMatrix>
|
||||
<feMerge>
|
||||
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
||||
<feMergeNode in="SourceGraphic"></feMergeNode>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g id="Circle" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="musescore-icon-round" sketch:type="MSArtboardGroup">
|
||||
<g id="Icon" sketch:type="MSLayerGroup" transform="translate(32.000000, 14.000000)">
|
||||
<g id="Base" filter="url(#filter-2)">
|
||||
<use fill="#D8D8D8" sketch:type="MSShapeGroup" xlink:href="#path-3"></use>
|
||||
<use fill="url(#linearGradient-1)" xlink:href="#path-3"></use>
|
||||
</g>
|
||||
<g id="Gradients" transform="translate(38.666527, 38.189439)" fill="url(#linearGradient-4)" sketch:type="MSShapeGroup">
|
||||
<ellipse id="Gradient---Grey" cx="441.298893" cy="441.29135" rx="441.298893" ry="441.29135"></ellipse>
|
||||
</g>
|
||||
<g id="Inner-Circle" filter="url(#filter-6)">
|
||||
<use fill="none" sketch:type="MSShapeGroup" xlink:href="#path-7"></use>
|
||||
<use fill="url(#linearGradient-5)" fill-rule="evenodd" xlink:href="#path-7"></use>
|
||||
</g>
|
||||
<g transform="translate(167.957486, 202.866257)" stroke="url(#linearGradient-8)" filter="url(#filter-9)" id="Logo" stroke-width="18" fill="url(#linearGradient-8)" sketch:type="MSShapeGroup">
|
||||
<path d="M391.257804,394.136351 L390.844972,296.532438 C390.844972,281.473598 389.458967,267.819007 386.685431,255.491988 C384.269844,243.280736 379.635581,232.748118 372.783405,224.028695 C366.36779,215.349114 357.495375,208.618793 346.24706,203.839987 C335.394856,199.061181 321.492067,196.721017 304.619595,196.721017 C289.727675,196.721017 276.260684,199.685876 264.220149,205.614843 C252.179613,211.154409 241.881506,218.898827 233.405201,228.807501 C225.009034,238.677085 218.552968,250.185461 214.15683,263.25595 C209.721003,275.894941 207.502327,289.35408 207.502327,303.670953 L207.502327,497.324234 L195.462555,497.324234 L195.462555,301.290947 C195.462555,287.012412 194.234536,273.514183 191.818186,260.87444 C189.837634,248.196359 185.797155,237.117226 179.777651,227.559614 C173.757383,218.098976 165.281078,210.570308 154.428874,205.02999 C143.57667,199.509969 129.476207,196.721017 112.207625,196.721017 C96.9188313,196.721017 82.4436984,199.961819 70.0070525,207.061996 C57.4910319,213.791565 46.4923539,223.315421 37.6603891,235.193652 C29.1840841,246.702027 22.6097197,260.161918 17.7770199,275.610159 C13.3411939,291.059151 12.0802229,307.376276 12.0802229,324.46406 L12.0802229,497.324234 L0,497.324234 L0,324.464063 C0,267.056608 16.3952816,245.103831 22.4163126,235.193653 C28.4365803,225.284979 38.4009993,215.945874 47.1940399,208.416455 C56.0656921,200.887786 66.4154104,195.16805 76.8715042,191.228185 C87.7237085,186.859076 100.126639,184.802192 112.207625,184.802192 C136.367307,184.022638 156.44835,190.166603 172.529365,203.255134 C189.045414,215.933967 199.858694,233.528423 206.275072,256.115931 C212.334264,234.73722 224.216813,217.514123 241.881506,204.425592 C259.586649,191.356606 280.45915,184.802192 304.619595,184.802192 C323.551231,184.802192 339.196448,187.591896 351.673544,193.131462 C364.149877,198.710119 374.170173,206.414694 381.81457,216.285029 C389.458967,225.842642 394.884688,237.507379 398.132946,251.395761 C401.340753,264.854899 402.964882,279.873145 402.964882,296.532438 L403.072976,398.800743 C403.232458,413.946493 404.165722,427.406496 408.787476,438.494628 C414.013997,450.782557 421.065373,461.082136 429.85765,469.391109 C439.126176,477.350524 449.58227,483.280994 461.226695,487.181769 C473.306918,490.809662 485.980925,492.564222 499.249479,492.564222 C517.785767,492.564222 534.025531,489.210713 548.12523,482.499185 C562.186005,475.323083 573.870118,466.075939 583.098193,454.567564 C592.722379,442.708878 599.971428,429.014445 604.842289,413.527113 C609.635301,398.117963 612.050888,381.888666 612.050888,364.840724 L612.050888,191.981301 L624.092187,191.981301 L624.092187,364.840721 C624.092187,404.777836 615.662933,422.316648 615.662933,422.316648 C610.038013,446.113705 594.088433,465.238817 574.839299,480.649471 C555.907663,496.136802 529.827066,503.838806 499.249479,503.838806 C483.169228,503.838806 468.276545,501.654252 454.61188,497.324234 C441.383776,492.564222 429.698901,485.661001 419.639681,476.569467 C410.014732,467.012606 402.370335,455.502727 396.70649,442.045092 C392.864448,431.901123 391.913478,420.979104 391.280006,408.846785 C391.240319,404.282225 391.240319,398.85993 391.240319,394.139008 L391.257804,394.136351 L391.257804,394.136351 Z M495.566631,104.341289 C495.566631,96.8314148 501.784573,90.746086 509.388519,90.746086 C517.032916,90.746086 523.21117,96.8314148 523.21117,104.341289 C523.21117,111.870709 517.032916,117.956038 509.388519,117.956038 C501.784573,117.956038 495.566631,111.870709 495.566631,104.341289 Z M426.22297,28.2964082 C401.160702,48.6504571 387.913768,77.1523238 387.913768,110.719797 L398.857691,110.719797 C398.857691,45.3317743 454.267456,11.1195635 509.002119,11.1195635 C536.790108,11.1195635 562.390679,19.8265583 581.08974,35.6371244 C602.169787,53.4614019 613.313437,79.4240652 613.313437,110.719797 L624.25736,110.719797 C624.25736,76.1842062 611.794967,47.3926453 588.218337,27.4576424 C567.536375,9.9708923 539.403653,0.340244555 509.002119,0.340244555 C478.270215,0.340244555 448.098504,10.5293958 426.22297,28.2964082 Z"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 12 KiB |
90
assets/musescore-icon-square.svg
Normal file
|
@ -0,0 +1,90 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="1024px" height="1024px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.0.4 (8054) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>musescore-icon-square</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs>
|
||||
<linearGradient x1="50%" y1="0%" x2="50%" y2="5%" id="linearGradient-1">
|
||||
<stop stop-color="#FFFFFF" offset="0%"></stop>
|
||||
<stop stop-color="#FFFFFF" stop-opacity="0" offset="100%"></stop>
|
||||
</linearGradient>
|
||||
<filter x="-50%" y="-50%" width="200%" height="200%" filterUnits="objectBoundingBox" id="filter-2">
|
||||
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetInner1"></feOffset>
|
||||
<feGaussianBlur stdDeviation="15" in="shadowOffsetInner1" result="shadowBlurInner1"></feGaussianBlur>
|
||||
<feComposite in="shadowBlurInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
|
||||
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.028 0" in="shadowInnerInner1" type="matrix" result="shadowMatrixInner1"></feColorMatrix>
|
||||
<feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetInner2"></feOffset>
|
||||
<feGaussianBlur stdDeviation="0" in="shadowOffsetInner2" result="shadowBlurInner2"></feGaussianBlur>
|
||||
<feComposite in="shadowBlurInner2" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner2"></feComposite>
|
||||
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.7 0" in="shadowInnerInner2" type="matrix" result="shadowMatrixInner2"></feColorMatrix>
|
||||
<feMorphology radius="1" in="SourceAlpha" operator="dilate" result="shadowSpreadInner3"></feMorphology>
|
||||
<feOffset dx="0" dy="0" in="shadowSpreadInner3" result="shadowOffsetInner3"></feOffset>
|
||||
<feGaussianBlur stdDeviation="0" in="shadowOffsetInner3" result="shadowBlurInner3"></feGaussianBlur>
|
||||
<feComposite in="shadowBlurInner3" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner3"></feComposite>
|
||||
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.28 0" in="shadowInnerInner3" type="matrix" result="shadowMatrixInner3"></feColorMatrix>
|
||||
<feMerge>
|
||||
<feMergeNode in="SourceGraphic"></feMergeNode>
|
||||
<feMergeNode in="shadowMatrixInner1"></feMergeNode>
|
||||
<feMergeNode in="shadowMatrixInner2"></feMergeNode>
|
||||
<feMergeNode in="shadowMatrixInner3"></feMergeNode>
|
||||
</feMerge>
|
||||
</filter>
|
||||
<rect id="path-3" x="0.827317073" y="0.827317073" width="1023.00098" height="1023.00098" rx="8"></rect>
|
||||
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-4">
|
||||
<stop stop-color="#FFFFFF" offset="0%"></stop>
|
||||
<stop stop-color="#FFFFFF" offset="100%"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-5">
|
||||
<stop stop-color="#F8F2E5" stop-opacity="0.510501585" offset="0%"></stop>
|
||||
<stop stop-color="#EFE2C7" offset="100%"></stop>
|
||||
</linearGradient>
|
||||
<filter x="-50%" y="-50%" width="200%" height="200%" filterUnits="objectBoundingBox" id="filter-6">
|
||||
<feMorphology radius="1" in="SourceAlpha" operator="dilate" result="shadowSpreadOuter1"></feMorphology>
|
||||
<feOffset dx="0" dy="0" in="shadowSpreadOuter1" result="shadowOffsetOuter1"></feOffset>
|
||||
<feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
||||
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.35 0" in="shadowBlurOuter1" type="matrix" result="shadowMatrixOuter1"></feColorMatrix>
|
||||
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetInner1"></feOffset>
|
||||
<feGaussianBlur stdDeviation="1.5" in="shadowOffsetInner1" result="shadowBlurInner1"></feGaussianBlur>
|
||||
<feComposite in="shadowBlurInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
|
||||
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0" in="shadowInnerInner1" type="matrix" result="shadowMatrixInner1"></feColorMatrix>
|
||||
<feMerge>
|
||||
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
||||
<feMergeNode in="SourceGraphic"></feMergeNode>
|
||||
<feMergeNode in="shadowMatrixInner1"></feMergeNode>
|
||||
</feMerge>
|
||||
</filter>
|
||||
<rect id="path-7" x="18.7270663" y="18.7270663" width="986.872842" height="986.872842" rx="8"></rect>
|
||||
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-8">
|
||||
<stop stop-color="#1B75C0" offset="0%"></stop>
|
||||
<stop stop-color="#2A567B" offset="100%"></stop>
|
||||
</linearGradient>
|
||||
<filter x="-50%" y="-50%" width="200%" height="200%" filterUnits="objectBoundingBox" id="filter-9">
|
||||
<feMorphology radius="1" in="SourceAlpha" operator="dilate" result="shadowSpreadOuter1"></feMorphology>
|
||||
<feOffset dx="0" dy="10" in="shadowSpreadOuter1" result="shadowOffsetOuter1"></feOffset>
|
||||
<feGaussianBlur stdDeviation="2.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
||||
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.28 0" in="shadowBlurOuter1" type="matrix" result="shadowMatrixOuter1"></feColorMatrix>
|
||||
<feMerge>
|
||||
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
||||
<feMergeNode in="SourceGraphic"></feMergeNode>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g id="Square" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="musescore-icon-square" sketch:type="MSArtboardGroup">
|
||||
<g id="Icon-2" sketch:type="MSLayerGroup">
|
||||
<g id="Base" filter="url(#filter-2)">
|
||||
<use fill="#D8D8D8" sketch:type="MSShapeGroup" xlink:href="#path-3"></use>
|
||||
<use fill="url(#linearGradient-1)" xlink:href="#path-3"></use>
|
||||
</g>
|
||||
<rect id="Rectangle-2" fill="url(#linearGradient-4)" sketch:type="MSShapeGroup" x="18.7270663" y="18.7270663" width="986.872842" height="986.872842" rx="8"></rect>
|
||||
<g id="Rectangle-1" filter="url(#filter-6)">
|
||||
<use fill="none" sketch:type="MSShapeGroup" xlink:href="#path-7"></use>
|
||||
<use fill="url(#linearGradient-5)" fill-rule="evenodd" xlink:href="#path-7"></use>
|
||||
</g>
|
||||
<g id="Icon" transform="translate(160.731744, 202.965662)" stroke="url(#linearGradient-8)" filter="url(#filter-9)" stroke-width="18" fill="url(#linearGradient-8)" sketch:type="MSShapeGroup">
|
||||
<path d="M436.954197,437.464388 L436.493148,328.459103 C436.493148,311.6412 434.945267,296.391581 431.8478,282.624609 C429.150088,268.986929 423.974573,257.223968 416.322107,247.486006 C409.15719,237.79254 399.248533,230.276033 386.686488,224.939001 C374.566816,219.60197 359.040271,216.988445 340.197203,216.988445 C323.566003,216.988445 308.526154,220.299638 295.079361,226.921183 C281.632569,233.107841 270.131708,241.756904 260.665426,252.823037 C251.28864,263.845513 244.078548,276.698213 239.168968,291.295501 C234.215066,305.410886 231.737263,320.442223 231.737263,336.431488 L231.737263,552.705922 L218.291323,552.705922 L218.291323,333.773466 C218.291323,317.827019 216.91988,302.752025 214.221316,288.635801 C212.009448,274.476759 207.497067,262.103443 200.774523,251.429381 C194.051127,240.863621 184.584844,232.455509 172.465172,226.268012 C160.3455,220.103183 144.598195,216.988445 125.312753,216.988445 C108.238327,216.988445 92.0725916,220.607814 78.1834255,228.537382 C64.2056142,236.05305 51.9223615,246.689412 42.05888,259.955171 C32.5925972,272.80787 25.2503894,287.840046 19.8532614,305.092837 C14.8993594,322.346467 13.4911151,340.569639 13.4911151,359.653492 L13.4911151,552.705922 L5.68434189e-14,552.705922 L5.68434189e-14,359.653495 C5.68434189e-14,295.540123 18.3101449,271.022984 25.0343936,259.955172 C31.7577898,248.889039 42.8859887,238.45901 52.706,230.050058 C62.613804,221.641946 74.1723027,215.254072 85.849601,210.853981 C97.9692728,205.974506 111.820786,203.677351 125.312753,203.677351 C152.294131,202.806735 174.72051,209.668393 192.679684,224.28583 C211.124701,238.445712 223.200902,258.095423 230.366672,283.321437 C237.133539,259.445422 250.403893,240.21045 270.131708,225.593012 C289.904699,210.997403 313.214973,203.677351 340.197203,203.677351 C361.339932,203.677351 378.812409,206.792928 392.74675,212.979585 C406.680239,219.2099 417.870841,227.814466 426.408054,238.837782 C434.945267,249.511845 441.004677,262.539171 444.63231,278.049891 C448.214769,293.081228 450.028586,309.853795 450.028586,328.459103 L450.149304,442.673641 C450.327413,459.588605 451.369676,474.620908 456.531222,487.004273 C462.368166,500.727588 470.243097,512.230288 480.062256,521.509854 C490.413286,530.399029 502.090585,537.022254 515.095003,541.378688 C528.586119,545.430366 542.740368,547.38988 557.558604,547.38988 C578.259811,547.38988 596.396275,543.644639 612.142728,536.14912 C627.845711,528.134758 640.894453,517.807431 651.200308,504.954731 C661.948536,491.710801 670.044228,476.416685 675.483974,459.120237 C680.836779,441.911103 683.534491,423.786018 683.534491,404.746662 L683.534491,211.695071 L696.982136,211.695071 L696.982136,404.746658 C696.982136,449.348934 687.5684,468.936501 687.5684,468.936501 C681.286525,495.513355 663.474137,516.872523 641.976828,534.083336 C620.834099,551.379783 591.707456,559.981478 557.558604,559.981478 C539.600283,559.981478 522.96823,557.541741 507.707621,552.705922 C492.93456,547.38988 479.884966,539.680275 468.650894,529.526735 C457.901813,518.853512 449.364599,505.999134 443.039254,490.969477 C438.748486,479.640564 437.686449,467.442715 436.978992,453.893188 C436.934669,448.795429 436.934669,442.739741 436.934669,437.467355 L436.954197,437.464388 L436.954197,437.464388 Z M553.445623,113.817597 C553.445623,105.430474 560.38978,98.6343018 568.881819,98.6343018 C577.419032,98.6343018 584.318866,105.430474 584.318866,113.817597 C584.318866,122.226548 577.419032,129.022721 568.881819,129.022721 C560.38978,129.022721 553.445623,122.226548 553.445623,113.817597 Z M476.003069,28.8897115 C448.01369,51.6213709 433.219598,83.4526162 433.219598,120.941195 L445.441701,120.941195 C445.441701,47.9150239 507.322971,9.706394 568.45029,9.706394 C599.483736,9.706394 628.07429,19.430476 648.95728,37.0879162 C672.499341,56.9942949 684.944498,85.9897258 684.944498,120.941195 L697.1666,120.941195 C697.1666,82.3714102 683.248681,50.2166308 656.918452,27.9529673 C633.82097,8.4235435 602.402527,-2.33208575 568.45029,-2.33208575 C534.129097,-2.33208575 500.433524,9.04728724 476.003069,28.8897115 Z" id="Logo"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 11 KiB |
435
assets/musicxml-icon-master.svg
Normal file
|
@ -0,0 +1,435 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!--
|
||||
MuseScore custom icon for MusicXML files. Modified: 2015-06-09
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License version 2.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
CREDIT:
|
||||
Treble Clef adapted from http://commons.wikimedia.org/wiki/File:Treble_clef_with_ref.svg (Public Domain)
|
||||
Background file image and text adapted from Ubuntu Humanity theme icon audio-x-wav.svg (GNU GPL Version 2)
|
||||
-->
|
||||
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
id="svg2677"
|
||||
height="48"
|
||||
width="48"
|
||||
version="1.0"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="musicxml-icon-master.svg"
|
||||
inkscape:export-filename="/home/peter/src/MuseScore/assets/musicxml-icon-master.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<metadata
|
||||
id="metadata71">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="744"
|
||||
id="namedview69"
|
||||
showgrid="false"
|
||||
inkscape:zoom="6.9532167"
|
||||
inkscape:cx="16.909684"
|
||||
inkscape:cy="18.950361"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="24"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1" />
|
||||
<defs
|
||||
id="defs2679">
|
||||
<linearGradient
|
||||
id="linearGradient2642"
|
||||
y2="609.51"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="302.86"
|
||||
gradientTransform="matrix(.067325 0 0 0.0147 -.34114 37.04)"
|
||||
y1="366.65"
|
||||
x1="302.86">
|
||||
<stop
|
||||
id="stop5050"
|
||||
style="stop-opacity:0"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop5056"
|
||||
offset=".5" />
|
||||
<stop
|
||||
id="stop5052"
|
||||
style="stop-opacity:0"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
id="radialGradient2639"
|
||||
xlink:href="#linearGradient5060"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
cy="486.65"
|
||||
cx="605.71"
|
||||
gradientTransform="matrix(-.023040 0 0 0.0147 21.623 37.04)"
|
||||
r="117.14" />
|
||||
<linearGradient
|
||||
id="linearGradient5060">
|
||||
<stop
|
||||
id="stop5062"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop5064"
|
||||
style="stop-opacity:0"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
id="radialGradient2636"
|
||||
xlink:href="#linearGradient5060"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
cy="486.65"
|
||||
cx="605.71"
|
||||
gradientTransform="matrix(.023040 0 0 0.0147 26.361 37.04)"
|
||||
r="117.14" />
|
||||
<linearGradient
|
||||
id="linearGradient2633"
|
||||
y2="2.9062"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="-51.786"
|
||||
gradientTransform="matrix(.80750 0 0 .89483 59.41 -2.9806)"
|
||||
y1="50.786"
|
||||
x1="-51.786">
|
||||
<stop
|
||||
id="stop3106"
|
||||
style="stop-color:#aaa"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop3108"
|
||||
style="stop-color:#c8c8c8"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient2631"
|
||||
y2="47.013"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="25.132"
|
||||
gradientTransform="matrix(1 0 0 .95617 -1.0065e-7 -1.9149)"
|
||||
y1=".98521"
|
||||
x1="25.132">
|
||||
<stop
|
||||
id="stop3602"
|
||||
style="stop-color:#f4f4f4"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop3604"
|
||||
style="stop-color:#dbdbdb"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
id="radialGradient2628"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
cy="112.3"
|
||||
cx="102"
|
||||
gradientTransform="matrix(.36170 0 0 -.39078 .85106 47.517)"
|
||||
r="139.56">
|
||||
<stop
|
||||
id="stop41"
|
||||
style="stop-color:#b7b8b9"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop47"
|
||||
style="stop-color:#ececec"
|
||||
offset=".18851" />
|
||||
<stop
|
||||
id="stop49"
|
||||
style="stop-color:#fafafa;stop-opacity:0"
|
||||
offset=".25718" />
|
||||
<stop
|
||||
id="stop51"
|
||||
style="stop-color:#fff;stop-opacity:0"
|
||||
offset=".30111" />
|
||||
<stop
|
||||
id="stop53"
|
||||
style="stop-color:#fafafa;stop-opacity:0"
|
||||
offset=".53130" />
|
||||
<stop
|
||||
id="stop55"
|
||||
style="stop-color:#ebecec;stop-opacity:0"
|
||||
offset=".84490" />
|
||||
<stop
|
||||
id="stop57"
|
||||
style="stop-color:#e1e2e3;stop-opacity:0"
|
||||
offset="1" />
|
||||
</radialGradient>
|
||||
<linearGradient
|
||||
id="linearGradient2625"
|
||||
y2="46.017"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="24"
|
||||
gradientTransform="matrix(1 0 0 .97778 0 -.96667)"
|
||||
y1="2"
|
||||
x1="24">
|
||||
<stop
|
||||
id="stop3213"
|
||||
style="stop-color:#fff"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop3215"
|
||||
style="stop-color:#fff;stop-opacity:0"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<filter
|
||||
id="filter3212"
|
||||
height="1.3287"
|
||||
width="1.2969"
|
||||
color-interpolation-filters="sRGB"
|
||||
y="-.16434"
|
||||
x="-.14846">
|
||||
<feGaussianBlur
|
||||
id="feGaussianBlur3214"
|
||||
stdDeviation="0.77391625" />
|
||||
</filter>
|
||||
<linearGradient
|
||||
id="linearGradient2621"
|
||||
y2="5.4565"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="36.358"
|
||||
gradientTransform="matrix(.99770 0 0 1.0407 .16380 -1.1058)"
|
||||
y1="8.059"
|
||||
x1="32.892">
|
||||
<stop
|
||||
id="stop8591"
|
||||
style="stop-color:#fefefe"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop8593"
|
||||
style="stop-color:#cbcbcb"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<radialGradient
|
||||
id="radialGradient2675"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
cy="45.867"
|
||||
cx="22.902"
|
||||
gradientTransform="matrix(.69765 0 0 .29961 12.507 18.89)"
|
||||
r="7.9059">
|
||||
<stop
|
||||
id="stop3197"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop3199"
|
||||
style="stop-opacity:0"
|
||||
offset="1" />
|
||||
</radialGradient>
|
||||
<radialGradient
|
||||
id="radialGradient2672"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
cy="45.867"
|
||||
cx="22.902"
|
||||
gradientTransform="matrix(.75875 0 0 .32584 -.80598 19.479)"
|
||||
r="7.9059">
|
||||
<stop
|
||||
id="stop3203"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop3205"
|
||||
style="stop-opacity:0"
|
||||
offset="1" />
|
||||
</radialGradient>
|
||||
<radialGradient
|
||||
id="radialGradient2668"
|
||||
fx="14.638"
|
||||
fy="38.175"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
cy="41.059"
|
||||
cx="17.059"
|
||||
gradientTransform="matrix(.66498 0 -.10886 .63739 9.9382 5.2626)"
|
||||
r="5.7385">
|
||||
<stop
|
||||
id="stop3877"
|
||||
style="stop-color:#aaa"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop3879"
|
||||
style="stop-color:#4d4d4d"
|
||||
offset="1" />
|
||||
</radialGradient>
|
||||
<radialGradient
|
||||
id="radialGradient2665"
|
||||
fx="14.109"
|
||||
fy="38.981"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
cy="41.059"
|
||||
cx="17.059"
|
||||
gradientTransform="matrix(.66333 0 -.10859 .63580 21.997 3.4975)"
|
||||
r="5.7385">
|
||||
<stop
|
||||
id="stop3871"
|
||||
style="stop-color:#aaa"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop3873"
|
||||
style="stop-color:#4d4d4d"
|
||||
offset="1" />
|
||||
</radialGradient>
|
||||
<linearGradient
|
||||
id="linearGradient2662"
|
||||
y2="119.86"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="25.4"
|
||||
gradientTransform="matrix(.22147 0 0 .22311 14.032 -16.079)"
|
||||
y1="144.12"
|
||||
x1="28.739">
|
||||
<stop
|
||||
id="stop3239"
|
||||
style="stop-color:#fff"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop3241"
|
||||
style="stop-color:#fff;stop-opacity:.37931"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
id="linearGradient2659"
|
||||
y2="125.39"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
x2="26.257"
|
||||
gradientTransform="matrix(.44563 0 0 .22311 20.716 -17.657)"
|
||||
y1="144.12"
|
||||
x1="28.739">
|
||||
<stop
|
||||
id="stop3245"
|
||||
style="stop-color:#fff"
|
||||
offset="0" />
|
||||
<stop
|
||||
id="stop3247"
|
||||
style="stop-color:#fff;stop-opacity:.37931"
|
||||
offset="1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g
|
||||
id="layer1">
|
||||
<rect
|
||||
id="rect2879"
|
||||
style="opacity:.3;fill:url(#linearGradient2642)"
|
||||
height="3.5701"
|
||||
width="32.508"
|
||||
y="42.43"
|
||||
x="7.7378" />
|
||||
<path
|
||||
id="path2881"
|
||||
style="opacity:.3;fill:url(#radialGradient2639)"
|
||||
d="m7.7378 42.43v3.5699c-1.1865 0.0067-2.8684-0.79982-2.8684-1.7852 0-0.98533 1.324-1.7847 2.8684-1.7847z" />
|
||||
<path
|
||||
id="path2883"
|
||||
style="opacity:.3;fill:url(#radialGradient2636)"
|
||||
d="m40.246 42.43v3.5699c1.1865 0.0067 2.8684-0.79982 2.8684-1.7852 0-0.98533-1.324-1.7847-2.8684-1.7847z" />
|
||||
<path
|
||||
id="path4160"
|
||||
style="stroke-linejoin:round;stroke:url(#linearGradient2633);stroke-width:.99992;fill:url(#linearGradient2631)"
|
||||
d="m6.5 0.4972h24.061c1.4069 0.47465 8.9655 5.8822 10.939 9.6264v34.379h-35v-44.006z" />
|
||||
<path
|
||||
id="path4191"
|
||||
style="fill:url(#radialGradient2628)"
|
||||
d="m7.3617 44c-0.1993 0-0.3617-0.17546-0.3617-0.39078v-42.204c0-0.21571 0.1624-0.39078 0.3617-0.39078 7.4833 0.1082 15.775-0.16138 23.249 0.0271l10.283 8.866 0.106 33.702c0 0.216-0.162 0.391-0.362 0.391h-33.276z" />
|
||||
<path
|
||||
id="path2435"
|
||||
style="opacity:.6;stroke-linejoin:round;stroke:url(#linearGradient2625);stroke-width:.99992;fill:none"
|
||||
d="m40.5 10.259v33.263h-33v-42.045h22.866" />
|
||||
<path
|
||||
id="path12038"
|
||||
style="opacity:.4;fill-rule:evenodd;filter:url(#filter3212)"
|
||||
d="m28.617 0.92126c4.2825 0 2.1532 8.4832 2.1532 8.4832s10.358-1.8023 10.358 2.8187c0-2.6097-11.302-10.729-12.511-11.302z" />
|
||||
<path
|
||||
id="path4474"
|
||||
style="fill:url(#linearGradient2621);fill-rule:evenodd"
|
||||
d="m28.617 0.92126c3.1865 0 2.3358 7.6619 2.3358 7.6619s10.175-0.98105 10.175 3.64c0-1.1259 0.08591-1.9322-0.13378-2.2836-1.578-2.5243-8.395-8.1885-10.857-8.9309-0.184-0.05556-0.593-0.08754-1.52-0.08754z" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="m 24.685886,20.29914 c -0.442145,0.09405 -0.851909,0.345684 -1.243007,0.74653 -0.391589,0.408208 -0.60121,0.8738 -0.635474,1.388912 -0.0215,0.323781 0.06064,0.699353 0.24096,1.104127 0.179817,0.412128 0.47365,0.721511 0.866788,0.934491 0.133173,0.03912 0.192284,0.117271 0.18543,0.220295 -0.0024,0.03681 -0.05471,0.07004 -0.17754,0.09081 -0.635924,-0.215569 -1.145332,-0.61432 -1.522089,-1.181024 -0.376267,-0.574066 -0.54851,-1.207469 -0.51574,-1.914925 0.07178,-0.756418 0.339228,-1.447078 0.801905,-2.064609 0.470283,-0.624391 1.048747,-1.048797 1.735379,-1.273227 l -0.316942,-2.647456 c -1.157894,0.86353 -2.111994,1.778619 -2.870386,2.759467 -0.757902,0.973486 -1.187414,2.059207 -1.29566,3.256637 -0.0215,0.538203 0.05044,1.068303 0.216262,1.582953 0.165357,0.521997 0.433703,0.99962 0.804072,1.447564 0.748328,0.889051 1.764899,1.398036 3.034999,1.53329 0.43579,0.0016 0.903448,-0.04621 1.410096,-0.143071 l -0.719053,-5.840763 z m 0.516958,-0.03697 0.733015,5.738242 c 1.125591,-0.377851 1.739292,-1.332087 1.840138,-2.847983 -0.0302,-0.512331 -0.142122,-0.978752 -0.357001,-1.400784 -0.207281,-0.428885 -0.498672,-0.775063 -0.881271,-1.039046 -0.382608,-0.263982 -0.822824,-0.413785 -1.334881,-0.450429 z m -0.948842,-7.757402 c 0.244486,-0.130378 0.531869,-0.368592 0.847451,-0.7083 0.315084,-0.332347 0.627465,-0.731439 0.929046,-1.183056 0.309186,-0.458461 0.561965,-0.928356 0.758337,-1.4096854 0.195881,-0.473966 0.304957,-0.931973 0.333346,-1.358778 0.01225,-0.183961 0.01028,-0.368951 -0.01455,-0.533391 -0.01083,-0.266946 -0.07534,-0.478588 -0.20117,-0.628072 -0.126319,-0.14213 -0.292111,-0.227936 -0.505463,-0.243202 -0.426722,-0.03052 -0.82888,0.214247 -1.206476,0.734363 -0.294473,0.452127 -0.552146,0.995613 -0.750707,1.617263 -0.206159,0.628502 -0.340715,1.2547344 -0.397526,1.8939224 -0.01289,0.731056 0.06119,1.335257 0.2077,1.818936 z m -0.476441,0.394742 c -0.240738,-1.215014 -0.337765,-2.441925 -0.291082,-3.6807404 0.06001,-0.794225 0.187651,-1.531855 0.383019,-2.21289 0.18826,-0.681536 0.434153,-1.262837 0.738675,-1.758604 0.297407,-0.496276 0.629164,-0.864398 0.988165,-1.104883 0.321472,-0.213594 0.550265,-0.322912 0.671168,-0.314259 0.09246,0.0064 0.168242,0.049 0.234951,0.12033 0.06672,0.07131 0.15183,0.188312 0.255831,0.343629 0.763586,1.30419 1.090442,2.835902 0.973935,4.58728 -0.05534,0.8315304 -0.215844,1.6333574 -0.48305,2.4275434 -0.259602,0.787341 -0.616326,1.530764 -1.069192,2.215543 -0.460471,0.691632 -0.985691,1.282511 -1.583264,1.779488 l 0.383193,2.940561 c 0.315369,-0.01442 0.53069,-0.02853 0.651593,-0.01992 0.540501,0.03864 1.016286,0.191029 1.448668,0.458581 0.43239,0.267544 0.795383,0.611451 1.081382,1.038575 0.286489,0.419761 0.497945,0.893313 0.634367,1.420632 0.129306,0.526818 0.18603,1.070622 0.148826,1.629884 -0.05779,0.868327 -0.331102,1.647286 -0.819528,2.329524 -0.488426,0.682237 -1.184592,1.157375 -2.096103,1.432257 0.03289,0.364648 0.09772,0.894238 0.202522,1.574571 0.0972,0.687178 0.168148,1.232003 0.212831,1.634458 0.04467,0.402463 0.04767,0.78715 0.02269,1.162443 -0.03866,0.581341 -0.208064,1.08678 -0.508673,1.52368 -0.307716,0.436391 -0.701028,0.763135 -1.187058,0.979741 -0.478924,0.217115 -0.999305,0.305566 -1.554036,0.265863 -0.782315,-0.05601 -1.449886,-0.332968 -2.003203,-0.823587 -0.552826,-0.497974 -0.825116,-1.131138 -0.801676,-1.913204 0.04435,-0.34433 0.144114,-0.66251 0.30691,-0.961399 0.162803,-0.298889 0.371468,-0.535343 0.633109,-0.70885 0.255024,-0.18138 0.553467,-0.263536 0.889201,-0.261688 0.277358,0.01984 0.535118,0.119629 0.773753,0.291973 0.231038,0.179197 0.415978,0.406854 0.547214,0.689808 0.124128,0.282459 0.182291,0.589763 0.160747,0.913543 -0.02886,0.434168 -0.195596,0.791915 -0.500142,1.073267 -0.304546,0.281345 -0.67754,0.409929 -1.111369,0.378879 l -0.16357,-0.01171 c 0.247996,0.461369 0.687983,0.722061 1.320943,0.767366 0.320041,0.02287 0.652083,-0.02725 0.988046,-0.136314 0.343561,-0.1159 0.633165,-0.280013 0.883517,-0.498698 0.25036,-0.218685 0.423472,-0.457681 0.505099,-0.718013 0.140976,-0.293049 0.225773,-0.708428 0.260527,-1.230895 0.02348,-0.353222 0.01146,-0.708978 -0.02909,-1.066781 -0.04103,-0.350442 -0.109724,-0.821165 -0.206665,-1.404817 -0.09744,-0.576289 -0.167634,-1.024942 -0.204459,-1.330715 -0.434058,0.07984 -0.878915,0.107151 -1.341189,0.0741 -0.7752,-0.05546 -1.496957,-0.26979 -2.164788,-0.650302 -0.667832,-0.380512 -1.241996,-0.880015 -1.72911,-1.506383 -0.480014,-0.625849 -0.841339,-1.317146 -1.082995,-2.0886 -0.23503,-0.763589 -0.332492,-1.554301 -0.285761,-2.364271 0.07842,-0.748553 0.261483,-1.460033 0.56255,-2.11871 0.301558,-0.666039 0.671785,-1.290191 1.117306,-1.864592 0.445522,-0.574401 0.901834,-1.096278 1.368464,-1.558261 0.473247,-0.454119 1.090925,-1.038384 1.866765,-1.744414 z"
|
||||
style="fill:#4d4d4d;fill-opacity:1;fill-rule:evenodd;stroke:#333333;stroke-width:0.75;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path9" />
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;opacity:0.4;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
|
||||
x="23.899687"
|
||||
y="40.916"
|
||||
id="text4464"
|
||||
sodipodi:linespacing="125%"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan4466"
|
||||
x="23.899687"
|
||||
y="40.916"
|
||||
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:10px;font-family:'URW Gothic L';-inkscape-font-specification:'URW Gothic L Semi-Bold';text-align:center;text-anchor:middle;fill:#000000;fill-opacity:1;">mxl</tspan></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
x="-13.375105"
|
||||
y="51.164005"
|
||||
id="text4193"
|
||||
sodipodi:linespacing="125%"><tspan
|
||||
sodipodi:role="line"
|
||||
x="-13.375105"
|
||||
y="51.164005"
|
||||
style="font-size:2.5px;fill:#ff0000;fill-opacity:1"
|
||||
id="tspan4201">When exporting:</tspan><tspan
|
||||
sodipodi:role="line"
|
||||
x="-13.375105"
|
||||
y="54.289005"
|
||||
style="font-size:2.5px;fill:#ff0000;fill-opacity:1"
|
||||
id="tspan4205">- change "mxl" text object to a path (makes image font-independent)</tspan><tspan
|
||||
sodipodi:role="line"
|
||||
x="-13.375105"
|
||||
y="57.414005"
|
||||
style="font-size:2.5px;fill:#ff0000;fill-opacity:1"
|
||||
id="tspan4213">- delete this message</tspan><tspan
|
||||
sodipodi:role="line"
|
||||
x="-13.375105"
|
||||
y="60.539005"
|
||||
style="font-size:2.5px;fill:#ff0000;fill-opacity:1"
|
||||
id="tspan4211">- save as an "optimized SVG" (don't overwrite master image)</tspan><tspan
|
||||
sodipodi:role="line"
|
||||
x="-13.375105"
|
||||
y="63.664005"
|
||||
style="font-size:2.5px;fill:#ff0000;fill-opacity:1"
|
||||
id="tspan4215">- export as a 48x48 PNG for systems that do not support SVG</tspan><tspan
|
||||
sodipodi:role="line"
|
||||
x="-13.375105"
|
||||
y="66.789001"
|
||||
style="font-size:2.5px;fill:#ff0000;fill-opacity:1"
|
||||
id="tspan4197" /><tspan
|
||||
sodipodi:role="line"
|
||||
x="-13.375105"
|
||||
y="69.914001"
|
||||
style="font-size:2.5px;fill:#ff0000;fill-opacity:1"
|
||||
id="tspan4199">Retain this message when editing master image.</tspan></text>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 18 KiB |
BIN
assets/mxl-icon-48.png
Normal file
After Width: | Height: | Size: 2 KiB |
60
assets/mxl-icon.svg
Normal file
|
@ -0,0 +1,60 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="48" width="48" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
<defs>
|
||||
<linearGradient id="e" x1="302.86" gradientUnits="userSpaceOnUse" y1="366.65" gradientTransform="matrix(.067325 0 0 .0147 -.34114 37.04)" x2="302.86" y2="609.51">
|
||||
<stop stop-opacity="0" offset="0"/>
|
||||
<stop offset=".5"/>
|
||||
<stop stop-opacity="0" offset="1"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="b" xlink:href="#a" gradientUnits="userSpaceOnUse" cy="486.65" cx="605.71" gradientTransform="matrix(-.023040 0 0 .0147 21.623 37.04)" r="117.14"/>
|
||||
<linearGradient id="a">
|
||||
<stop offset="0"/>
|
||||
<stop stop-opacity="0" offset="1"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="c" xlink:href="#a" gradientUnits="userSpaceOnUse" cy="486.65" cx="605.71" gradientTransform="matrix(.023040 0 0 .0147 26.361 37.04)" r="117.14"/>
|
||||
<linearGradient id="f" x1="-51.786" gradientUnits="userSpaceOnUse" y1="50.786" gradientTransform="matrix(.80750 0 0 .89483 59.41 -2.9806)" x2="-51.786" y2="2.9062">
|
||||
<stop stop-color="#aaa" offset="0"/>
|
||||
<stop stop-color="#c8c8c8" offset="1"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="g" x1="25.132" gradientUnits="userSpaceOnUse" y1=".98521" gradientTransform="matrix(1 0 0 .95617 -1.0065e-7 -1.9149)" x2="25.132" y2="47.013">
|
||||
<stop stop-color="#f4f4f4" offset="0"/>
|
||||
<stop stop-color="#dbdbdb" offset="1"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="d" gradientUnits="userSpaceOnUse" cy="112.3" cx="102" gradientTransform="matrix(.36170 0 0 -.39078 .85106 47.517)" r="139.56">
|
||||
<stop stop-color="#b7b8b9" offset="0"/>
|
||||
<stop stop-color="#ececec" offset=".18851"/>
|
||||
<stop stop-color="#fafafa" stop-opacity="0" offset=".25718"/>
|
||||
<stop stop-color="#fff" stop-opacity="0" offset=".30111"/>
|
||||
<stop stop-color="#fafafa" stop-opacity="0" offset=".5313"/>
|
||||
<stop stop-color="#ebecec" stop-opacity="0" offset=".8449"/>
|
||||
<stop stop-color="#e1e2e3" stop-opacity="0" offset="1"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="h" x1="24" gradientUnits="userSpaceOnUse" y1="2" gradientTransform="matrix(1 0 0 .97778 0 -.96667)" x2="24" y2="46.017">
|
||||
<stop stop-color="#fff" offset="0"/>
|
||||
<stop stop-color="#fff" stop-opacity="0" offset="1"/>
|
||||
</linearGradient>
|
||||
<filter id="j" width="1.2969" y="-.16434" x="-.14846" height="1.3287" color-interpolation-filters="sRGB">
|
||||
<feGaussianBlur stdDeviation="0.77391625"/>
|
||||
</filter>
|
||||
<linearGradient id="i" x1="32.892" gradientUnits="userSpaceOnUse" y1="8.059" gradientTransform="matrix(.99770 0 0 1.0407 .16380 -1.1058)" x2="36.358" y2="5.4565">
|
||||
<stop stop-color="#fefefe" offset="0"/>
|
||||
<stop stop-color="#cbcbcb" offset="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect opacity=".3" height="3.5701" width="32.508" y="42.43" x="7.7378" fill="url(#e)"/>
|
||||
<path opacity=".3" fill="url(#b)" d="m7.7378 42.43v3.5699c-1.1865 0.0067-2.8684-0.79982-2.8684-1.7852 0-0.98533 1.324-1.7847 2.8684-1.7847z"/>
|
||||
<path opacity=".3" fill="url(#c)" d="m40.246 42.43v3.5699c1.1865 0.0067 2.8684-0.79982 2.8684-1.7852 0-0.98533-1.324-1.7847-2.8684-1.7847z"/>
|
||||
<path stroke-linejoin="round" d="m6.5 0.4972h24.061c1.4069 0.47465 8.9655 5.8822 10.939 9.6264v34.379h-35v-44.006z" stroke="url(#f)" stroke-width=".99992" fill="url(#g)"/>
|
||||
<path fill="url(#d)" d="m7.3617 44c-0.1993 0-0.3617-0.17546-0.3617-0.39078v-42.204c0-0.21571 0.1624-0.39078 0.3617-0.39078 7.4833 0.1082 15.775-0.16138 23.249 0.0271l10.283 8.866 0.106 33.702c0 0.216-0.162 0.391-0.362 0.391h-33.276z"/>
|
||||
<path opacity=".6" stroke-linejoin="round" d="m40.5 10.259v33.263h-33v-42.045h22.866" stroke="url(#h)" stroke-width=".99992" fill="none"/>
|
||||
<g fill-rule="evenodd">
|
||||
<path opacity=".4" d="m28.617 0.92126c4.2825 0 2.1532 8.4832 2.1532 8.4832s10.358-1.8023 10.358 2.8187c0-2.6097-11.302-10.729-12.511-11.302z" filter="url(#j)"/>
|
||||
<path fill="url(#i)" d="m28.617 0.92126c3.1865 0 2.3358 7.6619 2.3358 7.6619s10.175-0.98105 10.175 3.64c0-1.1259 0.08591-1.9322-0.13378-2.2836-1.578-2.5243-8.395-8.1885-10.857-8.9309-0.184-0.05556-0.593-0.08754-1.52-0.08754z"/>
|
||||
<path d="m24.686 20.299c-0.44214 0.09405-0.85191 0.34568-1.243 0.74653-0.39159 0.40821-0.60121 0.8738-0.63547 1.3889-0.0215 0.32378 0.06064 0.69935 0.24096 1.1041 0.17982 0.41213 0.47365 0.72151 0.86679 0.93449 0.13317 0.03912 0.19228 0.11727 0.18543 0.2203-0.0024 0.03681-0.05471 0.07004-0.17754 0.09081-0.63592-0.21557-1.1453-0.61432-1.5221-1.181-0.37627-0.57407-0.54851-1.2075-0.51574-1.9149 0.07178-0.75642 0.33923-1.4471 0.8019-2.0646 0.47028-0.62439 1.0487-1.0488 1.7354-1.2732l-0.31694-2.6475c-1.1579 0.86353-2.112 1.7786-2.8704 2.7595-0.7579 0.97349-1.1874 2.0592-1.2957 3.2566-0.0215 0.5382 0.05044 1.0683 0.21626 1.583 0.16536 0.522 0.4337 0.99962 0.80407 1.4476 0.74833 0.88905 1.7649 1.398 3.035 1.5333 0.43579 0.0016 0.90345-0.04621 1.4101-0.14307l-0.71905-5.8408zm0.51696-0.03697 0.73302 5.7382c1.1256-0.37785 1.7393-1.3321 1.8401-2.848-0.0302-0.51233-0.14212-0.97875-0.357-1.4008-0.20728-0.42888-0.49867-0.77506-0.88127-1.039-0.38261-0.26398-0.82282-0.41378-1.3349-0.45043zm-0.94884-7.7574c0.24449-0.13038 0.53187-0.36859 0.84745-0.7083 0.31508-0.33235 0.62746-0.73144 0.92905-1.1831 0.30919-0.45846 0.56196-0.92836 0.75834-1.4097 0.19588-0.47397 0.30496-0.93197 0.33335-1.3588 0.01225-0.18396 0.01028-0.36895-0.01455-0.53339-0.01083-0.26695-0.07534-0.47859-0.20117-0.62807-0.12632-0.14213-0.29211-0.22794-0.50546-0.2432-0.42672-0.03052-0.82888 0.21425-1.2065 0.73436-0.29447 0.45213-0.55215 0.99561-0.75071 1.6173-0.20616 0.6285-0.34072 1.2547-0.39753 1.8939-0.01289 0.73106 0.06119 1.3353 0.2077 1.8189zm-0.47644 0.39474c-0.24074-1.215-0.33776-2.4419-0.29108-3.6807 0.06001-0.79422 0.18765-1.5319 0.38302-2.2129 0.18826-0.68154 0.43415-1.2628 0.73868-1.7586 0.29741-0.49628 0.62916-0.8644 0.98816-1.1049 0.32147-0.21359 0.55026-0.32291 0.67117-0.31426 0.09246 0.0064 0.16824 0.049 0.23495 0.12033 0.06672 0.07131 0.15183 0.18831 0.25583 0.34363 0.76359 1.3042 1.0904 2.8359 0.97394 4.5873-0.05534 0.83153-0.21584 1.6334-0.48305 2.4275-0.2596 0.78734-0.61633 1.5308-1.0692 2.2155-0.46047 0.69163-0.98569 1.2825-1.5833 1.7795l0.38319 2.9406c0.31537-0.01442 0.53069-0.02853 0.65159-0.01992 0.5405 0.03864 1.0163 0.19103 1.4487 0.45858 0.43239 0.26754 0.79538 0.61145 1.0814 1.0386 0.28649 0.41976 0.49794 0.89331 0.63437 1.4206 0.12931 0.52682 0.18603 1.0706 0.14883 1.6299-0.05779 0.86833-0.3311 1.6473-0.81953 2.3295-0.48843 0.68224-1.1846 1.1574-2.0961 1.4323 0.03289 0.36465 0.09772 0.89424 0.20252 1.5746 0.0972 0.68718 0.16815 1.232 0.21283 1.6345 0.04467 0.40246 0.04767 0.78715 0.02269 1.1624-0.03866 0.58134-0.20806 1.0868-0.50867 1.5237-0.30772 0.43639-0.70103 0.76314-1.1871 0.97974-0.47892 0.21712-0.9993 0.30557-1.554 0.26586-0.78232-0.05601-1.4499-0.33297-2.0032-0.82359-0.55283-0.49797-0.82512-1.1311-0.80168-1.9132 0.04435-0.34433 0.14411-0.66251 0.30691-0.9614s0.37147-0.53534 0.63311-0.70885c0.25502-0.18138 0.55347-0.26354 0.8892-0.26169 0.27736 0.01984 0.53512 0.11963 0.77375 0.29197 0.23104 0.1792 0.41598 0.40685 0.54721 0.68981 0.12413 0.28246 0.18229 0.58976 0.16075 0.91354-0.02886 0.43417-0.1956 0.79192-0.50014 1.0733-0.30455 0.28134-0.67754 0.40993-1.1114 0.37888l-0.16357-0.01171c0.248 0.46137 0.68798 0.72206 1.3209 0.76737 0.32004 0.02287 0.65208-0.02725 0.98805-0.13631 0.34356-0.1159 0.63316-0.28001 0.88352-0.4987 0.25036-0.21868 0.42347-0.45768 0.5051-0.71801 0.14098-0.29305 0.22577-0.70843 0.26053-1.2309 0.02348-0.35322 0.01146-0.70898-0.02909-1.0668-0.04103-0.35044-0.10972-0.82116-0.20666-1.4048-0.09744-0.57629-0.16763-1.0249-0.20446-1.3307-0.43406 0.07984-0.87892 0.10715-1.3412 0.0741-0.7752-0.05546-1.497-0.26979-2.1648-0.6503-0.66783-0.38051-1.242-0.88002-1.7291-1.5064-0.48001-0.62585-0.84134-1.3171-1.083-2.0886-0.23503-0.76359-0.33249-1.5543-0.28576-2.3643 0.07842-0.74855 0.26148-1.46 0.56255-2.1187 0.30156-0.66604 0.67178-1.2902 1.1173-1.8646s0.90183-1.0963 1.3685-1.5583c0.47325-0.45412 1.0909-1.0384 1.8668-1.7444z" stroke="#333" stroke-width=".75" fill="#4d4d4d"/>
|
||||
</g>
|
||||
<g opacity=".4">
|
||||
<path d="m15.739 40.916h1.33v-2.73c0-0.55 0.05-0.92 0.14-1.15 0.16-0.36 0.5-0.57 0.94-0.57 0.36 0 0.67 0.13 0.85 0.35 0.16 0.21 0.23 0.54 0.23 1.06v3.04h1.33v-2.73c0-0.62 0.05-0.93 0.19-1.19 0.17-0.34 0.51-0.53 0.93-0.53 0.33 0 0.61 0.12 0.79 0.34 0.18 0.21 0.25 0.52 0.25 1.07v3.04h1.33v-3.2c0-0.67-0.12-1.21-0.36-1.59-0.35-0.56-1.05-0.88-1.88-0.88-0.78 0-1.33 0.26-1.78 0.86-0.38-0.6-0.87-0.86-1.63-0.86-0.65 0-1.05 0.18-1.44 0.65v-0.52h-1.22v5.54z"/>
|
||||
<path d="m24.603 40.916h1.6l1.16-1.9 1.16 1.9h1.6l-1.97-2.86 1.69-2.68h-1.5l-0.98 1.67-1-1.67h-1.5l1.7 2.68-1.96 2.86z"/>
|
||||
<path d="m30.739 40.916h1.33v-7.39h-1.33v7.39z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 8.6 KiB |
BIN
assets/xml-icon-48.png
Normal file
After Width: | Height: | Size: 2 KiB |
60
assets/xml-icon.svg
Normal file
|
@ -0,0 +1,60 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="48" width="48" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
<defs>
|
||||
<linearGradient id="e" x1="302.86" gradientUnits="userSpaceOnUse" y1="366.65" gradientTransform="matrix(.067325 0 0 .0147 -.34114 37.04)" x2="302.86" y2="609.51">
|
||||
<stop stop-opacity="0" offset="0"/>
|
||||
<stop offset=".5"/>
|
||||
<stop stop-opacity="0" offset="1"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="b" xlink:href="#a" gradientUnits="userSpaceOnUse" cy="486.65" cx="605.71" gradientTransform="matrix(-.023040 0 0 .0147 21.623 37.04)" r="117.14"/>
|
||||
<linearGradient id="a">
|
||||
<stop offset="0"/>
|
||||
<stop stop-opacity="0" offset="1"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="c" xlink:href="#a" gradientUnits="userSpaceOnUse" cy="486.65" cx="605.71" gradientTransform="matrix(.023040 0 0 .0147 26.361 37.04)" r="117.14"/>
|
||||
<linearGradient id="f" x1="-51.786" gradientUnits="userSpaceOnUse" y1="50.786" gradientTransform="matrix(.80750 0 0 .89483 59.41 -2.9806)" x2="-51.786" y2="2.9062">
|
||||
<stop stop-color="#aaa" offset="0"/>
|
||||
<stop stop-color="#c8c8c8" offset="1"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="g" x1="25.132" gradientUnits="userSpaceOnUse" y1=".98521" gradientTransform="matrix(1 0 0 .95617 -1.0065e-7 -1.9149)" x2="25.132" y2="47.013">
|
||||
<stop stop-color="#f4f4f4" offset="0"/>
|
||||
<stop stop-color="#dbdbdb" offset="1"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="d" gradientUnits="userSpaceOnUse" cy="112.3" cx="102" gradientTransform="matrix(.36170 0 0 -.39078 .85106 47.517)" r="139.56">
|
||||
<stop stop-color="#b7b8b9" offset="0"/>
|
||||
<stop stop-color="#ececec" offset=".18851"/>
|
||||
<stop stop-color="#fafafa" stop-opacity="0" offset=".25718"/>
|
||||
<stop stop-color="#fff" stop-opacity="0" offset=".30111"/>
|
||||
<stop stop-color="#fafafa" stop-opacity="0" offset=".5313"/>
|
||||
<stop stop-color="#ebecec" stop-opacity="0" offset=".8449"/>
|
||||
<stop stop-color="#e1e2e3" stop-opacity="0" offset="1"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="h" x1="24" gradientUnits="userSpaceOnUse" y1="2" gradientTransform="matrix(1 0 0 .97778 0 -.96667)" x2="24" y2="46.017">
|
||||
<stop stop-color="#fff" offset="0"/>
|
||||
<stop stop-color="#fff" stop-opacity="0" offset="1"/>
|
||||
</linearGradient>
|
||||
<filter id="j" width="1.2969" y="-.16434" x="-.14846" height="1.3287" color-interpolation-filters="sRGB">
|
||||
<feGaussianBlur stdDeviation="0.77391625"/>
|
||||
</filter>
|
||||
<linearGradient id="i" x1="32.892" gradientUnits="userSpaceOnUse" y1="8.059" gradientTransform="matrix(.99770 0 0 1.0407 .16380 -1.1058)" x2="36.358" y2="5.4565">
|
||||
<stop stop-color="#fefefe" offset="0"/>
|
||||
<stop stop-color="#cbcbcb" offset="1"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect opacity=".3" height="3.5701" width="32.508" y="42.43" x="7.7378" fill="url(#e)"/>
|
||||
<path opacity=".3" fill="url(#b)" d="m7.7378 42.43v3.5699c-1.1865 0.0067-2.8684-0.79982-2.8684-1.7852 0-0.98533 1.324-1.7847 2.8684-1.7847z"/>
|
||||
<path opacity=".3" fill="url(#c)" d="m40.246 42.43v3.5699c1.1865 0.0067 2.8684-0.79982 2.8684-1.7852 0-0.98533-1.324-1.7847-2.8684-1.7847z"/>
|
||||
<path stroke-linejoin="round" d="m6.5 0.4972h24.061c1.4069 0.47465 8.9655 5.8822 10.939 9.6264v34.379h-35v-44.006z" stroke="url(#f)" stroke-width=".99992" fill="url(#g)"/>
|
||||
<path fill="url(#d)" d="m7.3617 44c-0.1993 0-0.3617-0.17546-0.3617-0.39078v-42.204c0-0.21571 0.1624-0.39078 0.3617-0.39078 7.4833 0.1082 15.775-0.16138 23.249 0.0271l10.283 8.866 0.106 33.702c0 0.216-0.162 0.391-0.362 0.391h-33.276z"/>
|
||||
<path opacity=".6" stroke-linejoin="round" d="m40.5 10.259v33.263h-33v-42.045h22.866" stroke="url(#h)" stroke-width=".99992" fill="none"/>
|
||||
<g fill-rule="evenodd">
|
||||
<path opacity=".4" d="m28.617 0.92126c4.2825 0 2.1532 8.4832 2.1532 8.4832s10.358-1.8023 10.358 2.8187c0-2.6097-11.302-10.729-12.511-11.302z" filter="url(#j)"/>
|
||||
<path fill="url(#i)" d="m28.617 0.92126c3.1865 0 2.3358 7.6619 2.3358 7.6619s10.175-0.98105 10.175 3.64c0-1.1259 0.08591-1.9322-0.13378-2.2836-1.578-2.5243-8.395-8.1885-10.857-8.9309-0.184-0.05556-0.593-0.08754-1.52-0.08754z"/>
|
||||
<path d="m24.686 20.299c-0.44214 0.09405-0.85191 0.34568-1.243 0.74653-0.39159 0.40821-0.60121 0.8738-0.63547 1.3889-0.0215 0.32378 0.06064 0.69935 0.24096 1.1041 0.17982 0.41213 0.47365 0.72151 0.86679 0.93449 0.13317 0.03912 0.19228 0.11727 0.18543 0.2203-0.0024 0.03681-0.05471 0.07004-0.17754 0.09081-0.63592-0.21557-1.1453-0.61432-1.5221-1.181-0.37627-0.57407-0.54851-1.2075-0.51574-1.9149 0.07178-0.75642 0.33923-1.4471 0.8019-2.0646 0.47028-0.62439 1.0487-1.0488 1.7354-1.2732l-0.31694-2.6475c-1.1579 0.86353-2.112 1.7786-2.8704 2.7595-0.7579 0.97349-1.1874 2.0592-1.2957 3.2566-0.0215 0.5382 0.05044 1.0683 0.21626 1.583 0.16536 0.522 0.4337 0.99962 0.80407 1.4476 0.74833 0.88905 1.7649 1.398 3.035 1.5333 0.43579 0.0016 0.90345-0.04621 1.4101-0.14307l-0.71905-5.8408zm0.51696-0.03697 0.73302 5.7382c1.1256-0.37785 1.7393-1.3321 1.8401-2.848-0.0302-0.51233-0.14212-0.97875-0.357-1.4008-0.20728-0.42888-0.49867-0.77506-0.88127-1.039-0.38261-0.26398-0.82282-0.41378-1.3349-0.45043zm-0.94884-7.7574c0.24449-0.13038 0.53187-0.36859 0.84745-0.7083 0.31508-0.33235 0.62746-0.73144 0.92905-1.1831 0.30919-0.45846 0.56196-0.92836 0.75834-1.4097 0.19588-0.47397 0.30496-0.93197 0.33335-1.3588 0.01225-0.18396 0.01028-0.36895-0.01455-0.53339-0.01083-0.26695-0.07534-0.47859-0.20117-0.62807-0.12632-0.14213-0.29211-0.22794-0.50546-0.2432-0.42672-0.03052-0.82888 0.21425-1.2065 0.73436-0.29447 0.45213-0.55215 0.99561-0.75071 1.6173-0.20616 0.6285-0.34072 1.2547-0.39753 1.8939-0.01289 0.73106 0.06119 1.3353 0.2077 1.8189zm-0.47644 0.39474c-0.24074-1.215-0.33776-2.4419-0.29108-3.6807 0.06001-0.79422 0.18765-1.5319 0.38302-2.2129 0.18826-0.68154 0.43415-1.2628 0.73868-1.7586 0.29741-0.49628 0.62916-0.8644 0.98816-1.1049 0.32147-0.21359 0.55026-0.32291 0.67117-0.31426 0.09246 0.0064 0.16824 0.049 0.23495 0.12033 0.06672 0.07131 0.15183 0.18831 0.25583 0.34363 0.76359 1.3042 1.0904 2.8359 0.97394 4.5873-0.05534 0.83153-0.21584 1.6334-0.48305 2.4275-0.2596 0.78734-0.61633 1.5308-1.0692 2.2155-0.46047 0.69163-0.98569 1.2825-1.5833 1.7795l0.38319 2.9406c0.31537-0.01442 0.53069-0.02853 0.65159-0.01992 0.5405 0.03864 1.0163 0.19103 1.4487 0.45858 0.43239 0.26754 0.79538 0.61145 1.0814 1.0386 0.28649 0.41976 0.49794 0.89331 0.63437 1.4206 0.12931 0.52682 0.18603 1.0706 0.14883 1.6299-0.05779 0.86833-0.3311 1.6473-0.81953 2.3295-0.48843 0.68224-1.1846 1.1574-2.0961 1.4323 0.03289 0.36465 0.09772 0.89424 0.20252 1.5746 0.0972 0.68718 0.16815 1.232 0.21283 1.6345 0.04467 0.40246 0.04767 0.78715 0.02269 1.1624-0.03866 0.58134-0.20806 1.0868-0.50867 1.5237-0.30772 0.43639-0.70103 0.76314-1.1871 0.97974-0.47892 0.21712-0.9993 0.30557-1.554 0.26586-0.78232-0.05601-1.4499-0.33297-2.0032-0.82359-0.55283-0.49797-0.82512-1.1311-0.80168-1.9132 0.04435-0.34433 0.14411-0.66251 0.30691-0.9614s0.37147-0.53534 0.63311-0.70885c0.25502-0.18138 0.55347-0.26354 0.8892-0.26169 0.27736 0.01984 0.53512 0.11963 0.77375 0.29197 0.23104 0.1792 0.41598 0.40685 0.54721 0.68981 0.12413 0.28246 0.18229 0.58976 0.16075 0.91354-0.02886 0.43417-0.1956 0.79192-0.50014 1.0733-0.30455 0.28134-0.67754 0.40993-1.1114 0.37888l-0.16357-0.01171c0.248 0.46137 0.68798 0.72206 1.3209 0.76737 0.32004 0.02287 0.65208-0.02725 0.98805-0.13631 0.34356-0.1159 0.63316-0.28001 0.88352-0.4987 0.25036-0.21868 0.42347-0.45768 0.5051-0.71801 0.14098-0.29305 0.22577-0.70843 0.26053-1.2309 0.02348-0.35322 0.01146-0.70898-0.02909-1.0668-0.04103-0.35044-0.10972-0.82116-0.20666-1.4048-0.09744-0.57629-0.16763-1.0249-0.20446-1.3307-0.43406 0.07984-0.87892 0.10715-1.3412 0.0741-0.7752-0.05546-1.497-0.26979-2.1648-0.6503-0.66783-0.38051-1.242-0.88002-1.7291-1.5064-0.48001-0.62585-0.84134-1.3171-1.083-2.0886-0.23503-0.76359-0.33249-1.5543-0.28576-2.3643 0.07842-0.74855 0.26148-1.46 0.56255-2.1187 0.30156-0.66604 0.67178-1.2902 1.1173-1.8646s0.90183-1.0963 1.3685-1.5583c0.47325-0.45412 1.0909-1.0384 1.8668-1.7444z" stroke="#333" stroke-width=".75" fill="#4d4d4d"/>
|
||||
</g>
|
||||
<g opacity=".4">
|
||||
<path d="m15.209 40.916h1.6l1.16-1.9 1.16 1.9h1.6l-1.97-2.86 1.69-2.68h-1.5l-0.98 1.67-1-1.67h-1.5l1.7 2.68-1.96 2.86z"/>
|
||||
<path d="m21.344 40.916h1.33v-2.73c0-0.55 0.05-0.92 0.14-1.15 0.16-0.36 0.5-0.57 0.94-0.57 0.36 0 0.67 0.13 0.85 0.35 0.16 0.21 0.23 0.54 0.23 1.06v3.04h1.33v-2.73c0-0.62 0.05-0.93 0.19-1.19 0.17-0.34 0.51-0.53 0.93-0.53 0.33 0 0.61 0.12 0.79 0.34 0.18 0.21 0.25 0.52 0.25 1.07v3.04h1.33v-3.2c0-0.67-0.12-1.21-0.36-1.59-0.35-0.56-1.05-0.88-1.88-0.88-0.78 0-1.33 0.26-1.78 0.86-0.38-0.6-0.87-0.86-1.63-0.86-0.65 0-1.05 0.18-1.44 0.65v-0.52h-1.22v5.54z"/>
|
||||
<path d="m30.739 40.916h1.33v-7.39h-1.33v7.39z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 8.6 KiB |
133
build/mscore.1
|
@ -1,8 +1,9 @@
|
|||
.\" Hey, EMACS: -*- nroff -*-
|
||||
.\" To preview the page formatting without installing use "man -l mscore.1"
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH MSCORE 1 "December 2, 2007"
|
||||
.TH MSCORE 1 "4th June 2015" https://musescore.org/ "MuseScore \- Create, play and share sheet music!"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
|
@ -15,54 +16,108 @@
|
|||
.\" .br insert line break
|
||||
.\" .sp <n> insert n+1 empty lines
|
||||
.\" for manpage-specific macros, see man(7)
|
||||
.SH NAME
|
||||
mscore \- Full featured WYSIWYG score editor
|
||||
.SH SYNOPSIS
|
||||
.B mscore
|
||||
.RI [ options ] scorefile
|
||||
.SH DESCRIPTION
|
||||
This manual page documents briefly the
|
||||
.B mscore
|
||||
command.
|
||||
.PP
|
||||
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
|
||||
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
|
||||
.\" respectively.
|
||||
\fBMuseScore\fP is a free WYSIWYG music score typesetter for Linux,
|
||||
licenced under GNU GPL. Features:
|
||||
* WYSIWYG, notes are entered on a "virtual note sheet"
|
||||
* unlimited number of staves
|
||||
* up to four voices/staff
|
||||
* easy and fast note entry with mouse, keyboard or midi
|
||||
* integrated sequencer and FluidSynth software synthesizer
|
||||
* import and export of MusicXml and standard midifiles (SMF)
|
||||
* platform independent code for Linux, Windows and Mac
|
||||
.SH NAME
|
||||
\fBmscore\fP \- MuseScore sheet music editor.
|
||||
|
||||
MuseScore is a free and open source WYSIWYG typesetting program for musical scores, released under the GNU General Public Licence.
|
||||
|
||||
.SH SYNOPSIS
|
||||
.B mscore
|
||||
.RI [ options ]
|
||||
.RI [ filename(s) ]
|
||||
|
||||
\fBMuseScore\fP or \fBmusescore\fP is set as an alias for \fBmscore\fP on some systems.
|
||||
|
||||
.SH DESCRIPTION
|
||||
This manual page documents command line useage of \fBmscore\fP. See also:
|
||||
|
||||
<https://musescore.org/handbook/command-line-options-0>
|
||||
|
||||
For help with the full MuseScore program see the Online Handbook:
|
||||
|
||||
<https://musescore.org/handbook>
|
||||
|
||||
.SH OPTIONS
|
||||
A summary of options is included below.
|
||||
A summary of options is included below. Running \fBmscore\fP without options
|
||||
launches the full MuseScore program and opens any specified file(s).
|
||||
|
||||
.TP
|
||||
.B \-v
|
||||
Show version of program.
|
||||
Displays MuseScore's current version and revision number in the command line without starting the graphical interface.
|
||||
.TP
|
||||
.B \-d
|
||||
Debug mode.
|
||||
.TP
|
||||
.B \-s
|
||||
Disable the synthesizer.
|
||||
.TP
|
||||
.B \-m
|
||||
Disable MIDI I/O support.
|
||||
.TP
|
||||
.B \-i
|
||||
Dump MIDI input.
|
||||
Starts MuseScore in debug mode.
|
||||
.TP
|
||||
.B \-L
|
||||
Layout debug mode.
|
||||
Starts MuseScore in layout debug mode.
|
||||
.TP
|
||||
.B \-o file
|
||||
Export to file, format dependent on extension.
|
||||
.B \-s
|
||||
Disables the integrated software synthesizer.
|
||||
.TP
|
||||
.B \-m
|
||||
Disables MIDI input.
|
||||
.TP
|
||||
.B \-a <driver>
|
||||
Use audio driver: jack, alsa, pulse, portaudio.
|
||||
.TP
|
||||
.B \-n
|
||||
Starts with the new score wizard regardless of preference setting for start mode.
|
||||
.TP
|
||||
.B \-I
|
||||
Displays all MIDI input on the console.
|
||||
.TP
|
||||
.B \-O
|
||||
Displays all MIDI output on the console.
|
||||
.TP
|
||||
.B \-o <filename>
|
||||
Exports the currently opened file to the specified <filename>. The file type depends on the filename extension. This option switches to the "converter" mode and avoids any graphical interface. You can also add a filename before the \-o if you want to import and export files from the command line. For example mscore "My Score.mscz" \-o "My Score.pdf".
|
||||
.TP
|
||||
.B \-r <dpi>
|
||||
Determines the output resolution for the output to "*.png" files in the converter mode. The default resolution is 300 dpi.
|
||||
.TP
|
||||
.B \-T <margin>
|
||||
Trims exported PNG and SVG images to remove surrounding whitespace around the score. The specified number of pixels of whitespace will be added as a margin; use 0 for a tightly cropped image. For SVG, this option works only with single\-page scores.
|
||||
.TP
|
||||
.B \-x <factor>
|
||||
Scales the score display and other GUI elements by the specified factor, for use with high resolution displays.
|
||||
.TP
|
||||
.B \-S <style>
|
||||
Loads a style file; useful when you convert with the \-o option.
|
||||
.TP
|
||||
.B \-p <name>
|
||||
Execute the named plugin.
|
||||
.TP
|
||||
.B \-F
|
||||
Use only the standard built\-in presets or "factory\-settings" and delete preferences.
|
||||
.TP
|
||||
.B \-R
|
||||
Use only the standard built\-in presets or "factory\-settings", but do not delete preferences.
|
||||
.TP
|
||||
.B \-i
|
||||
Load icons from the file system. Useful if you want to edit the MuseScore icons and preview the changes.
|
||||
.TP
|
||||
.B \-e
|
||||
Enable experimental features.
|
||||
.TP
|
||||
.B \-c <pathname>
|
||||
Set config path.
|
||||
.TP
|
||||
.B \-t
|
||||
Enable Test Mode.
|
||||
.TP
|
||||
.B \-M <file>
|
||||
Specify MIDI import operations file.
|
||||
.TP
|
||||
.B \-w
|
||||
No web view in Start Center.
|
||||
|
||||
.br
|
||||
.SH AUTHOR
|
||||
mscore was written by Werner Schweer <ws@seh.de>.
|
||||
.PP
|
||||
This manual page was written by Toby Smithe <tsmithe@ubuntu.com>,
|
||||
for the Ubuntu project (but may be used by others).
|
||||
MuseScore was written by Werner Schweer and others. If you find any bugs in the latest version please report them via the Issue Tracker:
|
||||
|
||||
<https://musescore.org/project/issues>
|
||||
|
||||
This manual page is maintained by the MuseScore development team. Please report mistakes via the Issue Tracker.
|
||||
|
|
40
build/musescore.xml
Normal file
|
@ -0,0 +1,40 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
||||
<mime-type type="application/x-musescore">
|
||||
<comment>MuseScore file</comment>
|
||||
<sub-class-of type="application/zip"/>
|
||||
<glob pattern="*.mscz"/>
|
||||
</mime-type>
|
||||
<mime-type type="application/x-musescore+xml">
|
||||
<comment>uncompressed MuseScore file</comment>
|
||||
<sub-class-of type="application/xml"/>
|
||||
<glob pattern="*.mscx" />
|
||||
</mime-type>
|
||||
<mime-type type="application/vnd.recordare.musicxml">
|
||||
<!-- http://www.musicxml.com/for-developers/musicxml-dtd/ -->
|
||||
<_comment>MusicXML file</_comment>
|
||||
<sub-class-of type="application/zip"/>
|
||||
<!-- Note: a custom icon is used for MusicXML files. You can change this below -->
|
||||
<!-- <icon name="application-x-musescore"/> Uncomment to use MuseScore file icon -->
|
||||
<!-- <generic-icon name="audio-x-generic"/> Uncomment to use generic audio file icon -->
|
||||
<glob pattern="*.mxl"/>
|
||||
</mime-type>
|
||||
<mime-type type="application/vnd.recordare.musicxml+xml">
|
||||
<!-- http://www.musicxml.com/for-developers/musicxml-dtd/ -->
|
||||
<_comment>uncompressed MusicXML file</_comment>
|
||||
<sub-class-of type="application/xml"/>
|
||||
<!-- <icon name="application-x-musescore"/> Uncomment to use MuseScore file icon -->
|
||||
<!-- <generic-icon name="audio-x-generic"/> Uncomment to use generic audio file icon -->
|
||||
<magic>
|
||||
<match type="string" value="<?xml" offset="0">
|
||||
<match type="string" value="score-partwise" offset="0:128"/>
|
||||
<match type="string" value="score-timewise" offset="0:128"/>
|
||||
</match>
|
||||
<match type="string" value="<!--" offset="0">
|
||||
<match type="string" value="score-partwise" offset="0:128"/>
|
||||
<match type="string" value="score-timewise" offset="0:128"/>
|
||||
</match>
|
||||
</magic>
|
||||
<glob pattern="*.xml" weight="40"/>
|
||||
</mime-type>
|
||||
</mime-info>
|
|
@ -525,8 +525,30 @@ else (MINGW)
|
|||
install (FILES data/mscore.icns DESTINATION ${Mscore_SHARE_NAME}${Mscore_INSTALL_NAME})
|
||||
install (FILES data/musescoreDocument.icns DESTINATION ${Mscore_SHARE_NAME}${Mscore_INSTALL_NAME})
|
||||
else (APPLE)
|
||||
# Linux: install mscore executable (package maintainers may add "MuseScore" and/or "musescore" aliases that symlink to mscore)
|
||||
install( TARGETS mscore RUNTIME DESTINATION bin )
|
||||
install( FILES data/mscore.png DESTINATION share/pixmaps)
|
||||
# install MuseScore icons (use SVGs where possible, but install PNGs as backup for systems that don't support SVG)
|
||||
install( FILES ../assets/musescore-icon-round.svg RENAME mscore.svg DESTINATION share/icons/hicolor/scalable/apps)
|
||||
install( FILES ../assets/musescore-icon-round-64.png RENAME mscore.png DESTINATION share/icons/hicolor/64x64/apps)
|
||||
# install MIME (filetype) icons for each mimetype on Linux
|
||||
install( FILES ../assets/mscz-icon.svg RENAME application-x-musescore.svg
|
||||
DESTINATION share/icons/hicolor/scalable/mimetypes) # SVG icon for .MSCZ files
|
||||
install( FILES ../assets/mscz-icon-48.png RENAME application-x-musescore.png
|
||||
DESTINATION share/icons/hicolor/48x48/mimetypes) # PNG icon for .MSCZ files
|
||||
install( FILES ../assets/mscx-icon.svg RENAME application-x-musescore+xml.svg
|
||||
DESTINATION share/icons/hicolor/scalable/mimetypes) # SVG icon for .MSCX files
|
||||
install( FILES ../assets/mscx-icon-48.png RENAME application-x-musescore+xml.png
|
||||
DESTINATION share/icons/hicolor/48x48/mimetypes) # PNG icon for .MSCX files
|
||||
# use a custom icon for MusicXML files (there isn't a standard icon for MusicXML files)
|
||||
install( FILES ../assets/mxl-icon.svg RENAME application-vnd.recordare.musicxml.svg
|
||||
DESTINATION share/icons/hicolor/scalable/mimetypes) # SVG icon for .MXL (compressed MusicXML) files
|
||||
install( FILES ../assets/mxl-icon-48.png RENAME application-vnd.recordare.musicxml.png
|
||||
DESTINATION share/icons/hicolor/48x48/mimetypes) # PNG icon for .MXL (compressed MusicXML) files
|
||||
install( FILES ../assets/xml-icon.svg RENAME application-vnd.recordare.musicxml+xml.svg
|
||||
DESTINATION share/icons/hicolor/scalable/mimetypes) # SVG icon for .XML (MusicXML) files
|
||||
install( FILES ../assets/xml-icon-48.png RENAME application-vnd.recordare.musicxml+xml.png
|
||||
DESTINATION share/icons/hicolor/48x48/mimetypes) # PNG icon for .XML (MusicXML) files
|
||||
# Note: must now run "gtk-update-icon-cache" to set the new icons. This is done in the Makefile.
|
||||
endif (APPLE)
|
||||
endif (MINGW)
|
||||
|
||||
|
|