1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
<?xml version="1.0" encoding="utf-8"?><!DOCTYPE vymmap>
<vymmap version="1.4.0" author="Uwe (inventor of vym)" title="" comment="Manually created map to test very old maps with notes" date="2023-04-11" backgroundColor="#ffffff" defaultFont="Sans Serif,16,-1,0,50,0,0,0,0,0" selectionColor="#ffff00" linkStyle="StylePolyLine" linkColor="#0000ff" defXLinkColor="#e6e6e6" defXLinkWidth="1" defXLinkPenStyle="Qt::DashLine" defXLinkStyleBegin="HeadFull" defXLinkStyleEnd="HeadFull" mapZoomFactor="1" mapRotationAngle="0" linkColorHint="HeadingColor">
<mapcenter absPosX="27" absPosY="245" hideLink="false" uuid="{e5e8967d-ed26-47e2-942d-e1ae6db1c6d0}"><heading textMode="plainText" fonthint="undef" textColor="#000000">Legacy notes</heading>
<frame frameType="Rectangle" penColor="#000000" brushColor="#ffffff" padding="0" borderWidth="1" />
<branch relPosX="150" relPosY="-150" hideLink="false" uuid="{0b38c4e5-e0df-4fb6-8195-810789d4c6c4}">
<heading textMode="plainText" fonthint="undef" textColor="#aa0000" text="Legacy <note> pre 1.4.6" />
<branch uuid="{0b38c4e5-e0df-4fb6-8195-810789d4c6c4}">
<heading textMode="plainText" fonthint="undef" textColor="#aa0000" text="plaintext <note> in external file" />
<note href="file:external-note-plaintext.txt" />
</branch>
<branch uuid="{ab33a7c8-a33d-4a28-80bd-9ef07935356a}">
<heading textMode="plainText" fonthint="undef" textColor="#005500" text="plaintext <note> in characters" />
<note>PlainText note in characters</note>
</branch>
<branch uuid="{0b38c4e5-e0df-4fb6-8195-810789d4c654}">
<heading textMode="plainText" fonthint="undef" textColor="#aa0000" text="RichText <note> in external file" />
<note href="file:external-note-richtext.html" />
</branch>
<branch uuid="{ab33a7c8-a33d-4a28-80bd-9ef07935355a}">
<heading textMode="plainText" fonthint="undef" textColor="#005500" text="RichText <note> in characters" />
<note>
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Noto Sans'; font-size:10pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans Mono'; font-size:12pt; color:#00aa7f;">Rich</span><span style=" font-family:'DejaVu Sans Mono'; font-size:12pt; color:#ff0000;">Text note in characters</span></p></body></html>
</note>
</branch>
</branch>
<branch relPosX="150" relPosY="150" hideLink="false" uuid="{0b38c4e5-e0df-4fb6-8195-810789d4c002}">
<heading textMode="plainText" fonthint="undef" textColor="#aa0000" text="Legacy <htmlnote>" />
<branch>
<heading textMode="plainText" fonthint="undef" textColor="#005500" text="PlainText <htmlnote> in characters" />
<htmlnote fonthint="var">PlainText note in characters</htmlnote>
</branch>
<branch>
<heading textMode="plainText" fonthint="undef" textColor="#005500" text="RichText <htmlnote> in characters" />
<htmlnote fonthint="var">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Noto Sans'; font-size:10pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'DejaVu Sans Mono'; font-size:12pt; color:#00aa7f;">Rich</span><span style=" font-family:'DejaVu Sans Mono'; font-size:12pt; color:#ff0000;">Text note in characters</span></p></body></html>
</htmlnote>
</branch>
</branch>
</mapcenter>
<select>mc:0,bo:0</select>
</vymmap>
|