Re: [w3c/webcomponents] [Custom]: define registry primitive; ("namespace" support needed?) (bugzilla: 24578) (#154)

Example from [Adobe's FXG drawing library](http://help.adobe.com/en_US/flex/using/WSda78ed3a750d6b8f26c150d412357de3591-8000.html):

```xml
<Graphic xmlns="http://ns.adobe.com/fxg/2008" version="2">    
     <Rect id="rect1" width="200" height="200">
          <fill>
             <SolidColor color="#FFFFCC"/>
          </fill>
          <stroke>
             <SolidColorStroke color="#660099" weight="2"/>
          </stroke>
     </Rect>
</Graphic>
```

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/154#issuecomment-227469868

Received on Tuesday, 21 June 2016 15:07:25 UTC