aivarsk / scruffy

Makes SVG shapes look hand-drawn and creates UML diagrams using yUML (http://yuml.me) syntax
319 stars 60 forks source link

Sequence diagram have ns0 in SVG #6

Closed wernight closed 10 years ago

wernight commented 10 years ago

To avoid the nso:... in SVG of sequence diagrams, should call:

xml.etree.ElementTree.register_namespace('', 'http://www.w3.org/2000/svg')
aivarsk commented 10 years ago

Hi, can you show an example of what is happening? I don't remember much about the code and why/how it works :)

wernight commented 10 years ago

The generated XML contains a namespace that should be removed to make other tools works.

On Tuesday, March 18, 2014 11:57:53 PM, Aivars Kalvāns < notifications@github.com> wrote:

Hi, can you show an example of what is happening? I don't remember much about the code and why/how it works :)

— Reply to this email directly or view it on GitHubhttps://github.com/aivarsk/scruffy/issues/6#issuecomment-37999420 .

wernight commented 10 years ago

Could you say why you close them?

On Wednesday, March 19, 2014 9:22:15 PM, Aivars Kalvāns < notifications@github.com> wrote:

Closed #6 https://github.com/aivarsk/scruffy/issues/6.

— Reply to this email directly or view it on GitHubhttps://github.com/aivarsk/scruffy/issues/6 .

wernight commented 10 years ago

I see interestingly it only shows in the email closed without the commit linked to it. Strange

On Thursday, March 20, 2014 9:28:05 AM, Werner Beroux werner@beroux.com wrote:

Could you say why you close them?

On Wednesday, March 19, 2014 9:22:15 PM, Aivars Kalvāns < notifications@github.com> wrote:

Closed #6 https://github.com/aivarsk/scruffy/issues/6.

— Reply to this email directly or view it on GitHubhttps://github.com/aivarsk/scruffy/issues/6 .

aivarsk commented 10 years ago

I will enter a comment before closing next time.