save
This commit is contained in:
parent
44248e77eb
commit
b8a5dbdbc5
10 changed files with 3962 additions and 607 deletions
|
|
@ -146,6 +146,7 @@ func toShape(obj *d2graph.Object, g *d2graph.Graph) d2target.Shape {
|
|||
shape.Pos = d2target.NewPoint(int(obj.TopLeft.X), int(obj.TopLeft.Y))
|
||||
shape.Width = int(obj.Width)
|
||||
shape.Height = int(obj.Height)
|
||||
shape.Language = obj.Language
|
||||
|
||||
text := obj.Text()
|
||||
shape.Bold = text.IsBold
|
||||
|
|
@ -167,9 +168,6 @@ func toShape(obj *d2graph.Object, g *d2graph.Graph) d2target.Shape {
|
|||
applyStyles(shape, obj)
|
||||
|
||||
switch strings.ToLower(obj.Shape.Value) {
|
||||
case d2target.ShapeCode, d2target.ShapeText:
|
||||
shape.Language = obj.Language
|
||||
shape.Label = obj.Label.Value
|
||||
case d2target.ShapeClass:
|
||||
shape.Class = *obj.Class
|
||||
// The label is the header for classes and tables, which is set in client to be 4 px larger than the object's set font size
|
||||
|
|
@ -181,10 +179,6 @@ func toShape(obj *d2graph.Object, g *d2graph.Graph) d2target.Shape {
|
|||
if obj.ContentAspectRatio != nil {
|
||||
shape.ContentAspectRatio = go2.Pointer(*obj.ContentAspectRatio)
|
||||
}
|
||||
case d2target.ShapePage:
|
||||
if obj.IsSequenceDiagramNote() {
|
||||
shape.Language = obj.Language
|
||||
}
|
||||
}
|
||||
shape.Label = text.Text
|
||||
shape.LabelWidth = text.Dimensions.Width
|
||||
|
|
|
|||
|
|
@ -583,7 +583,8 @@ func (obj *Object) GetFill() string {
|
|||
|
||||
func (obj *Object) GetStroke(dashGapSize interface{}) string {
|
||||
shape := obj.Shape.Value
|
||||
if obj.Language != "" {
|
||||
if strings.EqualFold(shape, d2target.ShapeCode) ||
|
||||
strings.EqualFold(shape, d2target.ShapeText) {
|
||||
return color.N1
|
||||
}
|
||||
if strings.EqualFold(shape, d2target.ShapeClass) ||
|
||||
|
|
@ -945,7 +946,9 @@ func (obj *Object) GetLabelSize(mtexts []*d2target.MText, ruler *textmeasure.Rul
|
|||
|
||||
var dims *d2target.TextDimensions
|
||||
switch shapeType {
|
||||
case d2target.ShapeText:
|
||||
case d2target.ShapeClass:
|
||||
dims = GetTextDimensions(mtexts, ruler, obj.Text(), go2.Pointer(d2fonts.SourceCodePro))
|
||||
default:
|
||||
if obj.Language == "latex" {
|
||||
width, height, err := d2latex.Measure(obj.Text().Text)
|
||||
if err != nil {
|
||||
|
|
@ -961,12 +964,6 @@ func (obj *Object) GetLabelSize(mtexts []*d2target.MText, ruler *textmeasure.Rul
|
|||
} else {
|
||||
dims = GetTextDimensions(mtexts, ruler, obj.Text(), fontFamily)
|
||||
}
|
||||
|
||||
case d2target.ShapeClass:
|
||||
dims = GetTextDimensions(mtexts, ruler, obj.Text(), go2.Pointer(d2fonts.SourceCodePro))
|
||||
|
||||
default:
|
||||
dims = GetTextDimensions(mtexts, ruler, obj.Text(), fontFamily)
|
||||
}
|
||||
|
||||
if shapeType == d2target.ShapeSQLTable && obj.Label.Value == "" {
|
||||
|
|
|
|||
746
e2etests/testdata/txtar/md-label/dagre/board.exp.json
generated
vendored
Normal file
746
e2etests/testdata/txtar/md-label/dagre/board.exp.json
generated
vendored
Normal file
|
|
@ -0,0 +1,746 @@
|
|||
{
|
||||
"name": "",
|
||||
"isFolderOnly": false,
|
||||
"fontFamily": "SourceSansPro",
|
||||
"shapes": [
|
||||
{
|
||||
"id": "rectangle",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 0,
|
||||
"y": 68
|
||||
},
|
||||
"width": 116,
|
||||
"height": 176,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "B6",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "# hello\n\n- world\n\nblah blah",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "markdown",
|
||||
"color": "N1",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 71,
|
||||
"labelHeight": 131,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "square",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 176,
|
||||
"y": 68
|
||||
},
|
||||
"width": 176,
|
||||
"height": 176,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "B6",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "# hello\n\n- world\n\nblah blah",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "markdown",
|
||||
"color": "N1",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 71,
|
||||
"labelHeight": 131,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "page",
|
||||
"type": "page",
|
||||
"pos": {
|
||||
"x": 412,
|
||||
"y": 58
|
||||
},
|
||||
"width": 116,
|
||||
"height": 197,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "AB4",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "# hello\n\n- world\n\nblah blah",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "markdown",
|
||||
"color": "N1",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 71,
|
||||
"labelHeight": 131,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "parallelogram",
|
||||
"type": "parallelogram",
|
||||
"pos": {
|
||||
"x": 588,
|
||||
"y": 68
|
||||
},
|
||||
"width": 168,
|
||||
"height": 176,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "N5",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "# hello\n\n- world\n\nblah blah",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "markdown",
|
||||
"color": "N1",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 71,
|
||||
"labelHeight": 131,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "document",
|
||||
"type": "document",
|
||||
"pos": {
|
||||
"x": 816,
|
||||
"y": 44
|
||||
},
|
||||
"width": 116,
|
||||
"height": 224,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "AB4",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "# hello\n\n- world\n\nblah blah",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "markdown",
|
||||
"color": "N1",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 71,
|
||||
"labelHeight": 131,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "cylinder",
|
||||
"type": "cylinder",
|
||||
"pos": {
|
||||
"x": 992,
|
||||
"y": 42
|
||||
},
|
||||
"width": 116,
|
||||
"height": 228,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "AA4",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "# hello\n\n- world\n\nblah blah",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "markdown",
|
||||
"color": "N1",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 71,
|
||||
"labelHeight": 131,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "queue",
|
||||
"type": "queue",
|
||||
"pos": {
|
||||
"x": 1168,
|
||||
"y": 68
|
||||
},
|
||||
"width": 168,
|
||||
"height": 176,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "N5",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "# hello\n\n- world\n\nblah blah",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "markdown",
|
||||
"color": "N1",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 71,
|
||||
"labelHeight": 131,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "package",
|
||||
"type": "package",
|
||||
"pos": {
|
||||
"x": 1396,
|
||||
"y": 51
|
||||
},
|
||||
"width": 116,
|
||||
"height": 210,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "AA4",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "# hello\n\n- world\n\nblah blah",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "markdown",
|
||||
"color": "N1",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 71,
|
||||
"labelHeight": 131,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "step",
|
||||
"type": "step",
|
||||
"pos": {
|
||||
"x": 1572,
|
||||
"y": 51
|
||||
},
|
||||
"width": 156,
|
||||
"height": 211,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "AB4",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "# hello\n\n- world\n\nblah blah",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "markdown",
|
||||
"color": "N1",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 71,
|
||||
"labelHeight": 131,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "callout",
|
||||
"type": "callout",
|
||||
"pos": {
|
||||
"x": 1788,
|
||||
"y": 56
|
||||
},
|
||||
"width": 116,
|
||||
"height": 201,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "N7",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "# hello\n\n- world\n\nblah blah",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "markdown",
|
||||
"color": "N1",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 71,
|
||||
"labelHeight": 131,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "stored_data",
|
||||
"type": "stored_data",
|
||||
"pos": {
|
||||
"x": 1964,
|
||||
"y": 68
|
||||
},
|
||||
"width": 136,
|
||||
"height": 176,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "AA4",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "# hello\n\n- world\n\nblah blah",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "markdown",
|
||||
"color": "N1",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 71,
|
||||
"labelHeight": 131,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "person",
|
||||
"type": "person",
|
||||
"pos": {
|
||||
"x": 2160,
|
||||
"y": 68
|
||||
},
|
||||
"width": 117,
|
||||
"height": 176,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "B3",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "# hello\n\n- world\n\nblah blah",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "markdown",
|
||||
"color": "N1",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 71,
|
||||
"labelHeight": 131,
|
||||
"labelPosition": "OUTSIDE_BOTTOM_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "diamond",
|
||||
"type": "diamond",
|
||||
"pos": {
|
||||
"x": 2337,
|
||||
"y": 0
|
||||
},
|
||||
"width": 172,
|
||||
"height": 312,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "N4",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "# hello\n\n- world\n\nblah blah",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "markdown",
|
||||
"color": "N1",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 71,
|
||||
"labelHeight": 131,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "oval",
|
||||
"type": "oval",
|
||||
"pos": {
|
||||
"x": 2569,
|
||||
"y": 35
|
||||
},
|
||||
"width": 136,
|
||||
"height": 242,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "B6",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "# hello\n\n- world\n\nblah blah",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "markdown",
|
||||
"color": "N1",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 71,
|
||||
"labelHeight": 131,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "circle",
|
||||
"type": "oval",
|
||||
"pos": {
|
||||
"x": 2765,
|
||||
"y": 40
|
||||
},
|
||||
"width": 233,
|
||||
"height": 233,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "B6",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "# hello\n\n- world\n\nblah blah",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "markdown",
|
||||
"color": "N1",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 71,
|
||||
"labelHeight": 131,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "hexagon",
|
||||
"type": "hexagon",
|
||||
"pos": {
|
||||
"x": 3058,
|
||||
"y": 39
|
||||
},
|
||||
"width": 144,
|
||||
"height": 234,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "N5",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "# hello\n\n- world\n\nblah blah",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "markdown",
|
||||
"color": "N1",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 71,
|
||||
"labelHeight": 131,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "cloud",
|
||||
"type": "cloud",
|
||||
"pos": {
|
||||
"x": 3262,
|
||||
"y": 61
|
||||
},
|
||||
"width": 212,
|
||||
"height": 191,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "N7",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"contentAspectRatio": 0.3741391678622669,
|
||||
"label": "# hello\n\n- world\n\nblah blah",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "markdown",
|
||||
"color": "N1",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 71,
|
||||
"labelHeight": 131,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
}
|
||||
],
|
||||
"connections": [],
|
||||
"root": {
|
||||
"id": "",
|
||||
"type": "",
|
||||
"pos": {
|
||||
"x": 0,
|
||||
"y": 0
|
||||
},
|
||||
"width": 0,
|
||||
"height": 0,
|
||||
"opacity": 0,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 0,
|
||||
"borderRadius": 0,
|
||||
"fill": "N7",
|
||||
"stroke": "",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "",
|
||||
"fontSize": 0,
|
||||
"fontFamily": "",
|
||||
"language": "",
|
||||
"color": "",
|
||||
"italic": false,
|
||||
"bold": false,
|
||||
"underline": false,
|
||||
"labelWidth": 0,
|
||||
"labelHeight": 0,
|
||||
"zIndex": 0,
|
||||
"level": 0
|
||||
}
|
||||
}
|
||||
936
e2etests/testdata/txtar/md-label/dagre/sketch.exp.svg
vendored
Normal file
936
e2etests/testdata/txtar/md-label/dagre/sketch.exp.svg
vendored
Normal file
|
|
@ -0,0 +1,936 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" d2Version="v0.6.6-HEAD" preserveAspectRatio="xMinYMin meet" viewBox="0 0 3476 381"><svg id="d2-svg" class="d2-2895490749" width="3476" height="381" viewBox="-1 -1 3476 381"><rect x="-1.000000" y="-1.000000" width="3476.000000" height="381.000000" rx="0.000000" class=" fill-N7" stroke-width="0" /><style type="text/css"><![CDATA[
|
||||
.d2-2895490749 .text {
|
||||
font-family: "d2-2895490749-font-regular";
|
||||
}
|
||||
@font-face {
|
||||
font-family: d2-2895490749-font-regular;
|
||||
src: url("data:application/font-woff;base64,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");
|
||||
}
|
||||
@font-face {
|
||||
font-family: d2-2895490749-font-semibold;
|
||||
src: url("data:application/font-woff;base64,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");
|
||||
}]]></style><style type="text/css"><![CDATA[.shape {
|
||||
shape-rendering: geometricPrecision;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
.connection {
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
.blend {
|
||||
mix-blend-mode: multiply;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.d2-2895490749 .fill-N1{fill:#0A0F25;}
|
||||
.d2-2895490749 .fill-N2{fill:#676C7E;}
|
||||
.d2-2895490749 .fill-N3{fill:#9499AB;}
|
||||
.d2-2895490749 .fill-N4{fill:#CFD2DD;}
|
||||
.d2-2895490749 .fill-N5{fill:#DEE1EB;}
|
||||
.d2-2895490749 .fill-N6{fill:#EEF1F8;}
|
||||
.d2-2895490749 .fill-N7{fill:#FFFFFF;}
|
||||
.d2-2895490749 .fill-B1{fill:#0D32B2;}
|
||||
.d2-2895490749 .fill-B2{fill:#0D32B2;}
|
||||
.d2-2895490749 .fill-B3{fill:#E3E9FD;}
|
||||
.d2-2895490749 .fill-B4{fill:#E3E9FD;}
|
||||
.d2-2895490749 .fill-B5{fill:#EDF0FD;}
|
||||
.d2-2895490749 .fill-B6{fill:#F7F8FE;}
|
||||
.d2-2895490749 .fill-AA2{fill:#4A6FF3;}
|
||||
.d2-2895490749 .fill-AA4{fill:#EDF0FD;}
|
||||
.d2-2895490749 .fill-AA5{fill:#F7F8FE;}
|
||||
.d2-2895490749 .fill-AB4{fill:#EDF0FD;}
|
||||
.d2-2895490749 .fill-AB5{fill:#F7F8FE;}
|
||||
.d2-2895490749 .stroke-N1{stroke:#0A0F25;}
|
||||
.d2-2895490749 .stroke-N2{stroke:#676C7E;}
|
||||
.d2-2895490749 .stroke-N3{stroke:#9499AB;}
|
||||
.d2-2895490749 .stroke-N4{stroke:#CFD2DD;}
|
||||
.d2-2895490749 .stroke-N5{stroke:#DEE1EB;}
|
||||
.d2-2895490749 .stroke-N6{stroke:#EEF1F8;}
|
||||
.d2-2895490749 .stroke-N7{stroke:#FFFFFF;}
|
||||
.d2-2895490749 .stroke-B1{stroke:#0D32B2;}
|
||||
.d2-2895490749 .stroke-B2{stroke:#0D32B2;}
|
||||
.d2-2895490749 .stroke-B3{stroke:#E3E9FD;}
|
||||
.d2-2895490749 .stroke-B4{stroke:#E3E9FD;}
|
||||
.d2-2895490749 .stroke-B5{stroke:#EDF0FD;}
|
||||
.d2-2895490749 .stroke-B6{stroke:#F7F8FE;}
|
||||
.d2-2895490749 .stroke-AA2{stroke:#4A6FF3;}
|
||||
.d2-2895490749 .stroke-AA4{stroke:#EDF0FD;}
|
||||
.d2-2895490749 .stroke-AA5{stroke:#F7F8FE;}
|
||||
.d2-2895490749 .stroke-AB4{stroke:#EDF0FD;}
|
||||
.d2-2895490749 .stroke-AB5{stroke:#F7F8FE;}
|
||||
.d2-2895490749 .background-color-N1{background-color:#0A0F25;}
|
||||
.d2-2895490749 .background-color-N2{background-color:#676C7E;}
|
||||
.d2-2895490749 .background-color-N3{background-color:#9499AB;}
|
||||
.d2-2895490749 .background-color-N4{background-color:#CFD2DD;}
|
||||
.d2-2895490749 .background-color-N5{background-color:#DEE1EB;}
|
||||
.d2-2895490749 .background-color-N6{background-color:#EEF1F8;}
|
||||
.d2-2895490749 .background-color-N7{background-color:#FFFFFF;}
|
||||
.d2-2895490749 .background-color-B1{background-color:#0D32B2;}
|
||||
.d2-2895490749 .background-color-B2{background-color:#0D32B2;}
|
||||
.d2-2895490749 .background-color-B3{background-color:#E3E9FD;}
|
||||
.d2-2895490749 .background-color-B4{background-color:#E3E9FD;}
|
||||
.d2-2895490749 .background-color-B5{background-color:#EDF0FD;}
|
||||
.d2-2895490749 .background-color-B6{background-color:#F7F8FE;}
|
||||
.d2-2895490749 .background-color-AA2{background-color:#4A6FF3;}
|
||||
.d2-2895490749 .background-color-AA4{background-color:#EDF0FD;}
|
||||
.d2-2895490749 .background-color-AA5{background-color:#F7F8FE;}
|
||||
.d2-2895490749 .background-color-AB4{background-color:#EDF0FD;}
|
||||
.d2-2895490749 .background-color-AB5{background-color:#F7F8FE;}
|
||||
.d2-2895490749 .color-N1{color:#0A0F25;}
|
||||
.d2-2895490749 .color-N2{color:#676C7E;}
|
||||
.d2-2895490749 .color-N3{color:#9499AB;}
|
||||
.d2-2895490749 .color-N4{color:#CFD2DD;}
|
||||
.d2-2895490749 .color-N5{color:#DEE1EB;}
|
||||
.d2-2895490749 .color-N6{color:#EEF1F8;}
|
||||
.d2-2895490749 .color-N7{color:#FFFFFF;}
|
||||
.d2-2895490749 .color-B1{color:#0D32B2;}
|
||||
.d2-2895490749 .color-B2{color:#0D32B2;}
|
||||
.d2-2895490749 .color-B3{color:#E3E9FD;}
|
||||
.d2-2895490749 .color-B4{color:#E3E9FD;}
|
||||
.d2-2895490749 .color-B5{color:#EDF0FD;}
|
||||
.d2-2895490749 .color-B6{color:#F7F8FE;}
|
||||
.d2-2895490749 .color-AA2{color:#4A6FF3;}
|
||||
.d2-2895490749 .color-AA4{color:#EDF0FD;}
|
||||
.d2-2895490749 .color-AA5{color:#F7F8FE;}
|
||||
.d2-2895490749 .color-AB4{color:#EDF0FD;}
|
||||
.d2-2895490749 .color-AB5{color:#F7F8FE;}.appendix text.text{fill:#0A0F25}.md{--color-fg-default:#0A0F25;--color-fg-muted:#676C7E;--color-fg-subtle:#9499AB;--color-canvas-default:#FFFFFF;--color-canvas-subtle:#EEF1F8;--color-border-default:#0D32B2;--color-border-muted:#0D32B2;--color-neutral-muted:#EEF1F8;--color-accent-fg:#0D32B2;--color-accent-emphasis:#0D32B2;--color-attention-subtle:#676C7E;--color-danger-fg:red;}.sketch-overlay-B1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B2{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B3{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-AA4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-N2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-N3{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N4{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N7{fill:url(#streaks-bright);mix-blend-mode:darken}.light-code{display: block}.dark-code{display: none}]]></style><style type="text/css">.d2-2895490749 .md em,
|
||||
.d2-2895490749 .md dfn {
|
||||
font-family: "d2-2895490749-font-italic";
|
||||
}
|
||||
|
||||
.d2-2895490749 .md b,
|
||||
.d2-2895490749 .md strong {
|
||||
font-family: "d2-2895490749-font-bold";
|
||||
}
|
||||
|
||||
.d2-2895490749 .md code,
|
||||
.d2-2895490749 .md kbd,
|
||||
.d2-2895490749 .md pre,
|
||||
.d2-2895490749 .md samp {
|
||||
font-family: "d2-2895490749-font-mono";
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md {
|
||||
tab-size: 4;
|
||||
}
|
||||
|
||||
/* variables are provided in d2renderers/d2svg/d2svg.go */
|
||||
|
||||
.d2-2895490749 .md {
|
||||
-ms-text-size-adjust: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
margin: 0;
|
||||
color: var(--color-fg-default);
|
||||
background-color: transparent; /* we don't want to define the background color */
|
||||
font-family: "d2-2895490749-font-regular";
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md details,
|
||||
.d2-2895490749 .md figcaption,
|
||||
.d2-2895490749 .md figure {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md summary {
|
||||
display: list-item;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md [hidden] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md a {
|
||||
background-color: transparent;
|
||||
color: var(--color-accent-fg);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md a:active,
|
||||
.d2-2895490749 .md a:hover {
|
||||
outline-width: 0;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md abbr[title] {
|
||||
border-bottom: none;
|
||||
text-decoration: underline dotted;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md dfn {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md h1 {
|
||||
margin: 0.67em 0;
|
||||
padding-bottom: 0.3em;
|
||||
font-size: 2em;
|
||||
border-bottom: 1px solid var(--color-border-muted);
|
||||
}
|
||||
|
||||
.d2-2895490749 .md mark {
|
||||
background-color: var(--color-attention-subtle);
|
||||
color: var(--color-text-primary);
|
||||
}
|
||||
|
||||
.d2-2895490749 .md small {
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md sub,
|
||||
.d2-2895490749 .md sup {
|
||||
font-size: 75%;
|
||||
line-height: 0;
|
||||
position: relative;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md sub {
|
||||
bottom: -0.25em;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md sup {
|
||||
top: -0.5em;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md img {
|
||||
border-style: none;
|
||||
max-width: 100%;
|
||||
box-sizing: content-box;
|
||||
background-color: var(--color-canvas-default);
|
||||
}
|
||||
|
||||
.d2-2895490749 .md figure {
|
||||
margin: 1em 40px;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md hr {
|
||||
box-sizing: content-box;
|
||||
overflow: hidden;
|
||||
background: transparent;
|
||||
border-bottom: 1px solid var(--color-border-muted);
|
||||
height: 0.25em;
|
||||
padding: 0;
|
||||
margin: 24px 0;
|
||||
background-color: var(--color-border-default);
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md input {
|
||||
font: inherit;
|
||||
margin: 0;
|
||||
overflow: visible;
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md [type="button"],
|
||||
.d2-2895490749 .md [type="reset"],
|
||||
.d2-2895490749 .md [type="submit"] {
|
||||
-webkit-appearance: button;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md [type="button"]::-moz-focus-inner,
|
||||
.d2-2895490749 .md [type="reset"]::-moz-focus-inner,
|
||||
.d2-2895490749 .md [type="submit"]::-moz-focus-inner {
|
||||
border-style: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md [type="button"]:-moz-focusring,
|
||||
.d2-2895490749 .md [type="reset"]:-moz-focusring,
|
||||
.d2-2895490749 .md [type="submit"]:-moz-focusring {
|
||||
outline: 1px dotted ButtonText;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md [type="checkbox"],
|
||||
.d2-2895490749 .md [type="radio"] {
|
||||
box-sizing: border-box;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md [type="number"]::-webkit-inner-spin-button,
|
||||
.d2-2895490749 .md [type="number"]::-webkit-outer-spin-button {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md [type="search"] {
|
||||
-webkit-appearance: textfield;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md [type="search"]::-webkit-search-cancel-button,
|
||||
.d2-2895490749 .md [type="search"]::-webkit-search-decoration {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md ::-webkit-input-placeholder {
|
||||
color: inherit;
|
||||
opacity: 0.54;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md ::-webkit-file-upload-button {
|
||||
-webkit-appearance: button;
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md hr::before {
|
||||
display: table;
|
||||
content: "";
|
||||
}
|
||||
|
||||
.d2-2895490749 .md hr::after {
|
||||
display: table;
|
||||
clear: both;
|
||||
content: "";
|
||||
}
|
||||
|
||||
.d2-2895490749 .md table {
|
||||
border-spacing: 0;
|
||||
border-collapse: collapse;
|
||||
display: block;
|
||||
width: max-content;
|
||||
max-width: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md td,
|
||||
.d2-2895490749 .md th {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md details summary {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md details:not([open]) > *:not(summary) {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md kbd {
|
||||
display: inline-block;
|
||||
padding: 3px 5px;
|
||||
color: var(--color-fg-default);
|
||||
vertical-align: middle;
|
||||
background-color: var(--color-canvas-subtle);
|
||||
border: solid 1px var(--color-neutral-muted);
|
||||
border-bottom-color: var(--color-neutral-muted);
|
||||
border-radius: 6px;
|
||||
box-shadow: inset 0 -1px 0 var(--color-neutral-muted);
|
||||
}
|
||||
|
||||
.d2-2895490749 .md h1,
|
||||
.d2-2895490749 .md h2,
|
||||
.d2-2895490749 .md h3,
|
||||
.d2-2895490749 .md h4,
|
||||
.d2-2895490749 .md h5,
|
||||
.d2-2895490749 .md h6 {
|
||||
margin-top: 24px;
|
||||
margin-bottom: 16px;
|
||||
font-weight: 400;
|
||||
line-height: 1.25;
|
||||
font-family: "d2-2895490749-font-semibold";
|
||||
}
|
||||
|
||||
.d2-2895490749 .md h2 {
|
||||
padding-bottom: 0.3em;
|
||||
font-size: 1.5em;
|
||||
border-bottom: 1px solid var(--color-border-muted);
|
||||
}
|
||||
|
||||
.d2-2895490749 .md h3 {
|
||||
font-size: 1.25em;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md h4 {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md h5 {
|
||||
font-size: 0.875em;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md h6 {
|
||||
font-size: 0.85em;
|
||||
color: var(--color-fg-muted);
|
||||
}
|
||||
|
||||
.d2-2895490749 .md p {
|
||||
margin-top: 0;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md blockquote {
|
||||
margin: 0;
|
||||
padding: 0 1em;
|
||||
color: var(--color-fg-muted);
|
||||
border-left: 0.25em solid var(--color-border-default);
|
||||
}
|
||||
|
||||
.d2-2895490749 .md ul,
|
||||
.d2-2895490749 .md ol {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
padding-left: 2em;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md ol ol,
|
||||
.d2-2895490749 .md ul ol {
|
||||
list-style-type: lower-roman;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md ul ul ol,
|
||||
.d2-2895490749 .md ul ol ol,
|
||||
.d2-2895490749 .md ol ul ol,
|
||||
.d2-2895490749 .md ol ol ol {
|
||||
list-style-type: lower-alpha;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md dd {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md pre {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
word-wrap: normal;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md ::placeholder {
|
||||
color: var(--color-fg-subtle);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md input::-webkit-outer-spin-button,
|
||||
.d2-2895490749 .md input::-webkit-inner-spin-button {
|
||||
margin: 0;
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md::before {
|
||||
display: table;
|
||||
content: "";
|
||||
}
|
||||
|
||||
.d2-2895490749 .md::after {
|
||||
display: table;
|
||||
clear: both;
|
||||
content: "";
|
||||
}
|
||||
|
||||
.d2-2895490749 .md > *:first-child {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md > *:last-child {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md a:not([href]) {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md .absent {
|
||||
color: var(--color-danger-fg);
|
||||
}
|
||||
|
||||
.d2-2895490749 .md .anchor {
|
||||
float: left;
|
||||
padding-right: 4px;
|
||||
margin-left: -20px;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md .anchor:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md p,
|
||||
.d2-2895490749 .md blockquote,
|
||||
.d2-2895490749 .md ul,
|
||||
.d2-2895490749 .md ol,
|
||||
.d2-2895490749 .md dl,
|
||||
.d2-2895490749 .md table,
|
||||
.d2-2895490749 .md pre,
|
||||
.d2-2895490749 .md details {
|
||||
margin-top: 0;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md blockquote > :first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md blockquote > :last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md sup > a::before {
|
||||
content: "[";
|
||||
}
|
||||
|
||||
.d2-2895490749 .md sup > a::after {
|
||||
content: "]";
|
||||
}
|
||||
|
||||
.d2-2895490749 .md h1:hover .anchor,
|
||||
.d2-2895490749 .md h2:hover .anchor,
|
||||
.d2-2895490749 .md h3:hover .anchor,
|
||||
.d2-2895490749 .md h4:hover .anchor,
|
||||
.d2-2895490749 .md h5:hover .anchor,
|
||||
.d2-2895490749 .md h6:hover .anchor {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md h1 tt,
|
||||
.d2-2895490749 .md h1 code,
|
||||
.d2-2895490749 .md h2 tt,
|
||||
.d2-2895490749 .md h2 code,
|
||||
.d2-2895490749 .md h3 tt,
|
||||
.d2-2895490749 .md h3 code,
|
||||
.d2-2895490749 .md h4 tt,
|
||||
.d2-2895490749 .md h4 code,
|
||||
.d2-2895490749 .md h5 tt,
|
||||
.d2-2895490749 .md h5 code,
|
||||
.d2-2895490749 .md h6 tt,
|
||||
.d2-2895490749 .md h6 code {
|
||||
padding: 0 0.2em;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md ul.no-list,
|
||||
.d2-2895490749 .md ol.no-list {
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md ol[type="1"] {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md ol[type="a"] {
|
||||
list-style-type: lower-alpha;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md ol[type="i"] {
|
||||
list-style-type: lower-roman;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md div > ol:not([type]) {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md ul ul,
|
||||
.d2-2895490749 .md ul ol,
|
||||
.d2-2895490749 .md ol ol,
|
||||
.d2-2895490749 .md ol ul {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md li > p {
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md li + li {
|
||||
margin-top: 0.25em;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md dl {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md dl dt {
|
||||
padding: 0;
|
||||
margin-top: 16px;
|
||||
font-size: 1em;
|
||||
font-style: italic;
|
||||
font-family: "d2-2895490749-font-semibold";
|
||||
}
|
||||
|
||||
.d2-2895490749 .md dl dd {
|
||||
padding: 0 16px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md table th {
|
||||
font-family: "d2-2895490749-font-semibold";
|
||||
}
|
||||
|
||||
.d2-2895490749 .md table th,
|
||||
.d2-2895490749 .md table td {
|
||||
padding: 6px 13px;
|
||||
border: 1px solid var(--color-border-default);
|
||||
}
|
||||
|
||||
.d2-2895490749 .md table tr {
|
||||
background-color: var(--color-canvas-default);
|
||||
border-top: 1px solid var(--color-border-muted);
|
||||
}
|
||||
|
||||
.d2-2895490749 .md table tr:nth-child(2n) {
|
||||
background-color: var(--color-canvas-subtle);
|
||||
}
|
||||
|
||||
.d2-2895490749 .md table img {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md img[align="right"] {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md img[align="left"] {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md span.frame {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md span.frame > span {
|
||||
display: block;
|
||||
float: left;
|
||||
width: auto;
|
||||
padding: 7px;
|
||||
margin: 13px 0 0;
|
||||
overflow: hidden;
|
||||
border: 1px solid var(--color-border-default);
|
||||
}
|
||||
|
||||
.d2-2895490749 .md span.frame span img {
|
||||
display: block;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md span.frame span span {
|
||||
display: block;
|
||||
padding: 5px 0 0;
|
||||
clear: both;
|
||||
color: var(--color-fg-default);
|
||||
}
|
||||
|
||||
.d2-2895490749 .md span.align-center {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md span.align-center > span {
|
||||
display: block;
|
||||
margin: 13px auto 0;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md span.align-center span img {
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md span.align-right {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md span.align-right > span {
|
||||
display: block;
|
||||
margin: 13px 0 0;
|
||||
overflow: hidden;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md span.align-right span img {
|
||||
margin: 0;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md span.float-left {
|
||||
display: block;
|
||||
float: left;
|
||||
margin-right: 13px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md span.float-left span {
|
||||
margin: 13px 0 0;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md span.float-right {
|
||||
display: block;
|
||||
float: right;
|
||||
margin-left: 13px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md span.float-right > span {
|
||||
display: block;
|
||||
margin: 13px auto 0;
|
||||
overflow: hidden;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md code,
|
||||
.d2-2895490749 .md tt {
|
||||
padding: 0.2em 0.4em;
|
||||
margin: 0;
|
||||
font-size: 85%;
|
||||
background-color: var(--color-neutral-muted);
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md code br,
|
||||
.d2-2895490749 .md tt br {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md del code {
|
||||
text-decoration: inherit;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md pre code {
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md pre > code {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
word-break: normal;
|
||||
white-space: pre;
|
||||
background: transparent;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md .highlight {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md .highlight pre {
|
||||
margin-bottom: 0;
|
||||
word-break: normal;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md .highlight pre,
|
||||
.d2-2895490749 .md pre {
|
||||
padding: 16px;
|
||||
overflow: auto;
|
||||
font-size: 85%;
|
||||
line-height: 1.45;
|
||||
background-color: var(--color-canvas-subtle);
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md pre code,
|
||||
.d2-2895490749 .md pre tt {
|
||||
display: inline;
|
||||
max-width: auto;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
overflow: visible;
|
||||
line-height: inherit;
|
||||
word-wrap: normal;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md .csv-data td,
|
||||
.d2-2895490749 .md .csv-data th {
|
||||
padding: 5px;
|
||||
overflow: hidden;
|
||||
font-size: 12px;
|
||||
line-height: 1;
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md .csv-data .blob-num {
|
||||
padding: 10px 8px 9px;
|
||||
text-align: right;
|
||||
background: var(--color-canvas-default);
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md .csv-data tr {
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md .csv-data th {
|
||||
font-family: "d2-2895490749-font-semibold";
|
||||
background: var(--color-canvas-subtle);
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md .footnotes {
|
||||
font-size: 12px;
|
||||
color: var(--color-fg-muted);
|
||||
border-top: 1px solid var(--color-border-default);
|
||||
}
|
||||
|
||||
.d2-2895490749 .md .footnotes ol {
|
||||
padding-left: 16px;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md .footnotes li {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md .footnotes li:target::before {
|
||||
position: absolute;
|
||||
top: -8px;
|
||||
right: -8px;
|
||||
bottom: -8px;
|
||||
left: -24px;
|
||||
pointer-events: none;
|
||||
content: "";
|
||||
border: 2px solid var(--color-accent-emphasis);
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md .footnotes li:target {
|
||||
color: var(--color-fg-default);
|
||||
}
|
||||
|
||||
.d2-2895490749 .md .task-list-item {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md .task-list-item label {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md .task-list-item.enabled label {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md .task-list-item + .task-list-item {
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md .task-list-item .handle {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md .task-list-item-checkbox {
|
||||
margin: 0 0.2em 0.25em -1.6em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.d2-2895490749 .md .contains-task-list:dir(rtl) .task-list-item-checkbox {
|
||||
margin: 0 -1.6em 0.25em 0.2em;
|
||||
}
|
||||
</style><g id="rectangle"><g class="shape" ><rect x="0.000000" y="68.000000" width="116.000000" height="176.000000" class=" stroke-B1 fill-B6" style="stroke-width:2;" /></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="0.000000" y="68.000000" width="116" height="176"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:B6"><h1>hello</h1>
|
||||
<ul>
|
||||
<li>world</li>
|
||||
</ul>
|
||||
<p>blah blah</p>
|
||||
</div></foreignObject></g></g><g id="square"><g class="shape" ><rect x="176.000000" y="68.000000" width="176.000000" height="176.000000" class=" stroke-B1 fill-B6" style="stroke-width:2;" /></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="176.000000" y="68.000000" width="176" height="176"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:B6"><h1>hello</h1>
|
||||
<ul>
|
||||
<li>world</li>
|
||||
</ul>
|
||||
<p>blah blah</p>
|
||||
</div></foreignObject></g></g><g id="page"><g class="shape" ><path d="M 413 58 H 507 C 508 58 509 58 510 59 L 527 75 C 528 76 528 77 528 78 V 255 C 528 255 528 255 528 255 H 413 C 412 255 412 255 412 255 V 59 C 412 58 412 58 413 58 Z" class=" stroke-B1 fill-AB4" style="stroke-width:2;" /><path d="M 527 255 H 413 C 412 255 412 255 412 254 V 59 C 412 58 412 58 413 58 H 506 C 507 58 507 58 507 59 V 76 C 507 77 508 78 509 78 H 527 C 528 78 528 78 528 79 V 254 C 527 255 528 255 527 255 Z" class=" stroke-B1 fill-AB4" style="stroke-width:2;" /></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="412.000000" y="58.000000" width="116" height="197"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:AB4"><h1>hello</h1>
|
||||
<ul>
|
||||
<li>world</li>
|
||||
</ul>
|
||||
<p>blah blah</p>
|
||||
</div></foreignObject></g></g><g id="parallelogram"><g class="shape" ><path d="M 614 68 L 756 68 L 730 244 L 588 244 L 588 244 Z" class=" stroke-B1 fill-N5" style="stroke-width:2;" /></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="614.000000" y="68.000000" width="168" height="176"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:N5"><h1>hello</h1>
|
||||
<ul>
|
||||
<li>world</li>
|
||||
</ul>
|
||||
<p>blah blah</p>
|
||||
</div></foreignObject></g></g><g id="document"><g class="shape" ><path d="M 816 237 L 816 44 L 932 44 L 932 237 C 913 196 893 196 874 237 C 855 278 835 278 816 237 Z" class=" stroke-B1 fill-AB4" style="stroke-width:2;" /></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="816.000000" y="44.000000" width="116" height="224"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:AB4"><h1>hello</h1>
|
||||
<ul>
|
||||
<li>world</li>
|
||||
</ul>
|
||||
<p>blah blah</p>
|
||||
</div></foreignObject></g></g><g id="cylinder"><g class="shape" ><path d="M 992 66 C 992 42 1044 42 1050 42 C 1056 42 1108 42 1108 66 V 246 C 1108 270 1056 270 1050 270 C 1044 270 992 270 992 246 V 66 Z" class=" stroke-B1 fill-AA4" style="stroke-width:2;" /><path d="M 992 66 C 992 90 1044 90 1050 90 C 1056 90 1108 90 1108 66" class=" stroke-B1 fill-AA4" style="stroke-width:2;" /></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="992.000000" y="90.000000" width="116" height="228"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:AA4"><h1>hello</h1>
|
||||
<ul>
|
||||
<li>world</li>
|
||||
</ul>
|
||||
<p>blah blah</p>
|
||||
</div></foreignObject></g></g><g id="queue"><g class="shape" ><path d="M 1192 68 H 1312 C 1336 68 1336 147 1336 156 C 1336 165 1336 244 1312 244 H 1192 C 1168 244 1168 165 1168 156 C 1168 147 1168 68 1192 68 Z" class=" stroke-B1 fill-N5" style="stroke-width:2;" /><path d="M 1312 68 C 1288 68 1288 147 1288 156 C 1288 165 1288 244 1312 244" class=" stroke-B1 fill-N5" style="stroke-width:2;" /></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="1192.000000" y="68.000000" width="168" height="176"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:N5"><h1>hello</h1>
|
||||
<ul>
|
||||
<li>world</li>
|
||||
</ul>
|
||||
<p>blah blah</p>
|
||||
</div></foreignObject></g></g><g id="package"><g class="shape" ><path d="M 1396 51 L 1454 51 L 1454 93 L 1512 93 L 1512 261 L 1396 261 Z" class=" stroke-B1 fill-AA4" style="stroke-width:2;" /></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="1396.000000" y="93.000000" width="116" height="210"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:AA4"><h1>hello</h1>
|
||||
<ul>
|
||||
<li>world</li>
|
||||
</ul>
|
||||
<p>blah blah</p>
|
||||
</div></foreignObject></g></g><g id="step"><g class="shape" ><path d="M 1572 51 L 1693 51 L 1728 157 L 1693 262 L 1572 262 L 1607 157 Z" class=" stroke-B1 fill-AB4" style="stroke-width:2;" /></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="1607.000000" y="51.000000" width="156" height="211"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:AB4"><h1>hello</h1>
|
||||
<ul>
|
||||
<li>world</li>
|
||||
</ul>
|
||||
<p>blah blah</p>
|
||||
</div></foreignObject></g></g><g id="callout"><g class="shape" ><path d="M 1788 56 V 212 H 1846 V 257 L 1876 212 H 1904 V 56 H 1788 Z" class=" stroke-B1 fill-N7" style="stroke-width:2;" /></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="1788.000000" y="56.000000" width="116" height="201"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:N7"><h1>hello</h1>
|
||||
<ul>
|
||||
<li>world</li>
|
||||
</ul>
|
||||
<p>blah blah</p>
|
||||
</div></foreignObject></g></g><g id="stored_data"><g class="shape" ><path d="M 1979 68 H 2100 C 2096 68 2085 116 2085 156 C 2085 196 2096 244 2100 244 H 1979 C 1975 244 1964 196 1964 156 C 1964 116 1975 68 1979 68 Z" class=" stroke-B1 fill-AA4" style="stroke-width:2;" /></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="1979.000000" y="68.000000" width="136" height="176"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:AA4"><h1>hello</h1>
|
||||
<ul>
|
||||
<li>world</li>
|
||||
</ul>
|
||||
<p>blah blah</p>
|
||||
</div></foreignObject></g></g><g id="person"><g class="shape" ><path d="M 2277 244 H 2160 V 241 C 2160 211 2173 184 2193 171 C 2182 161 2175 144 2175 125 C 2175 94 2195 68 2218 68 C 2242 68 2261 94 2261 125 C 2261 144 2254 160 2243 171 C 2263 184 2276 211 2276 241 V 243 H 2277 Z" class=" stroke-B1 fill-B3" style="stroke-width:2;" /></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="2160.000000" y="68.000000" width="117" height="176"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:B3"><h1>hello</h1>
|
||||
<ul>
|
||||
<li>world</li>
|
||||
</ul>
|
||||
<p>blah blah</p>
|
||||
</div></foreignObject></g></g><g id="diamond"><g class="shape" ><path d="M 2423 312 C 2422 312 2422 312 2421 311 L 2338 159 C 2337 157 2337 155 2338 153 L 2421 1 C 2422 -1 2423 -1 2424 1 L 2508 153 C 2509 155 2509 157 2508 159 L 2425 311 C 2424 312 2424 312 2423 312 Z" class=" stroke-B1 fill-N4" style="stroke-width:2;" /></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="2380.000000" y="78.000000" width="172" height="312"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:N4"><h1>hello</h1>
|
||||
<ul>
|
||||
<li>world</li>
|
||||
</ul>
|
||||
<p>blah blah</p>
|
||||
</div></foreignObject></g></g><g id="oval"><g class="shape" ><ellipse rx="68.000000" ry="121.000000" cx="2637.000000" cy="156.000000" class="shape stroke-B1 fill-B6" style="stroke-width:2;" /></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="2589.000000" y="71.000000" width="136" height="242"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:B6"><h1>hello</h1>
|
||||
<ul>
|
||||
<li>world</li>
|
||||
</ul>
|
||||
<p>blah blah</p>
|
||||
</div></foreignObject></g></g><g id="circle"><g class="shape" ><ellipse rx="116.500000" ry="116.500000" cx="2881.500000" cy="156.500000" class="shape stroke-B1 fill-B6" style="stroke-width:2;" /></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="2800.000000" y="75.000000" width="233" height="233"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:B6"><h1>hello</h1>
|
||||
<ul>
|
||||
<li>world</li>
|
||||
</ul>
|
||||
<p>blah blah</p>
|
||||
</div></foreignObject></g></g><g id="hexagon"><g class="shape" ><path d="M 3094 39 L 3058 156 L 3094 273 L 3166 273 L 3202 156 L 3166 39 Z" class=" stroke-B1 fill-N5" style="stroke-width:2;" /></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="3082.000000" y="78.000000" width="144" height="234"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:N5"><h1>hello</h1>
|
||||
<ul>
|
||||
<li>world</li>
|
||||
</ul>
|
||||
<p>blah blah</p>
|
||||
</div></foreignObject></g></g><g id="cloud"><g class="shape" ><path d="M 3297 128 C 3297 130 3296 132 3294 132 C 3276 135 3262 160 3262 192 C 3262 225 3278 252 3298 252 H 3435 C 3457 252 3474 223 3474 188 C 3474 155 3458 127 3437 125 C 3436 125 3434 123 3434 121 C 3429 87 3408 62 3384 62 C 3368 62 3353 73 3344 89 C 3343 91 3341 92 3340 91 C 3336 89 3333 88 3328 88 C 3312 87 3298 105 3297 128 Z" class=" stroke-B1 fill-N7" style="stroke-width:2;" /></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="3311.000000" y="96.000000" width="212" height="191"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:N7"><h1>hello</h1>
|
||||
<ul>
|
||||
<li>world</li>
|
||||
</ul>
|
||||
<p>blah blah</p>
|
||||
</div></foreignObject></g></g><mask id="d2-2895490749" maskUnits="userSpaceOnUse" x="-1" y="-1" width="3476" height="381">
|
||||
<rect x="-1" y="-1" width="3476" height="381" fill="white"></rect>
|
||||
<rect x="22.500000" y="90.500000" width="71" height="131" fill="rgba(0,0,0,0.75)"></rect>
|
||||
<rect x="228.500000" y="90.500000" width="71" height="131" fill="rgba(0,0,0,0.75)"></rect>
|
||||
<rect x="434.500000" y="91.000000" width="71" height="131" fill="rgba(0,0,0,0.75)"></rect>
|
||||
<rect x="636.500000" y="90.500000" width="71" height="131" fill="rgba(0,0,0,0.75)"></rect>
|
||||
<rect x="838.500000" y="61.353369" width="71" height="131" fill="rgba(0,0,0,0.75)"></rect>
|
||||
<rect x="1014.500000" y="102.500000" width="71" height="131" fill="rgba(0,0,0,0.75)"></rect>
|
||||
<rect x="1204.500000" y="90.500000" width="71" height="131" fill="rgba(0,0,0,0.75)"></rect>
|
||||
<rect x="1418.500000" y="111.500000" width="71" height="131" fill="rgba(0,0,0,0.75)"></rect>
|
||||
<rect x="1614.500000" y="91.000000" width="71" height="131" fill="rgba(0,0,0,0.75)"></rect>
|
||||
<rect x="1810.500000" y="68.500000" width="71" height="131" fill="rgba(0,0,0,0.75)"></rect>
|
||||
<rect x="1996.500000" y="90.500000" width="71" height="131" fill="rgba(0,0,0,0.75)"></rect>
|
||||
<rect x="2183.000000" y="249.000000" width="71" height="131" fill="rgba(0,0,0,0.75)"></rect>
|
||||
<rect x="2387.500000" y="90.500000" width="71" height="131" fill="rgba(0,0,0,0.75)"></rect>
|
||||
<rect x="2601.500000" y="90.500000" width="71" height="131" fill="rgba(0,0,0,0.75)"></rect>
|
||||
<rect x="2846.000000" y="91.000000" width="71" height="131" fill="rgba(0,0,0,0.75)"></rect>
|
||||
<rect x="3094.500000" y="90.500000" width="71" height="131" fill="rgba(0,0,0,0.75)"></rect>
|
||||
<rect x="3333.694000" y="108.810000" width="71" height="131" fill="rgba(0,0,0,0.75)"></rect>
|
||||
</mask></svg></svg>
|
||||
|
After Width: | Height: | Size: 37 KiB |
746
e2etests/testdata/txtar/md-label/elk/board.exp.json
generated
vendored
Normal file
746
e2etests/testdata/txtar/md-label/elk/board.exp.json
generated
vendored
Normal file
|
|
@ -0,0 +1,746 @@
|
|||
{
|
||||
"name": "",
|
||||
"isFolderOnly": false,
|
||||
"fontFamily": "SourceSansPro",
|
||||
"shapes": [
|
||||
{
|
||||
"id": "rectangle",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 12,
|
||||
"y": 80
|
||||
},
|
||||
"width": 116,
|
||||
"height": 176,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "B6",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "# hello\n\n- world\n\nblah blah",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "markdown",
|
||||
"color": "N1",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 71,
|
||||
"labelHeight": 131,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "square",
|
||||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 148,
|
||||
"y": 80
|
||||
},
|
||||
"width": 176,
|
||||
"height": 176,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "B6",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "# hello\n\n- world\n\nblah blah",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "markdown",
|
||||
"color": "N1",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 71,
|
||||
"labelHeight": 131,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "page",
|
||||
"type": "page",
|
||||
"pos": {
|
||||
"x": 344,
|
||||
"y": 69
|
||||
},
|
||||
"width": 116,
|
||||
"height": 197,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "AB4",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "# hello\n\n- world\n\nblah blah",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "markdown",
|
||||
"color": "N1",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 71,
|
||||
"labelHeight": 131,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "parallelogram",
|
||||
"type": "parallelogram",
|
||||
"pos": {
|
||||
"x": 480,
|
||||
"y": 80
|
||||
},
|
||||
"width": 168,
|
||||
"height": 176,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "N5",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "# hello\n\n- world\n\nblah blah",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "markdown",
|
||||
"color": "N1",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 71,
|
||||
"labelHeight": 131,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "document",
|
||||
"type": "document",
|
||||
"pos": {
|
||||
"x": 668,
|
||||
"y": 56
|
||||
},
|
||||
"width": 116,
|
||||
"height": 224,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "AB4",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "# hello\n\n- world\n\nblah blah",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "markdown",
|
||||
"color": "N1",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 71,
|
||||
"labelHeight": 131,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "cylinder",
|
||||
"type": "cylinder",
|
||||
"pos": {
|
||||
"x": 804,
|
||||
"y": 54
|
||||
},
|
||||
"width": 116,
|
||||
"height": 228,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "AA4",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "# hello\n\n- world\n\nblah blah",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "markdown",
|
||||
"color": "N1",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 71,
|
||||
"labelHeight": 131,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "queue",
|
||||
"type": "queue",
|
||||
"pos": {
|
||||
"x": 940,
|
||||
"y": 80
|
||||
},
|
||||
"width": 168,
|
||||
"height": 176,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "N5",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "# hello\n\n- world\n\nblah blah",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "markdown",
|
||||
"color": "N1",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 71,
|
||||
"labelHeight": 131,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "package",
|
||||
"type": "package",
|
||||
"pos": {
|
||||
"x": 1128,
|
||||
"y": 63
|
||||
},
|
||||
"width": 116,
|
||||
"height": 210,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "AA4",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "# hello\n\n- world\n\nblah blah",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "markdown",
|
||||
"color": "N1",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 71,
|
||||
"labelHeight": 131,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "step",
|
||||
"type": "step",
|
||||
"pos": {
|
||||
"x": 1264,
|
||||
"y": 62
|
||||
},
|
||||
"width": 156,
|
||||
"height": 211,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "AB4",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "# hello\n\n- world\n\nblah blah",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "markdown",
|
||||
"color": "N1",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 71,
|
||||
"labelHeight": 131,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "callout",
|
||||
"type": "callout",
|
||||
"pos": {
|
||||
"x": 1440,
|
||||
"y": 67
|
||||
},
|
||||
"width": 116,
|
||||
"height": 201,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "N7",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "# hello\n\n- world\n\nblah blah",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "markdown",
|
||||
"color": "N1",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 71,
|
||||
"labelHeight": 131,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "stored_data",
|
||||
"type": "stored_data",
|
||||
"pos": {
|
||||
"x": 1576,
|
||||
"y": 80
|
||||
},
|
||||
"width": 136,
|
||||
"height": 176,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "AA4",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "# hello\n\n- world\n\nblah blah",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "markdown",
|
||||
"color": "N1",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 71,
|
||||
"labelHeight": 131,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "person",
|
||||
"type": "person",
|
||||
"pos": {
|
||||
"x": 1732,
|
||||
"y": 12
|
||||
},
|
||||
"width": 117,
|
||||
"height": 176,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "B3",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "# hello\n\n- world\n\nblah blah",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "markdown",
|
||||
"color": "N1",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 71,
|
||||
"labelHeight": 131,
|
||||
"labelPosition": "OUTSIDE_BOTTOM_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "diamond",
|
||||
"type": "diamond",
|
||||
"pos": {
|
||||
"x": 1869,
|
||||
"y": 12
|
||||
},
|
||||
"width": 172,
|
||||
"height": 312,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "N4",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "# hello\n\n- world\n\nblah blah",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "markdown",
|
||||
"color": "N1",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 71,
|
||||
"labelHeight": 131,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "oval",
|
||||
"type": "oval",
|
||||
"pos": {
|
||||
"x": 2061,
|
||||
"y": 47
|
||||
},
|
||||
"width": 136,
|
||||
"height": 242,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "B6",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "# hello\n\n- world\n\nblah blah",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "markdown",
|
||||
"color": "N1",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 71,
|
||||
"labelHeight": 131,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "circle",
|
||||
"type": "oval",
|
||||
"pos": {
|
||||
"x": 2217,
|
||||
"y": 51
|
||||
},
|
||||
"width": 233,
|
||||
"height": 233,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "B6",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "# hello\n\n- world\n\nblah blah",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "markdown",
|
||||
"color": "N1",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 71,
|
||||
"labelHeight": 131,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "hexagon",
|
||||
"type": "hexagon",
|
||||
"pos": {
|
||||
"x": 2470,
|
||||
"y": 51
|
||||
},
|
||||
"width": 144,
|
||||
"height": 234,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "N5",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "# hello\n\n- world\n\nblah blah",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "markdown",
|
||||
"color": "N1",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 71,
|
||||
"labelHeight": 131,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
"id": "cloud",
|
||||
"type": "cloud",
|
||||
"pos": {
|
||||
"x": 2634,
|
||||
"y": 72
|
||||
},
|
||||
"width": 212,
|
||||
"height": 191,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "N7",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"contentAspectRatio": 0.3741391678622669,
|
||||
"label": "# hello\n\n- world\n\nblah blah",
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "markdown",
|
||||
"color": "N1",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 71,
|
||||
"labelHeight": 131,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1
|
||||
}
|
||||
],
|
||||
"connections": [],
|
||||
"root": {
|
||||
"id": "",
|
||||
"type": "",
|
||||
"pos": {
|
||||
"x": 0,
|
||||
"y": 0
|
||||
},
|
||||
"width": 0,
|
||||
"height": 0,
|
||||
"opacity": 0,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 0,
|
||||
"borderRadius": 0,
|
||||
"fill": "N7",
|
||||
"stroke": "",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
"double-border": false,
|
||||
"tooltip": "",
|
||||
"link": "",
|
||||
"icon": null,
|
||||
"iconPosition": "",
|
||||
"blend": false,
|
||||
"fields": null,
|
||||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "",
|
||||
"fontSize": 0,
|
||||
"fontFamily": "",
|
||||
"language": "",
|
||||
"color": "",
|
||||
"italic": false,
|
||||
"bold": false,
|
||||
"underline": false,
|
||||
"labelWidth": 0,
|
||||
"labelHeight": 0,
|
||||
"zIndex": 0,
|
||||
"level": 0
|
||||
}
|
||||
}
|
||||
936
e2etests/testdata/txtar/md-label/elk/sketch.exp.svg
vendored
Normal file
936
e2etests/testdata/txtar/md-label/elk/sketch.exp.svg
vendored
Normal file
|
|
@ -0,0 +1,936 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" d2Version="v0.6.6-HEAD" preserveAspectRatio="xMinYMin meet" viewBox="0 0 2836 314"><svg id="d2-svg" class="d2-3949866754" width="2836" height="314" viewBox="11 11 2836 314"><rect x="11.000000" y="11.000000" width="2836.000000" height="314.000000" rx="0.000000" class=" fill-N7" stroke-width="0" /><style type="text/css"><![CDATA[
|
||||
.d2-3949866754 .text {
|
||||
font-family: "d2-3949866754-font-regular";
|
||||
}
|
||||
@font-face {
|
||||
font-family: d2-3949866754-font-regular;
|
||||
src: url("data:application/font-woff;base64,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");
|
||||
}
|
||||
@font-face {
|
||||
font-family: d2-3949866754-font-semibold;
|
||||
src: url("data:application/font-woff;base64,d09GRgABAAAAAAlYAAoAAAAADugAAguFAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAGAAAABgXqrWeWNtYXAAAAFUAAAAcQAAAI4CfwJEZ2x5ZgAAAcgAAANSAAAD8Bj/db9oZWFkAAAFHAAAADYAAAA2FnoA72hoZWEAAAVUAAAAJAAAACQKgQXNaG10eAAABXgAAAA0AAAANBjUAolsb2NhAAAFrAAAABwAAAAcBj4Him1heHAAAAXIAAAAIAAAACAAJQD2bmFtZQAABegAAANOAAAIcCYSZQ5wb3N0AAAJOAAAAB0AAAAg/9EAMgADAhoCWAAFAAACigJYAAAASwKKAlgAAAFeADIBJgAAAgsGAwMEAwICBGAAAvcAAAADAAAAAAAAAABBREJPAAAAIP//Au7/BgAAA9gBESAAAZ8AAAAAAesClAAAACAAA3icbMy/ykFxAIfxz3l/5z3+ncFkVmYXRZRBKYvdLRgkJW5MGV3FV8lg8Iyf4UGlqNCq7TEyVDTGJqbmllbWNrZ2CR+fWXx7HnnmnluuueScU445vK+/qrQG/hS1f42Orp4+LwAAAP//AQAA//8l6ByxAAAAeJxck09s21Qcx3/PcfOSki1xG9tJ0yZNXmrTTusfv9ovXXCW/gtNli5tl3Y0Lc0O1f5pdELuNoHEoZzGzhNIO3Hl0sMOlbhBcuGAhFZNHJDgAj0VcQqUA3WQ3QYQh5/t0/fjz/f3HnRBFYArc8/BA34IQg+IAFRICkNUVQlmlDEie5iKBFxFf9ovDjOj/NgYPzr+9cSHDx+iGzvc89MH1+5ub/+0tb5uf/rdK/sW+vwVAAdj7RZqohOIAgGQU4o+aTBFISkvVg2DapIoEJV4vapmMN3rFcPSV/nlZ58hVUvPJ0eG71zZ3Kj7+OQ1HJ/o377+ZmApX7kZUqf6w4t9ynt37B+NfqU2EN25QIeScXB4xXaL83MN6IE4QFdKJZgIVMRnrLAL0icVksKiJCFWyHu6NyxPojS0efutemViRstMZvpoID/JNQ5WYqmn71efXK2v3SitsCOp18m/1G6hY64BvZDo+DjRsqrTjgnTXUExLP2+uZO9pY9k+3mr7uNjCwE2HtWiY7NXAk8/WNrNDUQrL09zekypsyO5Z3WxUgXXYbjdQt+jE4g4jK6U0oFIYhgnJYlqBpO9Xg91PLwoNreTn747NVsb7bK/8V3PDrKYStZe/qBpl2YDprW8tJvL3ptPh6cXeoUFOY7Gp6avOhwERQD0K9eAsLPrf0oSiOAGY6Fo8YmyVlmw0sODEwmucVAfuHz7XftbNGRqibj9hZvRbsEfXAOCZ20IVAh3fvBLk1ohP49xsDsRKOW5udMDUUBojfeeO/6FTiAIsf87/rskp0PUY96fmblv5pxnzsjlDMM0Ha8VyzStlWXL3KoVS7VaqVjrOD1BJyC4TjJ1QmWsnAvVfXxfSSVi+IIUGsjL6PjmOO3e5vnLGfv1WScRAO41OoYkAPVQWZKcCMb+8+UhqqI4m8b4xce7Wd8bmMdBf/7etD/k43EAZx989MmU76KPxxd9GXTcJoV0+u1U230XSNsWj8i8qhbILy5vBA5RBCngAWA6FUd+O6w6V9G5Lehn7hnEnDNAGdHPhmJ3ROIOYQT3UkbeiSyuhpY3pHnxkTwnLq2HVrfkgvwoMvg49LhZ3ivv7+/vl/fKzWYTBfcA4G8AAAD//wEAAP//DbzZqwAAAAEAAAACC4XlGt3xXw889QADA+gAAAAA2F2gqwAAAADYXhEz/jj+zwhuA90AAAADAAIAAAAAAAAAAQAAA9j+7wAACJj+OP44CG4AAQAAAAAAAAAAAAAAAAAAAA0CoABUAMgAAAIEAC8CMwBJAjQAKwH7ACkCLgBJAQ8ASQIlACkBdQBJAuwAGAFCACoCAQAjAAAALAAsAGQAlADGAPoBHAE4AWQBhAG8AcgB+AABAAAADQCOAAwAZAAHAAEAAAAAAAAAAAAAAAAABAADeJyclEFvG0UcxX9rpzYVIioIRamEqjmC1K6TKKna5oJDGtUisoM3BXHcxGt7FXvX2l0nhI/BR+DGF+DMqR+BA0c+AAcOnNG8mcR1QJBGlZq3npk37//+b/7AWrBKnWDlPvAGPA7Y4I3HNVb5y+M63WDF45W39txjEPQ9bvA4+NnjJr8Ev3v8Htu1Hz2+z3rtV4/fZ6v2h8cf1E3deLzKduNzjx/wqFF5/CEPGj84HMCzhucMAtYbv3lc4+PGnx7XWWs2PF5hrfmJx/f4qLnlcYNHzX1+wrDFBptsYHhy/fUMQ5sBOSckGCIuKalImFJi6JBxSk7BTP/HWhtg+JQxFRUzXtCixYX+hcTXbKFOTmnxGY8xXJBSMcbQJ6EkoeDcsx2Qk1Fh6BIztVrMOhE5cwpOScxDwre/pTUmk8ojCnL9YnWnnJAzYaB7RsyZEFOwRcgG2+ywS5t99uixu8R5xej4nvyDz53rscdLvpb+klTKzRL7mJxK1WecY9jUWij3n7PLlJgzEu0akvCd6rEMO4Q8ZYcdnvP0nbQte5PKlxhDpa4NtNu6cIYhZ3jnvqeq1vbRnntNpq66tYjK73S3Zwxo6bxRrWN5ZsQ8V78LUu0O76TmiFjdNewTYnjlWW+fzIpLZiQcM/aeLZIYyaeKC/m2cHVCKpczZdjWPVelrrYrZyI6HGLoiT9bYj5cYrBv42aaNpUWW9NC2fK9ix6fE5Mq4ydMtLJ4abHubfOVcMULzA13Sk7VhRmV+lCKK5TPI1r0OODwhpL/92igv66/J8yvE+Kqs8mw77tNpO5G5iGGPX13iOTIN3Q45hU9XnOs7zZ9+rTpckyHlzrbo4/hC3p02deJjrBbO1DKu3yL4Us62mO5E++P65h9fzOpL6Xd5TVlykyeW+Whny7JnTpsGHrWq7OlzpySMtROo/5lmlYxI5+KmRRO5eVVNhYvyyViqlpsbxfrI3JN1kKv07IaLv18sGl1mtwUqG7R1fBOmfnvaX1zfh3ppqFUFz4tbamzuY4pOXO5IVd9GQlnlERyrpSv9sz3Ysg1iwq9jJHUW7faTJRE64ubIdbLf/t1JH2F+uN4bbas05NrR4finrvk/A0AAP//AQAA///ZL1xfAAB4nGJgZgCD/+cYjBiwAAAAAAD//wEAAP//LwECAwAAAA==");
|
||||
}]]></style><style type="text/css"><![CDATA[.shape {
|
||||
shape-rendering: geometricPrecision;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
.connection {
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
.blend {
|
||||
mix-blend-mode: multiply;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.d2-3949866754 .fill-N1{fill:#0A0F25;}
|
||||
.d2-3949866754 .fill-N2{fill:#676C7E;}
|
||||
.d2-3949866754 .fill-N3{fill:#9499AB;}
|
||||
.d2-3949866754 .fill-N4{fill:#CFD2DD;}
|
||||
.d2-3949866754 .fill-N5{fill:#DEE1EB;}
|
||||
.d2-3949866754 .fill-N6{fill:#EEF1F8;}
|
||||
.d2-3949866754 .fill-N7{fill:#FFFFFF;}
|
||||
.d2-3949866754 .fill-B1{fill:#0D32B2;}
|
||||
.d2-3949866754 .fill-B2{fill:#0D32B2;}
|
||||
.d2-3949866754 .fill-B3{fill:#E3E9FD;}
|
||||
.d2-3949866754 .fill-B4{fill:#E3E9FD;}
|
||||
.d2-3949866754 .fill-B5{fill:#EDF0FD;}
|
||||
.d2-3949866754 .fill-B6{fill:#F7F8FE;}
|
||||
.d2-3949866754 .fill-AA2{fill:#4A6FF3;}
|
||||
.d2-3949866754 .fill-AA4{fill:#EDF0FD;}
|
||||
.d2-3949866754 .fill-AA5{fill:#F7F8FE;}
|
||||
.d2-3949866754 .fill-AB4{fill:#EDF0FD;}
|
||||
.d2-3949866754 .fill-AB5{fill:#F7F8FE;}
|
||||
.d2-3949866754 .stroke-N1{stroke:#0A0F25;}
|
||||
.d2-3949866754 .stroke-N2{stroke:#676C7E;}
|
||||
.d2-3949866754 .stroke-N3{stroke:#9499AB;}
|
||||
.d2-3949866754 .stroke-N4{stroke:#CFD2DD;}
|
||||
.d2-3949866754 .stroke-N5{stroke:#DEE1EB;}
|
||||
.d2-3949866754 .stroke-N6{stroke:#EEF1F8;}
|
||||
.d2-3949866754 .stroke-N7{stroke:#FFFFFF;}
|
||||
.d2-3949866754 .stroke-B1{stroke:#0D32B2;}
|
||||
.d2-3949866754 .stroke-B2{stroke:#0D32B2;}
|
||||
.d2-3949866754 .stroke-B3{stroke:#E3E9FD;}
|
||||
.d2-3949866754 .stroke-B4{stroke:#E3E9FD;}
|
||||
.d2-3949866754 .stroke-B5{stroke:#EDF0FD;}
|
||||
.d2-3949866754 .stroke-B6{stroke:#F7F8FE;}
|
||||
.d2-3949866754 .stroke-AA2{stroke:#4A6FF3;}
|
||||
.d2-3949866754 .stroke-AA4{stroke:#EDF0FD;}
|
||||
.d2-3949866754 .stroke-AA5{stroke:#F7F8FE;}
|
||||
.d2-3949866754 .stroke-AB4{stroke:#EDF0FD;}
|
||||
.d2-3949866754 .stroke-AB5{stroke:#F7F8FE;}
|
||||
.d2-3949866754 .background-color-N1{background-color:#0A0F25;}
|
||||
.d2-3949866754 .background-color-N2{background-color:#676C7E;}
|
||||
.d2-3949866754 .background-color-N3{background-color:#9499AB;}
|
||||
.d2-3949866754 .background-color-N4{background-color:#CFD2DD;}
|
||||
.d2-3949866754 .background-color-N5{background-color:#DEE1EB;}
|
||||
.d2-3949866754 .background-color-N6{background-color:#EEF1F8;}
|
||||
.d2-3949866754 .background-color-N7{background-color:#FFFFFF;}
|
||||
.d2-3949866754 .background-color-B1{background-color:#0D32B2;}
|
||||
.d2-3949866754 .background-color-B2{background-color:#0D32B2;}
|
||||
.d2-3949866754 .background-color-B3{background-color:#E3E9FD;}
|
||||
.d2-3949866754 .background-color-B4{background-color:#E3E9FD;}
|
||||
.d2-3949866754 .background-color-B5{background-color:#EDF0FD;}
|
||||
.d2-3949866754 .background-color-B6{background-color:#F7F8FE;}
|
||||
.d2-3949866754 .background-color-AA2{background-color:#4A6FF3;}
|
||||
.d2-3949866754 .background-color-AA4{background-color:#EDF0FD;}
|
||||
.d2-3949866754 .background-color-AA5{background-color:#F7F8FE;}
|
||||
.d2-3949866754 .background-color-AB4{background-color:#EDF0FD;}
|
||||
.d2-3949866754 .background-color-AB5{background-color:#F7F8FE;}
|
||||
.d2-3949866754 .color-N1{color:#0A0F25;}
|
||||
.d2-3949866754 .color-N2{color:#676C7E;}
|
||||
.d2-3949866754 .color-N3{color:#9499AB;}
|
||||
.d2-3949866754 .color-N4{color:#CFD2DD;}
|
||||
.d2-3949866754 .color-N5{color:#DEE1EB;}
|
||||
.d2-3949866754 .color-N6{color:#EEF1F8;}
|
||||
.d2-3949866754 .color-N7{color:#FFFFFF;}
|
||||
.d2-3949866754 .color-B1{color:#0D32B2;}
|
||||
.d2-3949866754 .color-B2{color:#0D32B2;}
|
||||
.d2-3949866754 .color-B3{color:#E3E9FD;}
|
||||
.d2-3949866754 .color-B4{color:#E3E9FD;}
|
||||
.d2-3949866754 .color-B5{color:#EDF0FD;}
|
||||
.d2-3949866754 .color-B6{color:#F7F8FE;}
|
||||
.d2-3949866754 .color-AA2{color:#4A6FF3;}
|
||||
.d2-3949866754 .color-AA4{color:#EDF0FD;}
|
||||
.d2-3949866754 .color-AA5{color:#F7F8FE;}
|
||||
.d2-3949866754 .color-AB4{color:#EDF0FD;}
|
||||
.d2-3949866754 .color-AB5{color:#F7F8FE;}.appendix text.text{fill:#0A0F25}.md{--color-fg-default:#0A0F25;--color-fg-muted:#676C7E;--color-fg-subtle:#9499AB;--color-canvas-default:#FFFFFF;--color-canvas-subtle:#EEF1F8;--color-border-default:#0D32B2;--color-border-muted:#0D32B2;--color-neutral-muted:#EEF1F8;--color-accent-fg:#0D32B2;--color-accent-emphasis:#0D32B2;--color-attention-subtle:#676C7E;--color-danger-fg:red;}.sketch-overlay-B1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B2{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-B3{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-B6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-AA4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AA5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB4{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-AB5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N1{fill:url(#streaks-darker);mix-blend-mode:lighten}.sketch-overlay-N2{fill:url(#streaks-dark);mix-blend-mode:overlay}.sketch-overlay-N3{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N4{fill:url(#streaks-normal);mix-blend-mode:color-burn}.sketch-overlay-N5{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N6{fill:url(#streaks-bright);mix-blend-mode:darken}.sketch-overlay-N7{fill:url(#streaks-bright);mix-blend-mode:darken}.light-code{display: block}.dark-code{display: none}]]></style><style type="text/css">.d2-3949866754 .md em,
|
||||
.d2-3949866754 .md dfn {
|
||||
font-family: "d2-3949866754-font-italic";
|
||||
}
|
||||
|
||||
.d2-3949866754 .md b,
|
||||
.d2-3949866754 .md strong {
|
||||
font-family: "d2-3949866754-font-bold";
|
||||
}
|
||||
|
||||
.d2-3949866754 .md code,
|
||||
.d2-3949866754 .md kbd,
|
||||
.d2-3949866754 .md pre,
|
||||
.d2-3949866754 .md samp {
|
||||
font-family: "d2-3949866754-font-mono";
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md {
|
||||
tab-size: 4;
|
||||
}
|
||||
|
||||
/* variables are provided in d2renderers/d2svg/d2svg.go */
|
||||
|
||||
.d2-3949866754 .md {
|
||||
-ms-text-size-adjust: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
margin: 0;
|
||||
color: var(--color-fg-default);
|
||||
background-color: transparent; /* we don't want to define the background color */
|
||||
font-family: "d2-3949866754-font-regular";
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md details,
|
||||
.d2-3949866754 .md figcaption,
|
||||
.d2-3949866754 .md figure {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md summary {
|
||||
display: list-item;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md [hidden] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md a {
|
||||
background-color: transparent;
|
||||
color: var(--color-accent-fg);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md a:active,
|
||||
.d2-3949866754 .md a:hover {
|
||||
outline-width: 0;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md abbr[title] {
|
||||
border-bottom: none;
|
||||
text-decoration: underline dotted;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md dfn {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md h1 {
|
||||
margin: 0.67em 0;
|
||||
padding-bottom: 0.3em;
|
||||
font-size: 2em;
|
||||
border-bottom: 1px solid var(--color-border-muted);
|
||||
}
|
||||
|
||||
.d2-3949866754 .md mark {
|
||||
background-color: var(--color-attention-subtle);
|
||||
color: var(--color-text-primary);
|
||||
}
|
||||
|
||||
.d2-3949866754 .md small {
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md sub,
|
||||
.d2-3949866754 .md sup {
|
||||
font-size: 75%;
|
||||
line-height: 0;
|
||||
position: relative;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md sub {
|
||||
bottom: -0.25em;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md sup {
|
||||
top: -0.5em;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md img {
|
||||
border-style: none;
|
||||
max-width: 100%;
|
||||
box-sizing: content-box;
|
||||
background-color: var(--color-canvas-default);
|
||||
}
|
||||
|
||||
.d2-3949866754 .md figure {
|
||||
margin: 1em 40px;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md hr {
|
||||
box-sizing: content-box;
|
||||
overflow: hidden;
|
||||
background: transparent;
|
||||
border-bottom: 1px solid var(--color-border-muted);
|
||||
height: 0.25em;
|
||||
padding: 0;
|
||||
margin: 24px 0;
|
||||
background-color: var(--color-border-default);
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md input {
|
||||
font: inherit;
|
||||
margin: 0;
|
||||
overflow: visible;
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md [type="button"],
|
||||
.d2-3949866754 .md [type="reset"],
|
||||
.d2-3949866754 .md [type="submit"] {
|
||||
-webkit-appearance: button;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md [type="button"]::-moz-focus-inner,
|
||||
.d2-3949866754 .md [type="reset"]::-moz-focus-inner,
|
||||
.d2-3949866754 .md [type="submit"]::-moz-focus-inner {
|
||||
border-style: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md [type="button"]:-moz-focusring,
|
||||
.d2-3949866754 .md [type="reset"]:-moz-focusring,
|
||||
.d2-3949866754 .md [type="submit"]:-moz-focusring {
|
||||
outline: 1px dotted ButtonText;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md [type="checkbox"],
|
||||
.d2-3949866754 .md [type="radio"] {
|
||||
box-sizing: border-box;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md [type="number"]::-webkit-inner-spin-button,
|
||||
.d2-3949866754 .md [type="number"]::-webkit-outer-spin-button {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md [type="search"] {
|
||||
-webkit-appearance: textfield;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md [type="search"]::-webkit-search-cancel-button,
|
||||
.d2-3949866754 .md [type="search"]::-webkit-search-decoration {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md ::-webkit-input-placeholder {
|
||||
color: inherit;
|
||||
opacity: 0.54;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md ::-webkit-file-upload-button {
|
||||
-webkit-appearance: button;
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md hr::before {
|
||||
display: table;
|
||||
content: "";
|
||||
}
|
||||
|
||||
.d2-3949866754 .md hr::after {
|
||||
display: table;
|
||||
clear: both;
|
||||
content: "";
|
||||
}
|
||||
|
||||
.d2-3949866754 .md table {
|
||||
border-spacing: 0;
|
||||
border-collapse: collapse;
|
||||
display: block;
|
||||
width: max-content;
|
||||
max-width: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md td,
|
||||
.d2-3949866754 .md th {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md details summary {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md details:not([open]) > *:not(summary) {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md kbd {
|
||||
display: inline-block;
|
||||
padding: 3px 5px;
|
||||
color: var(--color-fg-default);
|
||||
vertical-align: middle;
|
||||
background-color: var(--color-canvas-subtle);
|
||||
border: solid 1px var(--color-neutral-muted);
|
||||
border-bottom-color: var(--color-neutral-muted);
|
||||
border-radius: 6px;
|
||||
box-shadow: inset 0 -1px 0 var(--color-neutral-muted);
|
||||
}
|
||||
|
||||
.d2-3949866754 .md h1,
|
||||
.d2-3949866754 .md h2,
|
||||
.d2-3949866754 .md h3,
|
||||
.d2-3949866754 .md h4,
|
||||
.d2-3949866754 .md h5,
|
||||
.d2-3949866754 .md h6 {
|
||||
margin-top: 24px;
|
||||
margin-bottom: 16px;
|
||||
font-weight: 400;
|
||||
line-height: 1.25;
|
||||
font-family: "d2-3949866754-font-semibold";
|
||||
}
|
||||
|
||||
.d2-3949866754 .md h2 {
|
||||
padding-bottom: 0.3em;
|
||||
font-size: 1.5em;
|
||||
border-bottom: 1px solid var(--color-border-muted);
|
||||
}
|
||||
|
||||
.d2-3949866754 .md h3 {
|
||||
font-size: 1.25em;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md h4 {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md h5 {
|
||||
font-size: 0.875em;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md h6 {
|
||||
font-size: 0.85em;
|
||||
color: var(--color-fg-muted);
|
||||
}
|
||||
|
||||
.d2-3949866754 .md p {
|
||||
margin-top: 0;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md blockquote {
|
||||
margin: 0;
|
||||
padding: 0 1em;
|
||||
color: var(--color-fg-muted);
|
||||
border-left: 0.25em solid var(--color-border-default);
|
||||
}
|
||||
|
||||
.d2-3949866754 .md ul,
|
||||
.d2-3949866754 .md ol {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
padding-left: 2em;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md ol ol,
|
||||
.d2-3949866754 .md ul ol {
|
||||
list-style-type: lower-roman;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md ul ul ol,
|
||||
.d2-3949866754 .md ul ol ol,
|
||||
.d2-3949866754 .md ol ul ol,
|
||||
.d2-3949866754 .md ol ol ol {
|
||||
list-style-type: lower-alpha;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md dd {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md pre {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
word-wrap: normal;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md ::placeholder {
|
||||
color: var(--color-fg-subtle);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md input::-webkit-outer-spin-button,
|
||||
.d2-3949866754 .md input::-webkit-inner-spin-button {
|
||||
margin: 0;
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md::before {
|
||||
display: table;
|
||||
content: "";
|
||||
}
|
||||
|
||||
.d2-3949866754 .md::after {
|
||||
display: table;
|
||||
clear: both;
|
||||
content: "";
|
||||
}
|
||||
|
||||
.d2-3949866754 .md > *:first-child {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md > *:last-child {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md a:not([href]) {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md .absent {
|
||||
color: var(--color-danger-fg);
|
||||
}
|
||||
|
||||
.d2-3949866754 .md .anchor {
|
||||
float: left;
|
||||
padding-right: 4px;
|
||||
margin-left: -20px;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md .anchor:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md p,
|
||||
.d2-3949866754 .md blockquote,
|
||||
.d2-3949866754 .md ul,
|
||||
.d2-3949866754 .md ol,
|
||||
.d2-3949866754 .md dl,
|
||||
.d2-3949866754 .md table,
|
||||
.d2-3949866754 .md pre,
|
||||
.d2-3949866754 .md details {
|
||||
margin-top: 0;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md blockquote > :first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md blockquote > :last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md sup > a::before {
|
||||
content: "[";
|
||||
}
|
||||
|
||||
.d2-3949866754 .md sup > a::after {
|
||||
content: "]";
|
||||
}
|
||||
|
||||
.d2-3949866754 .md h1:hover .anchor,
|
||||
.d2-3949866754 .md h2:hover .anchor,
|
||||
.d2-3949866754 .md h3:hover .anchor,
|
||||
.d2-3949866754 .md h4:hover .anchor,
|
||||
.d2-3949866754 .md h5:hover .anchor,
|
||||
.d2-3949866754 .md h6:hover .anchor {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md h1 tt,
|
||||
.d2-3949866754 .md h1 code,
|
||||
.d2-3949866754 .md h2 tt,
|
||||
.d2-3949866754 .md h2 code,
|
||||
.d2-3949866754 .md h3 tt,
|
||||
.d2-3949866754 .md h3 code,
|
||||
.d2-3949866754 .md h4 tt,
|
||||
.d2-3949866754 .md h4 code,
|
||||
.d2-3949866754 .md h5 tt,
|
||||
.d2-3949866754 .md h5 code,
|
||||
.d2-3949866754 .md h6 tt,
|
||||
.d2-3949866754 .md h6 code {
|
||||
padding: 0 0.2em;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md ul.no-list,
|
||||
.d2-3949866754 .md ol.no-list {
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md ol[type="1"] {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md ol[type="a"] {
|
||||
list-style-type: lower-alpha;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md ol[type="i"] {
|
||||
list-style-type: lower-roman;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md div > ol:not([type]) {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md ul ul,
|
||||
.d2-3949866754 .md ul ol,
|
||||
.d2-3949866754 .md ol ol,
|
||||
.d2-3949866754 .md ol ul {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md li > p {
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md li + li {
|
||||
margin-top: 0.25em;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md dl {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md dl dt {
|
||||
padding: 0;
|
||||
margin-top: 16px;
|
||||
font-size: 1em;
|
||||
font-style: italic;
|
||||
font-family: "d2-3949866754-font-semibold";
|
||||
}
|
||||
|
||||
.d2-3949866754 .md dl dd {
|
||||
padding: 0 16px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md table th {
|
||||
font-family: "d2-3949866754-font-semibold";
|
||||
}
|
||||
|
||||
.d2-3949866754 .md table th,
|
||||
.d2-3949866754 .md table td {
|
||||
padding: 6px 13px;
|
||||
border: 1px solid var(--color-border-default);
|
||||
}
|
||||
|
||||
.d2-3949866754 .md table tr {
|
||||
background-color: var(--color-canvas-default);
|
||||
border-top: 1px solid var(--color-border-muted);
|
||||
}
|
||||
|
||||
.d2-3949866754 .md table tr:nth-child(2n) {
|
||||
background-color: var(--color-canvas-subtle);
|
||||
}
|
||||
|
||||
.d2-3949866754 .md table img {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md img[align="right"] {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md img[align="left"] {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md span.frame {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md span.frame > span {
|
||||
display: block;
|
||||
float: left;
|
||||
width: auto;
|
||||
padding: 7px;
|
||||
margin: 13px 0 0;
|
||||
overflow: hidden;
|
||||
border: 1px solid var(--color-border-default);
|
||||
}
|
||||
|
||||
.d2-3949866754 .md span.frame span img {
|
||||
display: block;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md span.frame span span {
|
||||
display: block;
|
||||
padding: 5px 0 0;
|
||||
clear: both;
|
||||
color: var(--color-fg-default);
|
||||
}
|
||||
|
||||
.d2-3949866754 .md span.align-center {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md span.align-center > span {
|
||||
display: block;
|
||||
margin: 13px auto 0;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md span.align-center span img {
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md span.align-right {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md span.align-right > span {
|
||||
display: block;
|
||||
margin: 13px 0 0;
|
||||
overflow: hidden;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md span.align-right span img {
|
||||
margin: 0;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md span.float-left {
|
||||
display: block;
|
||||
float: left;
|
||||
margin-right: 13px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md span.float-left span {
|
||||
margin: 13px 0 0;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md span.float-right {
|
||||
display: block;
|
||||
float: right;
|
||||
margin-left: 13px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md span.float-right > span {
|
||||
display: block;
|
||||
margin: 13px auto 0;
|
||||
overflow: hidden;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md code,
|
||||
.d2-3949866754 .md tt {
|
||||
padding: 0.2em 0.4em;
|
||||
margin: 0;
|
||||
font-size: 85%;
|
||||
background-color: var(--color-neutral-muted);
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md code br,
|
||||
.d2-3949866754 .md tt br {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md del code {
|
||||
text-decoration: inherit;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md pre code {
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md pre > code {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
word-break: normal;
|
||||
white-space: pre;
|
||||
background: transparent;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md .highlight {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md .highlight pre {
|
||||
margin-bottom: 0;
|
||||
word-break: normal;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md .highlight pre,
|
||||
.d2-3949866754 .md pre {
|
||||
padding: 16px;
|
||||
overflow: auto;
|
||||
font-size: 85%;
|
||||
line-height: 1.45;
|
||||
background-color: var(--color-canvas-subtle);
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md pre code,
|
||||
.d2-3949866754 .md pre tt {
|
||||
display: inline;
|
||||
max-width: auto;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
overflow: visible;
|
||||
line-height: inherit;
|
||||
word-wrap: normal;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md .csv-data td,
|
||||
.d2-3949866754 .md .csv-data th {
|
||||
padding: 5px;
|
||||
overflow: hidden;
|
||||
font-size: 12px;
|
||||
line-height: 1;
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md .csv-data .blob-num {
|
||||
padding: 10px 8px 9px;
|
||||
text-align: right;
|
||||
background: var(--color-canvas-default);
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md .csv-data tr {
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md .csv-data th {
|
||||
font-family: "d2-3949866754-font-semibold";
|
||||
background: var(--color-canvas-subtle);
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md .footnotes {
|
||||
font-size: 12px;
|
||||
color: var(--color-fg-muted);
|
||||
border-top: 1px solid var(--color-border-default);
|
||||
}
|
||||
|
||||
.d2-3949866754 .md .footnotes ol {
|
||||
padding-left: 16px;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md .footnotes li {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md .footnotes li:target::before {
|
||||
position: absolute;
|
||||
top: -8px;
|
||||
right: -8px;
|
||||
bottom: -8px;
|
||||
left: -24px;
|
||||
pointer-events: none;
|
||||
content: "";
|
||||
border: 2px solid var(--color-accent-emphasis);
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md .footnotes li:target {
|
||||
color: var(--color-fg-default);
|
||||
}
|
||||
|
||||
.d2-3949866754 .md .task-list-item {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md .task-list-item label {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md .task-list-item.enabled label {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md .task-list-item + .task-list-item {
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md .task-list-item .handle {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md .task-list-item-checkbox {
|
||||
margin: 0 0.2em 0.25em -1.6em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.d2-3949866754 .md .contains-task-list:dir(rtl) .task-list-item-checkbox {
|
||||
margin: 0 -1.6em 0.25em 0.2em;
|
||||
}
|
||||
</style><g id="rectangle"><g class="shape" ><rect x="12.000000" y="80.000000" width="116.000000" height="176.000000" class=" stroke-B1 fill-B6" style="stroke-width:2;" /></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="12.000000" y="80.000000" width="116" height="176"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:B6"><h1>hello</h1>
|
||||
<ul>
|
||||
<li>world</li>
|
||||
</ul>
|
||||
<p>blah blah</p>
|
||||
</div></foreignObject></g></g><g id="square"><g class="shape" ><rect x="148.000000" y="80.000000" width="176.000000" height="176.000000" class=" stroke-B1 fill-B6" style="stroke-width:2;" /></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="148.000000" y="80.000000" width="176" height="176"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:B6"><h1>hello</h1>
|
||||
<ul>
|
||||
<li>world</li>
|
||||
</ul>
|
||||
<p>blah blah</p>
|
||||
</div></foreignObject></g></g><g id="page"><g class="shape" ><path d="M 345 69 H 439 C 440 69 441 69 442 70 L 459 86 C 460 87 460 88 460 89 V 266 C 460 266 460 266 460 266 H 345 C 344 266 344 266 344 266 V 70 C 344 69 344 69 345 69 Z" class=" stroke-B1 fill-AB4" style="stroke-width:2;" /><path d="M 459 266 H 345 C 344 266 344 266 344 265 V 70 C 344 69 344 69 345 69 H 438 C 439 69 439 69 439 70 V 87 C 439 88 440 89 441 89 H 459 C 460 89 460 89 460 90 V 265 C 459 266 460 266 459 266 Z" class=" stroke-B1 fill-AB4" style="stroke-width:2;" /></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="344.000000" y="69.000000" width="116" height="197"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:AB4"><h1>hello</h1>
|
||||
<ul>
|
||||
<li>world</li>
|
||||
</ul>
|
||||
<p>blah blah</p>
|
||||
</div></foreignObject></g></g><g id="parallelogram"><g class="shape" ><path d="M 506 80 L 648 80 L 622 256 L 480 256 L 480 256 Z" class=" stroke-B1 fill-N5" style="stroke-width:2;" /></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="506.000000" y="80.000000" width="168" height="176"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:N5"><h1>hello</h1>
|
||||
<ul>
|
||||
<li>world</li>
|
||||
</ul>
|
||||
<p>blah blah</p>
|
||||
</div></foreignObject></g></g><g id="document"><g class="shape" ><path d="M 668 249 L 668 56 L 784 56 L 784 249 C 765 208 745 208 726 249 C 707 290 687 290 668 249 Z" class=" stroke-B1 fill-AB4" style="stroke-width:2;" /></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="668.000000" y="56.000000" width="116" height="224"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:AB4"><h1>hello</h1>
|
||||
<ul>
|
||||
<li>world</li>
|
||||
</ul>
|
||||
<p>blah blah</p>
|
||||
</div></foreignObject></g></g><g id="cylinder"><g class="shape" ><path d="M 804 78 C 804 54 856 54 862 54 C 868 54 920 54 920 78 V 258 C 920 282 868 282 862 282 C 856 282 804 282 804 258 V 78 Z" class=" stroke-B1 fill-AA4" style="stroke-width:2;" /><path d="M 804 78 C 804 102 856 102 862 102 C 868 102 920 102 920 78" class=" stroke-B1 fill-AA4" style="stroke-width:2;" /></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="804.000000" y="102.000000" width="116" height="228"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:AA4"><h1>hello</h1>
|
||||
<ul>
|
||||
<li>world</li>
|
||||
</ul>
|
||||
<p>blah blah</p>
|
||||
</div></foreignObject></g></g><g id="queue"><g class="shape" ><path d="M 964 80 H 1084 C 1108 80 1108 159 1108 168 C 1108 177 1108 256 1084 256 H 964 C 940 256 940 177 940 168 C 940 159 940 80 964 80 Z" class=" stroke-B1 fill-N5" style="stroke-width:2;" /><path d="M 1084 80 C 1060 80 1060 159 1060 168 C 1060 177 1060 256 1084 256" class=" stroke-B1 fill-N5" style="stroke-width:2;" /></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="964.000000" y="80.000000" width="168" height="176"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:N5"><h1>hello</h1>
|
||||
<ul>
|
||||
<li>world</li>
|
||||
</ul>
|
||||
<p>blah blah</p>
|
||||
</div></foreignObject></g></g><g id="package"><g class="shape" ><path d="M 1128 63 L 1186 63 L 1186 105 L 1244 105 L 1244 273 L 1128 273 Z" class=" stroke-B1 fill-AA4" style="stroke-width:2;" /></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="1128.000000" y="105.000000" width="116" height="210"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:AA4"><h1>hello</h1>
|
||||
<ul>
|
||||
<li>world</li>
|
||||
</ul>
|
||||
<p>blah blah</p>
|
||||
</div></foreignObject></g></g><g id="step"><g class="shape" ><path d="M 1264 62 L 1385 62 L 1420 168 L 1385 273 L 1264 273 L 1299 168 Z" class=" stroke-B1 fill-AB4" style="stroke-width:2;" /></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="1299.000000" y="62.000000" width="156" height="211"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:AB4"><h1>hello</h1>
|
||||
<ul>
|
||||
<li>world</li>
|
||||
</ul>
|
||||
<p>blah blah</p>
|
||||
</div></foreignObject></g></g><g id="callout"><g class="shape" ><path d="M 1440 67 V 223 H 1498 V 268 L 1528 223 H 1556 V 67 H 1440 Z" class=" stroke-B1 fill-N7" style="stroke-width:2;" /></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="1440.000000" y="67.000000" width="116" height="201"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:N7"><h1>hello</h1>
|
||||
<ul>
|
||||
<li>world</li>
|
||||
</ul>
|
||||
<p>blah blah</p>
|
||||
</div></foreignObject></g></g><g id="stored_data"><g class="shape" ><path d="M 1591 80 H 1712 C 1708 80 1697 128 1697 168 C 1697 208 1708 256 1712 256 H 1591 C 1587 256 1576 208 1576 168 C 1576 128 1587 80 1591 80 Z" class=" stroke-B1 fill-AA4" style="stroke-width:2;" /></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="1591.000000" y="80.000000" width="136" height="176"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:AA4"><h1>hello</h1>
|
||||
<ul>
|
||||
<li>world</li>
|
||||
</ul>
|
||||
<p>blah blah</p>
|
||||
</div></foreignObject></g></g><g id="person"><g class="shape" ><path d="M 1849 188 H 1732 V 185 C 1732 155 1745 128 1765 115 C 1754 105 1747 88 1747 69 C 1747 38 1767 12 1790 12 C 1814 12 1833 38 1833 69 C 1833 88 1826 104 1815 115 C 1835 128 1848 155 1848 185 V 187 H 1849 Z" class=" stroke-B1 fill-B3" style="stroke-width:2;" /></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="1732.000000" y="12.000000" width="117" height="176"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:B3"><h1>hello</h1>
|
||||
<ul>
|
||||
<li>world</li>
|
||||
</ul>
|
||||
<p>blah blah</p>
|
||||
</div></foreignObject></g></g><g id="diamond"><g class="shape" ><path d="M 1955 324 C 1954 324 1954 324 1953 323 L 1870 171 C 1869 169 1869 167 1870 165 L 1953 13 C 1954 11 1955 11 1956 13 L 2040 165 C 2041 167 2041 169 2040 171 L 1957 323 C 1956 324 1956 324 1955 324 Z" class=" stroke-B1 fill-N4" style="stroke-width:2;" /></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="1912.000000" y="90.000000" width="172" height="312"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:N4"><h1>hello</h1>
|
||||
<ul>
|
||||
<li>world</li>
|
||||
</ul>
|
||||
<p>blah blah</p>
|
||||
</div></foreignObject></g></g><g id="oval"><g class="shape" ><ellipse rx="68.000000" ry="121.000000" cx="2129.000000" cy="168.000000" class="shape stroke-B1 fill-B6" style="stroke-width:2;" /></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="2081.000000" y="83.000000" width="136" height="242"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:B6"><h1>hello</h1>
|
||||
<ul>
|
||||
<li>world</li>
|
||||
</ul>
|
||||
<p>blah blah</p>
|
||||
</div></foreignObject></g></g><g id="circle"><g class="shape" ><ellipse rx="116.500000" ry="116.500000" cx="2333.500000" cy="167.500000" class="shape stroke-B1 fill-B6" style="stroke-width:2;" /></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="2252.000000" y="86.000000" width="233" height="233"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:B6"><h1>hello</h1>
|
||||
<ul>
|
||||
<li>world</li>
|
||||
</ul>
|
||||
<p>blah blah</p>
|
||||
</div></foreignObject></g></g><g id="hexagon"><g class="shape" ><path d="M 2506 51 L 2470 168 L 2506 285 L 2578 285 L 2614 168 L 2578 51 Z" class=" stroke-B1 fill-N5" style="stroke-width:2;" /></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="2494.000000" y="90.000000" width="144" height="234"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:N5"><h1>hello</h1>
|
||||
<ul>
|
||||
<li>world</li>
|
||||
</ul>
|
||||
<p>blah blah</p>
|
||||
</div></foreignObject></g></g><g id="cloud"><g class="shape" ><path d="M 2669 139 C 2669 141 2668 143 2666 143 C 2648 146 2634 171 2634 203 C 2634 236 2650 263 2670 263 H 2807 C 2829 263 2846 234 2846 199 C 2846 166 2830 138 2809 136 C 2808 136 2806 134 2806 132 C 2801 98 2780 73 2756 73 C 2740 73 2725 84 2716 100 C 2715 102 2713 103 2712 102 C 2708 100 2705 99 2700 99 C 2684 98 2670 116 2669 139 Z" class=" stroke-B1 fill-N7" style="stroke-width:2;" /></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="2683.000000" y="107.000000" width="212" height="191"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:N7"><h1>hello</h1>
|
||||
<ul>
|
||||
<li>world</li>
|
||||
</ul>
|
||||
<p>blah blah</p>
|
||||
</div></foreignObject></g></g><mask id="d2-3949866754" maskUnits="userSpaceOnUse" x="11" y="11" width="2836" height="314">
|
||||
<rect x="11" y="11" width="2836" height="314" fill="white"></rect>
|
||||
<rect x="34.500000" y="102.500000" width="71" height="131" fill="rgba(0,0,0,0.75)"></rect>
|
||||
<rect x="200.500000" y="102.500000" width="71" height="131" fill="rgba(0,0,0,0.75)"></rect>
|
||||
<rect x="366.500000" y="102.000000" width="71" height="131" fill="rgba(0,0,0,0.75)"></rect>
|
||||
<rect x="528.500000" y="102.500000" width="71" height="131" fill="rgba(0,0,0,0.75)"></rect>
|
||||
<rect x="690.500000" y="73.353369" width="71" height="131" fill="rgba(0,0,0,0.75)"></rect>
|
||||
<rect x="826.500000" y="114.500000" width="71" height="131" fill="rgba(0,0,0,0.75)"></rect>
|
||||
<rect x="976.500000" y="102.500000" width="71" height="131" fill="rgba(0,0,0,0.75)"></rect>
|
||||
<rect x="1150.500000" y="123.500000" width="71" height="131" fill="rgba(0,0,0,0.75)"></rect>
|
||||
<rect x="1306.500000" y="102.000000" width="71" height="131" fill="rgba(0,0,0,0.75)"></rect>
|
||||
<rect x="1462.500000" y="79.500000" width="71" height="131" fill="rgba(0,0,0,0.75)"></rect>
|
||||
<rect x="1608.500000" y="102.500000" width="71" height="131" fill="rgba(0,0,0,0.75)"></rect>
|
||||
<rect x="1755.000000" y="193.000000" width="71" height="131" fill="rgba(0,0,0,0.75)"></rect>
|
||||
<rect x="1919.500000" y="102.500000" width="71" height="131" fill="rgba(0,0,0,0.75)"></rect>
|
||||
<rect x="2093.500000" y="102.500000" width="71" height="131" fill="rgba(0,0,0,0.75)"></rect>
|
||||
<rect x="2298.000000" y="102.000000" width="71" height="131" fill="rgba(0,0,0,0.75)"></rect>
|
||||
<rect x="2506.500000" y="102.500000" width="71" height="131" fill="rgba(0,0,0,0.75)"></rect>
|
||||
<rect x="2705.694000" y="119.810000" width="71" height="131" fill="rgba(0,0,0,0.75)"></rect>
|
||||
</mask></svg></svg>
|
||||
|
After Width: | Height: | Size: 37 KiB |
20
e2etests/testdata/txtar/sequence-diagram-note-md/dagre/board.exp.json
generated
vendored
20
e2etests/testdata/txtar/sequence-diagram-note-md/dagre/board.exp.json
generated
vendored
|
|
@ -99,7 +99,7 @@
|
|||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "N7",
|
||||
"stroke": "N1",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
|
|
@ -140,7 +140,7 @@
|
|||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "N7",
|
||||
"stroke": "N1",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
|
|
@ -171,17 +171,17 @@
|
|||
"id": "x.z",
|
||||
"type": "page",
|
||||
"pos": {
|
||||
"x": 10,
|
||||
"x": 27,
|
||||
"y": 558
|
||||
},
|
||||
"width": 103,
|
||||
"height": 37,
|
||||
"width": 69,
|
||||
"height": 40,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "N7",
|
||||
"stroke": "N1",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
|
|
@ -202,8 +202,8 @@
|
|||
"italic": false,
|
||||
"bold": false,
|
||||
"underline": false,
|
||||
"labelWidth": 87,
|
||||
"labelHeight": 21,
|
||||
"labelWidth": 53,
|
||||
"labelHeight": 24,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 5,
|
||||
"level": 2
|
||||
|
|
@ -278,7 +278,7 @@
|
|||
},
|
||||
{
|
||||
"x": 62,
|
||||
"y": 665
|
||||
"y": 668
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -316,7 +316,7 @@
|
|||
},
|
||||
{
|
||||
"x": 292,
|
||||
"y": 665
|
||||
"y": 668
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 61 KiB |
20
e2etests/testdata/txtar/sequence-diagram-note-md/elk/board.exp.json
generated
vendored
20
e2etests/testdata/txtar/sequence-diagram-note-md/elk/board.exp.json
generated
vendored
|
|
@ -99,7 +99,7 @@
|
|||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "N7",
|
||||
"stroke": "N1",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
|
|
@ -140,7 +140,7 @@
|
|||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "N7",
|
||||
"stroke": "N1",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
|
|
@ -171,17 +171,17 @@
|
|||
"id": "x.z",
|
||||
"type": "page",
|
||||
"pos": {
|
||||
"x": 10,
|
||||
"x": 27,
|
||||
"y": 558
|
||||
},
|
||||
"width": 103,
|
||||
"height": 37,
|
||||
"width": 69,
|
||||
"height": 40,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
"borderRadius": 0,
|
||||
"fill": "N7",
|
||||
"stroke": "N1",
|
||||
"stroke": "B1",
|
||||
"shadow": false,
|
||||
"3d": false,
|
||||
"multiple": false,
|
||||
|
|
@ -202,8 +202,8 @@
|
|||
"italic": false,
|
||||
"bold": false,
|
||||
"underline": false,
|
||||
"labelWidth": 87,
|
||||
"labelHeight": 21,
|
||||
"labelWidth": 53,
|
||||
"labelHeight": 24,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 5,
|
||||
"level": 2
|
||||
|
|
@ -278,7 +278,7 @@
|
|||
},
|
||||
{
|
||||
"x": 62,
|
||||
"y": 665
|
||||
"y": 668
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -316,7 +316,7 @@
|
|||
},
|
||||
{
|
||||
"x": 292,
|
||||
"y": 665
|
||||
"y": 668
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 61 KiB |
Loading…
Reference in a new issue