Refinement styles (for custom shape)
Draws signalling charts, block diagrams and graphs from text input.
Brought to you by:
teknos293
Hi Zoltan,
I tried to apply a certain default style to a custom shape (cloud), but I didn't succeed. There are for example refinement styles for specific arrow types, and I'm looking for the same construct for custom shapes instead of the umbrella defstyle shape_container ...
it would be nice if I could define -say- the default fill.color for a shape named "cloud" for example through defstyle *cloud ...
. I hope you understand what I mean here...
Kind regards,
Martijn
Hi,
Yes, I think I understand. 'defstyle shape_cloud [...];' is supposed to apply all block of shape 'cloud'. Is this what you need?
Zoltan
Exactly what I need. At first I thought
defstyle block [shape=cloud, etc]
was the answer, but that attribute has a different purpose.Super!