#252: Improve representation of inter-pixel images -------------------------+-------------------------------------------------- Reporter: lazzara | Owner: lazzara Type: enhancement | Status: new Priority: major | Milestone: Olena 2.1 Component: Milena | Version: 2.0 Keywords: | -------------------------+-------------------------------------------------- Currently, inter pixel images use the following representation:
{{{ p|p|p -.-.- p|p|p -.-.- p|p|p }}}
We would like the following instead:
{{{ .-.-.-. |p|p|p| .-.-.-. |p|p|p| .-.-.-. |p|p|p| .-.-.-. }}}
This improvement should not be applied on IGR's branches.