|
From: Tapio V. <aa...@us...> - 2010-05-17 16:46:36
|
Module: performous
Branch: instrumentgraph
Commit: 90a25ca950f957e09004b45f6d43c18c32bd8084
Author: Tapio Vierros <tap...@gm...>
Date: Mon May 17 19:45:21 2010 +0300
Bigger (and dedicated) font for popups (better quality).
---
game/instrumentgraph.hh | 2 +-
themes/default/sing_popup_text.svg | 78 ++++++++++++++++++++++++++++++++++++
2 files changed, 79 insertions(+), 1 deletions(-)
diff --git a/game/instrumentgraph.hh b/game/instrumentgraph.hh
index 8565979..87064c6 100644
--- a/game/instrumentgraph.hh
+++ b/game/instrumentgraph.hh
@@ -75,7 +75,7 @@ class InstrumentGraph {
m_jointime(getNaN()),
m_dead()
{
- m_popupText.reset(new SvgTxtThemeSimple(getThemePath("sing_score_text.svg"), config["graphic/text_lod"].f()));
+ m_popupText.reset(new SvgTxtThemeSimple(getThemePath("sing_popup_text.svg"), config["graphic/text_lod"].f()));
};
// Interface functions
diff --git a/themes/default/sing_popup_text.svg b/themes/default/sing_popup_text.svg
new file mode 100644
index 0000000..198bf0d
--- /dev/null
+++ b/themes/default/sing_popup_text.svg
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- 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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ version="1.0"
+ width="256"
+ height="128"
+ id="svg3465"
+ sodipodi:version="0.32"
+ inkscape:version="0.47 r22583"
+ sodipodi:docname="sing_popup_text.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <metadata
+ id="metadata3075">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <sodipodi:namedview
+ inkscape:window-height="722"
+ inkscape:window-width="1248"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ guidetolerance="10.0"
+ gridtolerance="10.0"
+ objecttolerance="10.0"
+ borderopacity="1.0"
+ bordercolor="#666666"
+ pagecolor="#ffffff"
+ id="base"
+ showgrid="false"
+ inkscape:zoom="1.3525"
+ inkscape:cx="199.2681"
+ inkscape:cy="91.992898"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:current-layer="svg3465"
+ inkscape:window-maximized="0" />
+ <defs
+ id="defs3467">
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 300 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="800 : 300 : 1"
+ inkscape:persp3d-origin="400 : 200 : 1"
+ id="perspective9" />
+ </defs>
+ <g
+ style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="layer15"
+ transform="translate(-32.532348,10.07024)">
+ <text
+ x="47.081493"
+ y="77.530563"
+ style="font-size:70.43302155px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;font-family:Arial Black"
+ id="text10199"
+ xml:space="preserve"
+ sodipodi:linespacing="125%"
+ transform="scale(0.98936247,1.0107519)"><tspan
+ x="47.081493"
+ y="77.530563"
+ style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.99999988;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="tspan10201">3..2..1</tspan></text>
+ </g>
+</svg>
|