You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a bit complicated by there not being a background color attribute for the svg text element. Perhaps we'll need to create a rectangle behind all the text elements that appears and disappears?
Is this issue referring to the node text or to toplink-instructions?
Line 50 in Expander.coffee is the latter. That is a span and thus has
the css-attribute background-color, which means the change should be
fairly straightforward. It might be good for toplink-instructions to
have an opaque background anyway to improve legibility.
On 02/03/14 20:19, Will Zeng wrote:
This is a bit complicated by there not being a background color attribute for the svg text element. Perhaps we'll need to create a rectangle behind all the text elements that appears and disappears?
No description provided.
The text was updated successfully, but these errors were encountered: