kieler / KLighD

KIELER Lightweight Diagams
Eclipse Public License 2.0
31 stars 7 forks source link

Intellectual Property removing KGraph Export removes whitespace, breaking LabelManagement #21

Open NiklasRentzCAU opened 4 years ago

NiklasRentzCAU commented 4 years ago

The KGraphExporter is able to remove all semantical information from the graph during export, which is great.

However, it just replaces the string with a string of equal length (number of chars, not rendering). If the string is something like an SCChart transition label it just makes it one long word and not separate words. If I would like to share a graph, generated from an SCChart containing senstive information, that has some issue with label management I am unable to do so.

Maybe there could be several levels of "information purging", maybe with a slider in the interface, rageing from "replace all strings with complete gibberish, even replacing whitespace" to "replace all strings but keep multiple occurences of the same string consistent".

If you could go ahead and do that it would be great!

NiklasRentzCAU commented 4 years ago

This issue is migrated from the old KIELER Pragmatics JIRA issue tracker. See the old discussion on this ticket in KIPRA-1928.