Uh oh!
There was an error while loading. Please reload this page.
[PLANPRO-5832] Signal ausleger with foundation - #2047
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| <circle r="10" cx="35" cy="20"/> | ||
| <circle r="10" cx="5" cy="40"/> | ||
| <toolbox:anchor id="mastAnkerTop" x="20" y="40" /> | ||
| <toolbox:anchor id="mastAnkerBottom" x="20" y="20"/> |
There was a problem hiding this comment.
actually the ``Vr1` haven't no anchor punkt, because the signal mast should be through between two circle
There was a problem hiding this comment.
I think they do, sometimes.
TruongQuangSB
left a comment
There was a problem hiding this comment.
pls resolve conflict with merge
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| * @param label {@link Label} | ||
| */ | ||
| public abstract drawSVG<T extends object>(data: T, label?: Label): ISvgElement | ||
| public abstract drawSVG<T extends object>(data: T, label?: Label): ISvgElement | null |
There was a problem hiding this comment.
instead of null should it give SvgError back, when something wrong
There was a problem hiding this comment.
I made SvgDrawBridge an AbstractDrawSVG. Now, there are two for Signals... (SvgDrawSignal and SvgDrawBridge). Don't you think it is sensible to model it like this? Now flow is:
- SvgDrawBridge attempts to draw, if it is not a bridge, returns null
- SvgService continues searching for a result != null
- Then SvgDrawSignal returns a value != null.
- if it, too, returns null, draw error
Uh oh!
There was an error while loading. Please reload this page.
5d06764 to
faf9daaCompare

No description provided.