Hello PlantUML team,
- Could you allow Scale or DPI for JSON or YAML diagram?
If it is possible? or by beta-style, or...
Examples with scale:
Code | Output |
@startjson
scale 2
{
"fruit":"Apple",
"size":"Large",
"color": ["Red", "Green"]
}
@endjson | |
@startyaml
scale 2
fruit: Apple
size: Large
color:
- Red
- Green
@endyaml | |
Examples with DPI:
Code | Output |
@startjson
skinparam dpi 300
{
"fruit":"Apple",
"size":"Large",
"color": ["Red", "Green"]
}
@endjson | |
@startyaml
skinparam dpi 300
fruit: Apple
size: Large
color:
- Red
- Green
@endyaml | |
Same thing also with... skinparam handwritten true
Regards,
Th.