# HG changeset patch # User Paul Boddie # Date 1596405968 -7200 # Node ID 5c96e5ca1036b5c2b7f3c0a349ae30a9623f27c2 # Parent d393a3b8d1f16dac16e81b00305e5f99db79ca2f Changed diagram font to sans-serif. diff -r d393a3b8d1f1 -r 5c96e5ca1036 docs/wiki/Deduction --- a/docs/wiki/Deduction Mon Apr 15 00:14:56 2019 +0200 +++ b/docs/wiki/Deduction Mon Aug 03 00:06:08 2020 +0200 @@ -89,7 +89,7 @@ //format=svg //transform=notugly digraph indexes { - node [shape=box,fontsize="13.0",fontname="Helvetica",tooltip="Indexes"]; + node [shape=box,fontsize="13.0",fontname="sans-serif",tooltip="Indexes"]; edge [tooltip="Indexes"]; rankdir=LR; @@ -142,7 +142,7 @@ //format=svg //transform=notugly digraph deduction { - node [shape=box,fontsize="13.0",fontname="Helvetica",tooltip="Deduction"]; + node [shape=box,fontsize="13.0",fontname="sans-serif",tooltip="Deduction"]; edge [tooltip="Deduction"]; rankdir=LR; @@ -192,7 +192,7 @@ //format=svg //transform=notugly digraph usage_to_types { - node [shape=box,fontsize="13.0",fontname="Helvetica",tooltip="Usage to types"]; + node [shape=box,fontsize="13.0",fontname="sans-serif",tooltip="Usage to types"]; edge [tooltip="Usage to types"]; rankdir=LR; @@ -249,7 +249,7 @@ //format=svg //transform=notugly digraph instance_providers { - node [shape=box,fontsize="13.0",fontname="Helvetica",tooltip="Instance providers"]; + node [shape=box,fontsize="13.0",fontname="sans-serif",tooltip="Instance providers"]; edge [tooltip="Instance providers"]; rankdir=LR; @@ -310,7 +310,7 @@ //format=svg //transform=notugly digraph assignments { - node [shape=box,fontsize="13.0",fontname="Helvetica",tooltip="Attribute assignments"]; + node [shape=box,fontsize="13.0",fontname="sans-serif",tooltip="Attribute assignments"]; edge [tooltip="Attribute assignments"]; rankdir=LR; diff -r d393a3b8d1f1 -r 5c96e5ca1036 docs/wiki/Imports --- a/docs/wiki/Imports Mon Apr 15 00:14:56 2019 +0200 +++ b/docs/wiki/Imports Mon Aug 03 00:06:08 2020 +0200 @@ -95,7 +95,7 @@ //format=svg //transform=notugly digraph mutual { - node [shape=box,fontsize="13.0",fontname="Helvetica",tooltip="Mutually-dependent modules"]; + node [shape=box,fontsize="13.0",fontname="sans-serif",tooltip="Mutually-dependent modules"]; edge [tooltip="Mutually-dependent modules"]; rankdir=LR; @@ -209,7 +209,7 @@ //format=svg //transform=notugly digraph imports { - node [shape=box,fontsize="13.0",fontname="Helvetica",tooltip="Import dependencies"]; + node [shape=box,fontsize="13.0",fontname="sans-serif",tooltip="Import dependencies"]; edge [tooltip="Import dependencies"]; rankdir=LR; diff -r d393a3b8d1f1 -r 5c96e5ca1036 docs/wiki/Inspection --- a/docs/wiki/Inspection Mon Apr 15 00:14:56 2019 +0200 +++ b/docs/wiki/Inspection Mon Aug 03 00:06:08 2020 +0200 @@ -179,7 +179,7 @@ //format=svg //transform=notugly digraph accesses { - node [shape=box,fontsize="13.0",fontname="Helvetica",tooltip="Names and accesses"]; + node [shape=box,fontsize="13.0",fontname="sans-serif",tooltip="Names and accesses"]; edge [tooltip="Names and accesses"]; rankdir=TB; @@ -316,7 +316,7 @@ //format=svg //transform=notugly digraph usage { - node [shape=box,fontsize="13.0",fontname="Helvetica",tooltip="Name and attribute tracking"]; + node [shape=box,fontsize="13.0",fontname="sans-serif",tooltip="Name and attribute tracking"]; edge [tooltip="Name and attribute tracking"]; rankdir=TB; diff -r d393a3b8d1f1 -r 5c96e5ca1036 docs/wiki/Representations --- a/docs/wiki/Representations Mon Apr 15 00:14:56 2019 +0200 +++ b/docs/wiki/Representations Mon Aug 03 00:06:08 2020 +0200 @@ -16,8 +16,8 @@ //format=svg //transform=notugly digraph attributes { - node [shape=box,fontsize="13.0",fontname="Helvetica",tooltip="Attributes"]; - edge [fontsize="13.0",fontname="Helvetica",tooltip="Attributes"]; + node [shape=box,fontsize="13.0",fontname="sans-serif",tooltip="Attributes"]; + edge [fontsize="13.0",fontname="sans-serif",tooltip="Attributes"]; rankdir=TB; attrA [label="attribute | { value | reference to object }",shape=record]; @@ -77,8 +77,8 @@ //format=svg //transform=notugly digraph wrappers { - node [shape=box,fontsize="13.0",fontname="Helvetica",tooltip="Wrappers"]; - edge [fontsize="13.0",fontname="Helvetica",tooltip="Wrappers"]; + node [shape=box,fontsize="13.0",fontname="sans-serif",tooltip="Wrappers"]; + edge [fontsize="13.0",fontname="sans-serif",tooltip="Wrappers"]; rankdir=TB; inst [label="
instance | { attr1 | reference to method } | { attr2 | value } | ...",shape=record]; @@ -104,8 +104,8 @@ //format=svg //transform=notugly digraph objects { - node [shape=box,fontsize="13.0",fontname="Helvetica",tooltip="Objects"]; - edge [fontsize="13.0",fontname="Helvetica",tooltip="Objects"]; + node [shape=box,fontsize="13.0",fontname="sans-serif",tooltip="Objects"]; + edge [fontsize="13.0",fontname="sans-serif",tooltip="Objects"]; rankdir=TB; instC [label="
instance of C | { 0 | reference to\ninstance table } | { __class__ | reference\nto C } | { a | value } | { b | value } | ...",shape=record]; diff -r d393a3b8d1f1 -r 5c96e5ca1036 docs/wiki/Restarted --- a/docs/wiki/Restarted Mon Apr 15 00:14:56 2019 +0200 +++ b/docs/wiki/Restarted Mon Aug 03 00:06:08 2020 +0200 @@ -262,8 +262,8 @@ //format=svg //transform=notugly digraph structures { - node [shape=box,fontsize="13.0",fontname="Helvetica",tooltip="Instance and class structures"]; - edge [fontsize="13.0",fontname="Helvetica",tooltip="Instance and class structures"]; + node [shape=box,fontsize="13.0",fontname="sans-serif",tooltip="Instance and class structures"]; + edge [fontsize="13.0",fontname="sans-serif",tooltip="Instance and class structures"]; rankdir=TB; instanceC [label="
instance of C |{ context of a | value of a }|{context of b | value of b }",shape=record]; @@ -285,8 +285,8 @@ //format=svg //transform=notugly digraph methods { - node [shape=box,fontsize="13.0",fontname="Helvetica",tooltip="Method structures"]; - edge [fontsize="13.0",fontname="Helvetica",tooltip="Method structures"]; + node [shape=box,fontsize="13.0",fontname="sans-serif",tooltip="Method structures"]; + edge [fontsize="13.0",fontname="sans-serif",tooltip="Method structures"]; rankdir=TB; classC [label="
class C | { context of m | uncallable for m } | ...",shape=record]; diff -r d393a3b8d1f1 -r 5c96e5ca1036 docs/wiki/Structure --- a/docs/wiki/Structure Mon Apr 15 00:14:56 2019 +0200 +++ b/docs/wiki/Structure Mon Aug 03 00:06:08 2020 +0200 @@ -29,7 +29,7 @@ //format=svg //transform=notugly digraph program { - node [shape=box,fontsize="13.0",fontname="Helvetica",tooltip="Program structure"]; + node [shape=box,fontsize="13.0",fontname="sans-serif",tooltip="Program structure"]; edge [tooltip="Program structure"]; rankdir=LR;