jaime-olivares / vscode-yuml

yUML extension for Visual Studio Code
MIT License
116 stars 26 forks source link

Object node is showed incorrectly #65

Open vantm opened 4 years ago

vantm commented 4 years ago

When I input the syntax like this

// {type:activity}
(start)->[Water]->(Fill Kettle)->(end)

Actual output:

Code_eiSmGDrUn9

Expecting: The object node should be shown as a rectangle.

aduh95 commented 4 years ago

Expected output is:

Activity diagram with Object Node

vantm commented 4 years ago

Wow, quick fix. Thanks @aduh95

colinwirt commented 3 years ago

@jaime-olivares can you please review this PR? Great extension, we'd really appreciate it :)

jaime-olivares commented 2 years ago

Solved in version 1.2 of yuml-diagram. Still pending to incorporate into the vscode extension