Module: Ea::Svg::EaEmitter::Style

Defined in:
lib/ea/svg/ea_emitter/style.rb

Overview

Centralizes SVG style strings used across emitters. Connector and marker styles are now computed dynamically via stroke_width parameter — only TEXT_GROUP remains as a constant (shared across all text-emitting renderers).

Constant Summary collapse

TEXT_GROUP =
"stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel; fill:#000000;fill-opacity:1.00; stroke:#000000; stroke-opacity:0.00"