If the default arrow size isn't to your liking you can use the following properties to customize the arrow size:
arrow-min-width
arrow-min-height
arrow-width
arrow-height
These properties can be used within @settings or within a connection rule.
Generally you'll want to set arrow-min-width
and arrow-min-height
to 0 if you're
sizing arrows manually.
@settings {
arrow-min-width: 0;
arrow-min-height: 0;
arrow-width: 5;
arrow-height: 3;
}
NOTE: both arrow-width
and arrow-height
are multiplied against the connection width so take that
into consideration when setting the values.