white edges when having a dark background

0 votes
asked Mar 25, 2023 in Question / help by anonymous

hi, im new to plantuml. im trying to create a color theme. the first thing i did is to change the background and it did work but there are still white edges in the corners of the document and i dont know how to get rid of them. i copied a blueprint theme for the base, so it already was somewhat dark. is there a fix to that ?

also: can the background of the document be transparent ?

https://i.postimg.cc/bN2ShNMW/Screenshot-2023-03-25-231653.png

1 Answer

0 votes
answered Mar 25, 2023 by plantuml (295,000 points)
That's an nice issue!

Could you post here the shortest text diagram that shows the issue so that we could investigate?

Thanks!
commented Mar 26, 2023 by anonymous

thanks for the fast answer. 

here is the one i used:

@startuml

!theme blueprint

a -> b

b -> c

@enduml

i think the issue is caused by the rounded corners of the document. so one potential fix could be to change the document corner roundness to 0. but i dont know how i do it in puml.

...