View Issue Details

IDProjectCategoryView StatusLast Update
0001088SigServerFeature Requestpublic2016-09-03 12:14
ReporterDvdKhl Assigned To 
PrioritylowSeverityfeatureReproducibilityN/A
Status newResolutionopen 
Summary0001088: Adding some Text effects
DescriptionIt would be greate if some text effects were available,
something like shadowing or highlighting.

Those effects would improve readability alot
without having to draw a rectangle surrounding it.

Usage could be something like how its done with the map & img tag:

<effect id="hl" type="highlight" alpha="50" color="ff0000" size="1">
<text useeffect="hl"><line>Effect</line></text>

which would do something like:

  <text position="{{10 + 1}}x{{10 }}"><line color="#0000ff">Effect</line></text>
  <text position="{{10 - 1}}x{{10 }}"><line color="#0000ff">Effect</line></text>
  <text position="{{10 }}x{{10 - 1}}"><line color="#0000ff">Effect</line></text>
  <text position="{{10 }}x{{10 + 1}}"><line color="#0000ff">Effect</line></text>
  <text position="{{10 }}x{{10 }}"><line color="#ffffff">Effect</line></text>
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2008-04-12 07:27 DvdKhl New Issue
2008-04-12 07:27 DvdKhl Status new => assigned
2008-04-12 07:27 DvdKhl Assigned To => antennen
2008-04-13 00:26 antennen Priority normal => low
2008-08-05 20:44 antennen Status assigned => acknowledged
2016-02-09 23:30 DerIdiot Assigned To antennen =>
2016-09-03 12:14 DerIdiot Status acknowledged => new