[10] sabayon-artwork-grub: force 8bpp RGBA image or grub2 goes nuts
This commit is contained in:
@@ -1076,17 +1076,17 @@
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="0.54506148"
|
||||
inkscape:cx="852.79062"
|
||||
inkscape:cy="453.7184"
|
||||
inkscape:zoom="1.7820955"
|
||||
inkscape:cx="1307.8121"
|
||||
inkscape:cy="184.37257"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="g10087"
|
||||
showgrid="false"
|
||||
inkscape:showpageshadow="false"
|
||||
inkscape:window-width="1280"
|
||||
inkscape:window-height="741"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-width="1680"
|
||||
inkscape:window-height="1015"
|
||||
inkscape:window-x="1680"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
showguides="true"
|
||||
inkscape:guide-bbox="true"
|
||||
@@ -1119,18 +1119,6 @@
|
||||
style="display:inline"
|
||||
id="g10087"
|
||||
transform="translate(457.70919,331.94927)">
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text3187"
|
||||
y="694.70496"
|
||||
x="934.72748"
|
||||
style="font-size:56.01815796px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;opacity:0.375;fill:#20152a;fill-opacity:1;stroke:none;font-family:Luxi Serif;-inkscape-font-specification:Luxi Serif"
|
||||
xml:space="preserve"><tspan
|
||||
style="font-size:201.66537476px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;text-anchor:middle;fill:#20152a;fill-opacity:1;font-family:Luxi Serif;-inkscape-font-specification:Luxi Serif"
|
||||
y="694.70496"
|
||||
x="934.72748"
|
||||
id="tspan3189"
|
||||
sodipodi:role="line">X</tspan></text>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text3845"
|
||||
|
||||
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 29 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 166 KiB |
@@ -4,6 +4,8 @@ SOURCE_SVG="../_devel/grub.svg"
|
||||
IMAGE_NAME="default-splash.png"
|
||||
THEME_DIR="images"
|
||||
|
||||
convert -resize 1024x768 "${SOURCE_SVG}" \
|
||||
"${THEME_DIR}/${IMAGE_NAME}" || exit 1
|
||||
|
||||
inkscape -z --export-png="${THEME_DIR}/${IMAGE_NAME}" \
|
||||
--export-area-page \
|
||||
--export-width="1024" \
|
||||
--export-height="768" \
|
||||
"${SOURCE_SVG}" || exit 1
|
||||
|
||||
Reference in New Issue
Block a user