Background color for only one attribute inside a class

0 votes
asked Jan 23, 2014 in To be sorted by anonymous
As setting text color works,
 
class Temp {
    int toto
  <color:#FFF000>string nouvelAttributi</color>
}
 
i'd like to know if it is possible to set a background text color :
 
class Temp {
    int toto
   <back:#FFF000>string nouvelAttributi</back>
}

As it doesn't work in this test.

1 Answer

0 votes
answered Jan 23, 2014 by plantuml (294,960 points)
commented Jan 23, 2014 by anonymous
Sorry forgot to precise that I use -teps format output, version is 7991
commented Jan 23, 2014 by plantuml (294,960 points)
Ok : the background feature has not been implemented in EPS. This should not be very difficult to do.
We'll post a message here when a beta will be ready for testing.
commented Jan 23, 2014 by anonymous
Ok, I'll will test it after getting the "new answer" email on this thread
commented Jan 24, 2014 by plantuml (294,960 points)
This should be fixed in this beta:
https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

Note that we have the same issue with SVG format, but this is somehow harder to solve:

http://stackoverflow.com/questions/12260370/draw-text-in-svg-but-remove-background
commented Jan 27, 2014 by anonymous
It works for me in eps. (i've subscribe to your RSS feed (relatively hard to find) and I'll wait this new release before deploying it).

Thank you.
...