ESI-FAR / INA-tool

A tool for visualising and analysing Institutional Statements
MIT License
2 stars 0 forks source link

Add text element for statement ID F##/I## #85

Closed sjvrijn closed 3 months ago

sjvrijn commented 3 months ago

Fixes #75

Adds a text element to the statement group displaying the numerical ID prepended by an F or I to indicate a formal or informal statement respectively.

image

sjvrijn commented 3 months ago

I'm wondering though, about how the styling is done. Is it all done so manually, setting each individual text attribute? Would be good if we can have a mechanism where changing the source isn't required. Does CSS work with SVGs?

I definitely agree, Ole already suggested this earlier, so it's already listed as issue #23 . Luckily, it does seem like SVG and CSS can be used together, see this tutorial