Geometry with two different colors

I’d like to use an SVG that consists of one path that is a black outline of a speech bubble, and one path that is a filled in red circle. How can I display such a Geometry on a Node in GoJS?

Each Shape can only set a single fill/stroke color.

Instead, you could use an SVG file as the source of a Picture. GoJS Pictures -- Northwoods Software