Skip to content

SVG export shows text 'Node' instead of 'Buy milk' #10

@xamde

Description

@xamde

Sample file:

{
  "ocif": "https://canvasprotocol.org/ocif/v0.5.1-draft",
  "nodes": [
    {
      "id": "sticky-note-milk", "position": [ 100, 100 ], "size": [ 150, 75 ], "resource": "res_milk", "data": [
      {
        "type": "@ocif/node/rect", "fillColor": "#FFFF00"
      }
    ]
    }
  ], "resources": [
  {
    "id": "res_milk", "representations": [
    {
      "mimeType": "text/plain", "content": "Buy milk"
    }
  ]
  }
]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions