mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-08 04:20:09 +00:00
Setting component ID for SVG text elements.
This commit is contained in:
parent
036c6cb4a2
commit
585b202945
1 changed files with 1 additions and 0 deletions
|
|
@ -825,6 +825,7 @@ private:
|
|||
const String anchorStr = getStyleAttribute(xml, "text-anchor");
|
||||
|
||||
DrawableComposite* dc = new DrawableComposite();
|
||||
setDrawableID (*dc, xml);
|
||||
|
||||
forEachXmlChildElement (*xml, e)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue