diff --git a/content/en/kanvas/designer/embedding-designs/index.md b/content/en/kanvas/designer/embedding-designs/index.md index 74d8abeb..c6c5e27a 100644 --- a/content/en/kanvas/designer/embedding-designs/index.md +++ b/content/en/kanvas/designer/embedding-designs/index.md @@ -67,8 +67,8 @@ Usually the script is located "static" folder After Finishing the steps , the embedded design will be rendered like : -
- + + ### Customization diff --git a/content/en/kanvas/designer/export-designs/embedded-design-dapr.js b/content/en/kanvas/designer/export-designs/embedded-design-dapr.js new file mode 100644 index 00000000..516cb38d --- /dev/null +++ b/content/en/kanvas/designer/export-designs/embedded-design-dapr.js @@ -0,0 +1,32484 @@ +import cytoscape from "https://cdn.jsdelivr.net/npm/cytoscape@3.27.0/+esm"; +const data = { + elements: { + nodes: [ + { + data: { + id: "7968b07e-1b76-433b-b1e3-d3f49b91d034", + type: "ClusterRoleBinding", + apiVersion: "rbac.authorization.k8s.io/v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-placement", + services: { + "7968b07e-1b76-433b-b1e3-d3f49b91d034": { + settings: { + "role Ref": { + "api Group": "rbac.authorization.k8s.io", + kind: "ClusterRole", + name: "dapr-placement" + }, + subjects: [ + { + kind: "ServiceAccount", + name: "dapr-placement", + namespace: "default" + } + ], + name: "dapr-placement", + labels: { + "app.kubernetes.io/component": "rbac", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + traits: { + meshmap: { + edges: [], + fieldRefData: {}, + id: "7968b07e-1b76-433b-b1e3-d3f49b91d034", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: false, + logoURL: "Created by Meshery Authors", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "round-rectangle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { + height: "25px", + width: "25px", + x: "7", + y: "7", + "z-index": 1002 + }, + styles: '{"height":"25px","width":"25px","x":"7", "y":"7"}', + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/clusterrolebinding-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/clusterrolebinding-white.svg" + }, + position: { posX: 96.40713718787255, posY: -145.13194510012988 }, + whiteboardData: { + style: { height: 10.5, width: 10.5, "z-index": 1000 } + } + } + }, + type: "ClusterRoleBinding" + } + } + } + }, + position: { x: 96.40713718787255, y: -145.13194510012988 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: false, + pannable: false, + classes: "" + }, + { + data: { + id: "4ada3a29-b9c1-4138-aeaf-58dbcb6a9ea9", + type: "StatefulSet", + apiVersion: "apps/v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-scheduler-server", + services: { + "4ada3a29-b9c1-4138-aeaf-58dbcb6a9ea9": { + namespace: "default", + settings: { + spec: { + "pod Management Policy": "Parallel", + replicas: 1, + selector: { "match Labels": { app: "dapr-scheduler-server" } }, + "service Name": "dapr-scheduler-server", + template: { + metadata: { + annotations: { + "dapr.io/control-plane": "scheduler", + "prometheus.io/path": "/", + "prometheus.io/port": "9090", + "prometheus.io/scrape": "true" + }, + labels: { + app: "dapr-scheduler-server", + "app.kubernetes.io/component": "scheduler", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + spec: { + affinity: { + "node Affinity": { + "required During Scheduling Ignored During Execution": { + "node Selector Terms": [ + { + "match Expressions": [ + { + key: "kubernetes.io/os", + operator: "In", + values: ["linux"] + } + ] + } + ] + } + } + }, + containers: [ + { + args: [ + "--listen-address=0.0.0.0", + "--id", + "$(SCHEDULER_ID)", + "--replica-count", + "1", + "--initial-cluster", + "dapr-scheduler-server-0=http://dapr-scheduler-server-0.dapr-scheduler-server.default.svc.cluster.local:2380", + "--etcd-client-ports", + "dapr-scheduler-server-0=2379", + "--etcd-client-http-ports", + "dapr-scheduler-server-0=2330", + "--log-level", + "info", + "--enable-metrics", + "--metrics-port", + "9090", + "--etcd-data-dir=/var/run/data/dapr-scheduler/default/$(SCHEDULER_ID)", + "--etcd-space-quota=2147483648", + "--etcd-compaction-mode=periodic", + "--etcd-compaction-retention=24h", + "--tls-enabled", + "--trust-domain=cluster.local", + "--trust-anchors-file=/var/run/secrets/dapr.io/tls/ca.crt", + "--sentry-address=dapr-sentry.default.svc.cluster.local:443", + "--mode=kubernetes" + ], + command: ["/scheduler"], + env: [ + { + name: "SCHEDULER_ID", + "value From": { + "field Ref": { "field Path": "metadata.name" } + } + }, + { + name: "NAMESPACE", + "value From": { + "field Ref": { "field Path": "metadata.namespace" } + } + }, + { + name: "POD_IP", + "value From": { + "field Ref": { "field Path": "status.podIP" } + } + } + ], + image: "ghcr.io/dapr/scheduler:1.14.0-rc.4", + "image Pull Policy": "IfNotPresent", + "liveness Probe": { + "failure Threshold": 5, + "http Get": { path: "/healthz", port: 8080 }, + "initial Delay Seconds": 10, + "period Seconds": 3 + }, + name: "dapr-scheduler-server", + ports: [ + { "container Port": 50006, name: "api" }, + { "container Port": 2379, name: "etcd-client" }, + { "container Port": 2330, name: "etcd-httpclient" }, + { "container Port": 2380, name: "etcd-peer" }, + { "container Port": 9090, name: "metrics", protocol: "TCP" } + ], + "readiness Probe": { + "failure Threshold": 5, + "http Get": { path: "/healthz", port: 8080 }, + "initial Delay Seconds": 3, + "period Seconds": 3 + }, + resources: {}, + "security Context": { + capabilities: { drop: ["ALL"] }, + "read Only Root Filesystem": false, + "run As Non Root": true + }, + "volume Mounts": [ + { + "mount Path": "/var/run/data/dapr-scheduler/", + name: "dapr-scheduler-data-dir", + "read Only": false + }, + { + "mount Path": "/var/run/secrets/dapr.io/tls", + name: "dapr-trust-bundle", + "read Only": true + }, + { + "mount Path": "/var/run/secrets/dapr.io/sentrytoken", + name: "dapr-identity-token" + } + ] + } + ], + "security Context": { "fs Group": 65532 }, + "service Account Name": "dapr-scheduler", + volumes: [ + { + "empty Dir": { medium: "Memory" }, + name: "dapr-scheduler-data-dir" + }, + { + "config Map": { name: "dapr-trust-bundle" }, + name: "dapr-trust-bundle" + }, + { + name: "dapr-identity-token", + projected: { + sources: [ + { + "service Account Token": { + audience: + "spiffe://cluster.local/ns/default/dapr-sentry", + "expiration Seconds": 600, + path: "token" + } + } + ] + } + } + ] + } + } + }, + name: "dapr-scheduler-server", + namespace: "default", + labels: { + app: "dapr-scheduler-server", + "app.kubernetes.io/component": "scheduler", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + traits: { + meshmap: { + edges: [ + { + data: { + id: "86d22457-aaae-4bd9-9b79-39d5dd3b7c93", + source: "787667bc-3cdf-4388-9f17-61df0e81a8d9", + subType: "Annotation", + target: "4ada3a29-b9c1-4138-aeaf-58dbcb6a9ea9" + }, + style: { + "control-point-distances": null, + "control-point-weights": "0.5", + "curve-style": "bezier", + "haystack-radius": "0", + "line-color": "rgb(147,152,176)", + "line-style": "dashed", + opacity: "1", + "segment-distances": "20px", + "segment-weights": "0.5", + "target-arrow-shape": "vee", + "taxi-direction": "auto", + "taxi-turn": "50%", + "taxi-turn-min-distance": "10px", + width: "1.5px" + } + } + ], + fieldRefData: {}, + id: "4ada3a29-b9c1-4138-aeaf-58dbcb6a9ea9", + "meshmodel-metadata": { + capabilities: + ' {\n "designer": {\n "edit": {\n "shape": {\n "convert-shape": false\n }\n }\n }\n}', + defaultData: "", + genealogy: "parent", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: true, + logoURL: + "https://github.com/cncf/artwork/blob/master/projects/kubernetes/icon/white/kubernetes-icon-white.svg", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "cylinder", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { + "background-opacity": "0.2", + height: "15", + width: "15", + x: "12", + y: "20", + "z-index": 31 + }, + styles: + '{"height":"15","width":"15","x":"12","y":"20","background-opacity":"0.2"}', + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/statefulset-color.svg", + svgComplete: + "ui/public/static/img/meshmodels/kubernetes/complete/statefulset-complete.svg", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/statefulset-white.svg" + }, + position: { posX: 66.1265172313176, posY: -221.94543072385792 }, + whiteboardData: { style: {} } + } + }, + type: "StatefulSet" + } + } + } + }, + position: { x: 66.1265172313176, y: -221.94543072385792 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "bf4e20d2-7c87-41e5-9384-c72a73ec8c0a", + type: "Role", + apiVersion: "rbac.authorization.k8s.io/v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-sentry", + services: { + "bf4e20d2-7c87-41e5-9384-c72a73ec8c0a": { + namespace: "default", + settings: { + rules: [ + { + "api Groups": [""], + "resource Names": ["dapr-trust-bundle"], + resources: ["secrets"], + verbs: ["get", "update", "delete"] + }, + { + "api Groups": [""], + "resource Names": ["dapr-trust-bundle"], + resources: ["configmaps"], + verbs: ["get", "update", "watch", "list"] + }, + { + "api Groups": ["dapr.io"], + resources: ["configurations"], + verbs: ["list", "get", "watch"] + } + ], + name: "dapr-sentry", + namespace: "default", + labels: { + "app.kubernetes.io/component": "rbac", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + traits: { + meshmap: { + edges: [ + { + data: { + id: "b1f21f3b-7824-43d7-87be-9c4db2cff585", + metadata: { binded_by: "4f2e583f-21c7-4c41-80e9-8029395028fe" }, + source: "bf4e20d2-7c87-41e5-9384-c72a73ec8c0a", + subType: "Permission", + target: "b55838ec-a9dc-48b4-8864-05a9bd33a0cd" + }, + style: { + "control-point-distances": null, + "control-point-weights": "0.5", + "curve-style": "bezier", + "haystack-radius": "0", + "line-color": "rgb(153,153,153)", + "line-style": "dotted", + opacity: "1", + "segment-distances": "20px", + "segment-weights": "0.5", + "target-arrow-shape": "vee", + "taxi-direction": "auto", + "taxi-turn": "50%", + "taxi-turn-min-distance": "10px", + width: "1.5px" + } + } + ], + fieldRefData: {}, + id: "bf4e20d2-7c87-41e5-9384-c72a73ec8c0a", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: true, + logoURL: + "https://github.com/cncf/artwork/blob/master/projects/kubernetes/icon/white/kubernetes-icon-white.svg", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "round-rectangle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { + height: "22px", + width: "22px", + x: "8.5", + y: "7.5", + "z-index": 5 + }, + styles: + '{"height":"22px", "width":"22px", "x":"8.5", "y":"7.5","z-index":4}', + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/role-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/role-white.svg" + }, + position: { posX: 209.5, posY: -224.5 }, + whiteboardData: { style: {} } + } + }, + type: "Role" + } + } + } + }, + position: { x: 209.5, y: -224.5 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "b9ada340-d9e8-4f11-b171-a42bc7c8d02a", + type: "CustomResourceDefinition", + apiVersion: "apiextensions.k8s.io/v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "resiliencies.dapr.io", + services: { + "b9ada340-d9e8-4f11-b171-a42bc7c8d02a": { + settings: { + spec: { + group: "dapr.io", + names: { + categories: ["dapr"], + kind: "Resiliency", + "list Kind": "ResiliencyList", + plural: "resiliencies", + singular: "resiliency" + }, + scope: "Namespaced", + versions: [ + { + name: "v1alpha1", + schema: { + "open APIV3Schema": { + properties: { + "api Version": { + description: + "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", + type: "string" + }, + kind: { + description: + "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", + type: "string" + }, + metadata: { type: "object" }, + scopes: { items: { type: "string" }, type: "array" }, + spec: { + properties: { + policies: { + properties: { + "circuit Breakers": { + additionalProperties: { + properties: { + interval: { type: "string" }, + "max Requests": { type: "integer" }, + timeout: { type: "string" }, + trip: { type: "string" } + }, + type: "object" + }, + type: "object" + }, + retries: { + additionalProperties: { + properties: { + duration: { type: "string" }, + "max Interval": { type: "string" }, + "max Retries": { type: "integer" }, + policy: { type: "string" } + }, + type: "object" + }, + type: "object" + }, + timeouts: { + additionalProperties: { type: "string" }, + type: "object" + } + }, + type: "object" + }, + targets: { + properties: { + actors: { + additionalProperties: { + properties: { + "circuit Breaker": { type: "string" }, + "circuit Breaker Cache Size": { + type: "integer" + }, + "circuit Breaker Scope": { type: "string" }, + retry: { type: "string" }, + timeout: { type: "string" } + }, + type: "object" + }, + type: "object" + }, + apps: { + additionalProperties: { + properties: { + "circuit Breaker": { type: "string" }, + "circuit Breaker Cache Size": { + type: "integer" + }, + retry: { type: "string" }, + timeout: { type: "string" } + }, + type: "object" + }, + type: "object" + }, + components: { + additionalProperties: { + properties: { + inbound: { + properties: { + "circuit Breaker": { type: "string" }, + retry: { type: "string" }, + timeout: { type: "string" } + }, + type: "object" + }, + outbound: { + properties: { + "circuit Breaker": { type: "string" }, + retry: { type: "string" }, + timeout: { type: "string" } + }, + type: "object" + } + }, + type: "object" + }, + type: "object" + } + }, + type: "object" + } + }, + required: ["policies", "targets"], + type: "object" + } + }, + type: "object" + } + }, + served: true, + storage: true + } + ] + }, + name: "resiliencies.dapr.io", + labels: { "app.kubernetes.io/part-of": "dapr" }, + annotations: { "controller-gen.kubebuilder.io/version": "v0.5.0" } + }, + traits: { + meshmap: { + edges: [], + fieldRefData: {}, + id: "b9ada340-d9e8-4f11-b171-a42bc7c8d02a", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isNamespaced: false, + logoURL: + "https://github.com/cncf/artwork/blob/master/projects/kubernetes/icon/white/kubernetes-icon-white.svg", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "circle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { "z-index": 8 }, + styles: "", + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/customresourcedefinition-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/customresourcedefinition-white.svg" + }, + position: { posX: -256.31500555848953, posY: 49.96597998943757 }, + whiteboardData: { style: {} } + } + }, + type: "CustomResourceDefinition" + } + } + } + }, + position: { x: -256.31500555848953, y: 49.96597998943757 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "8d7926c8-20b1-4d68-b736-e8dbafd970cf", + type: "CustomResourceDefinition", + apiVersion: "apiextensions.k8s.io/v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "components.dapr.io", + services: { + "8d7926c8-20b1-4d68-b736-e8dbafd970cf": { + settings: { + spec: { + group: "dapr.io", + names: { + categories: ["all", "dapr"], + kind: "Component", + plural: "components", + singular: "component" + }, + scope: "Namespaced", + versions: [ + { + name: "v1alpha1", + schema: { + "open APIV3Schema": { + description: "Component describes an Dapr component type.", + properties: { + "api Version": { + description: + "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", + type: "string" + }, + auth: { + description: + "Auth represents authentication details for the component.", + properties: { "secret Store": { type: "string" } }, + required: ["secretStore"], + type: "object" + }, + kind: { + description: + "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", + type: "string" + }, + metadata: { type: "object" }, + scopes: { items: { type: "string" }, type: "array" }, + spec: { + description: "ComponentSpec is the spec for a component.", + properties: { + "ignore Errors": { type: "boolean" }, + "init Timeout": { type: "string" }, + metadata: { + items: { + description: "NameValuePair is a name/value pair.", + properties: { + "env Ref": { + description: + "EnvRef is the name of an environmental variable to read the value from.", + type: "string" + }, + name: { + description: "Name of the property.", + type: "string" + }, + "secret Key Ref": { + description: + "SecretKeyRef is the reference of a value in a secret store component.", + properties: { + key: { + description: "Field in the secret.", + type: "string" + }, + name: { + description: "Secret name.", + type: "string" + } + }, + required: ["name"], + type: "object" + }, + value: { + description: + "Value of the property, in plaintext.", + "x-kubernetes-preserve-unknown-fields": true + } + }, + required: ["name"], + type: "object" + }, + type: "array" + }, + type: { type: "string" }, + version: { type: "string" } + }, + required: ["metadata", "type", "version"], + type: "object" + } + }, + type: "object" + } + }, + served: true, + storage: true + } + ] + }, + name: "components.dapr.io", + labels: { "app.kubernetes.io/part-of": "dapr" } + }, + traits: { + meshmap: { + edges: [], + fieldRefData: {}, + id: "8d7926c8-20b1-4d68-b736-e8dbafd970cf", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isNamespaced: false, + logoURL: + "https://github.com/cncf/artwork/blob/master/projects/kubernetes/icon/white/kubernetes-icon-white.svg", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "circle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { "z-index": 26 }, + styles: "", + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/customresourcedefinition-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/customresourcedefinition-white.svg" + }, + position: { posX: -315.2958425494156, posY: 132.89616848639693 }, + whiteboardData: { style: {} } + } + }, + type: "CustomResourceDefinition" + } + } + } + }, + position: { x: -315.2958425494156, y: 132.89616848639693 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "a40347a6-2990-411e-937a-702617b7000f", + type: "Role", + apiVersion: "rbac.authorization.k8s.io/v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-injector", + services: { + "a40347a6-2990-411e-937a-702617b7000f": { + namespace: "default", + settings: { + rules: [ + { + "api Groups": [""], + "resource Names": ["dapr-trust-bundle"], + resources: ["secrets"], + verbs: ["get"] + }, + { + "api Groups": ["dapr.io"], + resources: ["configurations"], + verbs: ["get"] + }, + { + "api Groups": ["apps"], + resources: ["statefulsets"], + verbs: ["get"] + } + ], + name: "dapr-injector", + namespace: "default", + labels: { + "app.kubernetes.io/component": "rbac", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + traits: { + meshmap: { + edges: [ + { + data: { + id: "0ba48862-cd1d-4509-b0d5-7084bf2f0d88", + metadata: { binded_by: "c9bdb4ba-cf67-41a7-b95c-35bdc5ce6ae3" }, + source: "a40347a6-2990-411e-937a-702617b7000f", + subType: "Permission", + target: "7c266d36-6aed-4a35-b8b4-dddacfaa33c6" + }, + style: { + "control-point-distances": null, + "control-point-weights": "0.5", + "curve-style": "bezier", + "haystack-radius": "0", + "line-color": "rgb(153,153,153)", + "line-style": "dotted", + opacity: "1", + "segment-distances": "20px", + "segment-weights": "0.5", + "target-arrow-shape": "vee", + "taxi-direction": "auto", + "taxi-turn": "50%", + "taxi-turn-min-distance": "10px", + width: "1.5px" + } + } + ], + fieldRefData: {}, + id: "a40347a6-2990-411e-937a-702617b7000f", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: true, + logoURL: + "https://github.com/cncf/artwork/blob/master/projects/kubernetes/icon/white/kubernetes-icon-white.svg", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "round-rectangle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { + height: "22px", + width: "22px", + x: "8.5", + y: "7.5", + "z-index": 13 + }, + styles: + '{"height":"22px", "width":"22px", "x":"8.5", "y":"7.5","z-index":4}', + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/role-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/role-white.svg" + }, + position: { posX: -157.71141334429862, posY: 215.33935593994622 }, + whiteboardData: { style: {} } + } + }, + type: "Role" + } + } + } + }, + position: { x: -157.71141334429862, y: 215.33935593994622 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "887ad3d7-52fb-40d7-ab84-f74d1d2faee3", + type: "Service", + apiVersion: "v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-webhook", + services: { + "887ad3d7-52fb-40d7-ab84-f74d1d2faee3": { + namespace: "default", + settings: { + spec: { + ports: [{ port: 443, protocol: "TCP", "target Port": 19443 }], + selector: { app: "dapr-operator" }, + type: "ClusterIP" + }, + name: "dapr-webhook", + namespace: "default", + labels: { + "app.kubernetes.io/component": "operator", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + traits: { + meshmap: { + edges: [], + fieldRefData: {}, + id: "887ad3d7-52fb-40d7-ab84-f74d1d2faee3", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: true, + logoURL: + "https://github.com/cncf/artwork/blob/master/projects/kubernetes/icon/white/kubernetes-icon-white.svg", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "round-triangle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { + "background-position-y": 4.5, + height: 20, + padding: 12, + width: 20, + x: "10px", + y: "12px", + "z-index": 22 + }, + styles: + '{"height":20,"width":20,"padding":12,"background-position-y":4.5,"x":"10px","y":"12px"}', + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/service-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/service-white.svg" + }, + position: { posX: -353.9504448800856, posY: -27.88195674435777 }, + whiteboardData: { style: {} } + } + }, + type: "Service" + } + } + } + }, + position: { x: -353.9504448800856, y: -27.88195674435777 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "7c266d36-6aed-4a35-b8b4-dddacfaa33c6", + type: "ServiceAccount", + apiVersion: "v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-injector", + services: { + "7c266d36-6aed-4a35-b8b4-dddacfaa33c6": { + namespace: "default", + settings: { + name: "dapr-injector", + namespace: "default", + labels: { + "app.kubernetes.io/component": "rbac", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + traits: { + meshmap: { + edges: [ + { + data: { + id: "0ba48862-cd1d-4509-b0d5-7084bf2f0d88", + metadata: { binded_by: "c9bdb4ba-cf67-41a7-b95c-35bdc5ce6ae3" }, + source: "a40347a6-2990-411e-937a-702617b7000f", + subType: "Permission", + target: "7c266d36-6aed-4a35-b8b4-dddacfaa33c6" + }, + style: { + "control-point-distances": null, + "control-point-weights": "0.5", + "curve-style": "bezier", + "haystack-radius": "0", + "line-color": "rgb(153,153,153)", + "line-style": "dotted", + opacity: "1", + "segment-distances": "20px", + "segment-weights": "0.5", + "target-arrow-shape": "vee", + "taxi-direction": "auto", + "taxi-turn": "50%", + "taxi-turn-min-distance": "10px", + width: "1.5px" + } + }, + { + data: { + id: "adea5377-20b1-47e6-a27f-ba161d4ca3e5", + metadata: { binded_by: "b9e4ec94-82be-46e2-9360-0333e86dc44a" }, + source: "2c12611c-0547-4d84-ab43-b3c341199b57", + subType: "Permission", + target: "7c266d36-6aed-4a35-b8b4-dddacfaa33c6" + }, + style: { + "control-point-distances": null, + "control-point-weights": "0.5", + "curve-style": "bezier", + "haystack-radius": "0", + "line-color": "rgb(153,153,153)", + "line-style": "dotted", + opacity: "1", + "segment-distances": "20px", + "segment-weights": "0.5", + "target-arrow-shape": "vee", + "taxi-direction": "auto", + "taxi-turn": "50%", + "taxi-turn-min-distance": "10px", + width: "1.5px" + } + } + ], + fieldRefData: {}, + id: "7c266d36-6aed-4a35-b8b4-dddacfaa33c6", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: true, + logoURL: + "https://github.com/cncf/artwork/blob/master/projects/kubernetes/icon/white/kubernetes-icon-white.svg", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "bottom-round-rectangle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { "z-index": 45 }, + styles: "", + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/serviceaccount-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/serviceaccount-white.svg" + }, + position: { posX: 7.152721373778723, posY: -2.135665993860548 }, + whiteboardData: { style: {} } + } + }, + type: "ServiceAccount" + } + } + } + }, + position: { x: 7.152721373778723, y: -2.135665993860548 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "484a881e-7cbc-4b14-9962-cd7fc4b1775d", + type: "Service", + apiVersion: "v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-sentry", + services: { + "484a881e-7cbc-4b14-9962-cd7fc4b1775d": { + namespace: "default", + settings: { + spec: { + ports: [ + { name: "grpc", port: 443, protocol: "TCP", "target Port": 50001 } + ], + selector: { app: "dapr-sentry" }, + type: "ClusterIP" + }, + name: "dapr-sentry", + namespace: "default", + labels: { + "app.kubernetes.io/component": "sentry", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + }, + annotations: { + "prometheus.io/path": "/", + "prometheus.io/port": "9090", + "prometheus.io/scrape": "true" + } + }, + traits: { + meshmap: { + edges: [ + { + data: { + id: "2e21ce73-db2a-4ee3-a531-02fd847689a6", + metadata: { port: 443, protocol: "TCP" }, + source: "484a881e-7cbc-4b14-9962-cd7fc4b1775d", + subType: "Network", + target: "7a348b87-0a93-43b8-9920-a7eb6afe5941" + }, + style: { + "control-point-distances": null, + "control-point-weights": "0.5", + "curve-style": "bezier", + "haystack-radius": "0", + "line-color": "rgb(153,153,153)", + "line-style": "dotted", + opacity: "1", + "segment-distances": "20px", + "segment-weights": "0.5", + "target-arrow-shape": "vee", + "taxi-direction": "auto", + "taxi-turn": "50%", + "taxi-turn-min-distance": "10px", + width: "1.5px" + } + } + ], + fieldRefData: {}, + id: "484a881e-7cbc-4b14-9962-cd7fc4b1775d", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: true, + logoURL: + "https://github.com/cncf/artwork/blob/master/projects/kubernetes/icon/white/kubernetes-icon-white.svg", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "round-triangle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { + "background-position-y": 4.5, + height: 20, + padding: 12, + width: 20, + x: "10px", + y: "12px", + "z-index": 35 + }, + styles: + '{"height":20,"width":20,"padding":12,"background-position-y":4.5,"x":"10px","y":"12px"}', + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/service-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/service-white.svg" + }, + position: { posX: -251.60439072502552, posY: -113.74048259443116 }, + whiteboardData: { style: {} } + } + }, + type: "Service" + } + } + } + }, + position: { x: -251.60439072502552, y: -113.74048259443116 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "472662f9-4151-4987-8bb8-a43ead2f2e62", + type: "StatefulSet", + apiVersion: "apps/v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-placement-server", + services: { + "472662f9-4151-4987-8bb8-a43ead2f2e62": { + namespace: "default", + settings: { + spec: { + "pod Management Policy": "Parallel", + replicas: 1, + selector: { "match Labels": { app: "dapr-placement-server" } }, + "service Name": "dapr-placement-server", + template: { + metadata: { + annotations: { + "dapr.io/control-plane": "placement", + "prometheus.io/path": "/", + "prometheus.io/port": "9090", + "prometheus.io/scrape": "true" + }, + labels: { + app: "dapr-placement-server", + "app.kubernetes.io/component": "placement", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + spec: { + affinity: { + "node Affinity": { + "required During Scheduling Ignored During Execution": { + "node Selector Terms": [ + { + "match Expressions": [ + { + key: "kubernetes.io/os", + operator: "In", + values: ["linux"] + } + ] + } + ] + } + } + }, + containers: [ + { + args: [ + "--log-level", + "info", + "--enable-metrics", + "--replicationFactor", + "100", + "--max-api-level", + "10", + "--min-api-level", + "0", + "--metrics-port", + "9090", + "--tls-enabled", + "--trust-domain=cluster.local", + "--trust-anchors-file=/var/run/secrets/dapr.io/tls/ca.crt", + "--sentry-address=dapr-sentry.default.svc.cluster.local:443", + "--mode=kubernetes" + ], + command: ["/placement"], + env: [ + { + name: "PLACEMENT_ID", + "value From": { + "field Ref": { "field Path": "metadata.name" } + } + }, + { + name: "NAMESPACE", + "value From": { + "field Ref": { "field Path": "metadata.namespace" } + } + } + ], + image: "ghcr.io/dapr/placement:1.14.0-rc.4", + "image Pull Policy": "IfNotPresent", + "liveness Probe": { + "failure Threshold": 5, + "http Get": { path: "/healthz", port: 8080 }, + "initial Delay Seconds": 10, + "period Seconds": 3 + }, + name: "dapr-placement-server", + ports: [ + { "container Port": 50005, name: "api" }, + { "container Port": 8201, name: "raft-node" }, + { "container Port": 9090, name: "metrics", protocol: "TCP" } + ], + "readiness Probe": { + "failure Threshold": 5, + "http Get": { path: "/healthz", port: 8080 }, + "initial Delay Seconds": 3, + "period Seconds": 3 + }, + resources: {}, + "security Context": { + capabilities: { drop: ["ALL"] }, + "read Only Root Filesystem": true, + "run As User": 0 + }, + "volume Mounts": [ + { + "mount Path": "/var/run/secrets/dapr.io/tls", + name: "dapr-trust-bundle", + "read Only": true + }, + { + "mount Path": "/var/run/secrets/dapr.io/sentrytoken", + name: "dapr-identity-token" + } + ] + } + ], + "service Account Name": "dapr-placement", + volumes: [ + { + "config Map": { name: "dapr-trust-bundle" }, + name: "dapr-trust-bundle" + }, + { + name: "dapr-identity-token", + projected: { + sources: [ + { + "service Account Token": { + audience: + "spiffe://cluster.local/ns/default/dapr-sentry", + "expiration Seconds": 600, + path: "token" + } + } + ] + } + } + ] + } + } + }, + name: "dapr-placement-server", + namespace: "default", + labels: { + app: "dapr-placement-server", + "app.kubernetes.io/component": "placement", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + traits: { + meshmap: { + edges: [ + { + data: { + id: "1251d4b1-46c4-47e5-9c3b-56602a045c27", + source: "74f0fc5f-c84a-4c8c-a201-a75200fb9c1e", + subType: "Annotation", + target: "472662f9-4151-4987-8bb8-a43ead2f2e62" + }, + style: { + "control-point-distances": null, + "control-point-weights": "0.5", + "curve-style": "bezier", + "haystack-radius": "0", + "line-color": "rgb(147,152,176)", + "line-style": "dashed", + opacity: "1", + "segment-distances": "20px", + "segment-weights": "0.5", + "target-arrow-shape": "vee", + "taxi-direction": "auto", + "taxi-turn": "50%", + "taxi-turn-min-distance": "10px", + width: "1.5px" + } + } + ], + fieldRefData: {}, + id: "472662f9-4151-4987-8bb8-a43ead2f2e62", + "meshmodel-metadata": { + capabilities: + ' {\n "designer": {\n "edit": {\n "shape": {\n "convert-shape": false\n }\n }\n }\n}', + defaultData: "", + genealogy: "parent", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: true, + logoURL: + "https://github.com/cncf/artwork/blob/master/projects/kubernetes/icon/white/kubernetes-icon-white.svg", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "cylinder", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { + "background-opacity": "0.2", + height: "15", + width: "15", + x: "12", + y: "20", + "z-index": 40 + }, + styles: + '{"height":"15","width":"15","x":"12","y":"20","background-opacity":"0.2"}', + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/statefulset-color.svg", + svgComplete: + "ui/public/static/img/meshmodels/kubernetes/complete/statefulset-complete.svg", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/statefulset-white.svg" + }, + position: { posX: -39.784893481977726, posY: -219.55930530697117 }, + whiteboardData: { style: {} } + } + }, + type: "StatefulSet" + } + } + } + }, + position: { x: -39.784893481977726, y: -219.55930530697117 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "58aad7ba-7469-43d7-b2a3-d2e026780207", + type: "ServiceAccount", + apiVersion: "v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-placement", + services: { + "58aad7ba-7469-43d7-b2a3-d2e026780207": { + namespace: "default", + settings: { + name: "dapr-placement", + namespace: "default", + labels: { + "app.kubernetes.io/component": "rbac", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + traits: { + meshmap: { + edges: [ + { + data: { + id: "822760e3-df49-46ab-b033-bbe026f4b6d3", + metadata: { binded_by: "7968b07e-1b76-433b-b1e3-d3f49b91d034" }, + source: "a8b21273-3bab-44d3-9a66-de1b98d25873", + subType: "Permission", + target: "58aad7ba-7469-43d7-b2a3-d2e026780207" + }, + style: { + "control-point-distances": null, + "control-point-weights": "0.5", + "curve-style": "bezier", + "haystack-radius": "0", + "line-color": "rgb(153,153,153)", + "line-style": "dotted", + opacity: "1", + "segment-distances": "20px", + "segment-weights": "0.5", + "target-arrow-shape": "vee", + "taxi-direction": "auto", + "taxi-turn": "50%", + "taxi-turn-min-distance": "10px", + width: "1.5px" + } + } + ], + fieldRefData: {}, + id: "58aad7ba-7469-43d7-b2a3-d2e026780207", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: true, + logoURL: + "https://github.com/cncf/artwork/blob/master/projects/kubernetes/icon/white/kubernetes-icon-white.svg", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "bottom-round-rectangle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { "z-index": 10 }, + styles: "", + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/serviceaccount-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/serviceaccount-white.svg" + }, + position: { posX: 50.23353439331825, posY: -68.37844325003593 }, + whiteboardData: { style: {} } + } + }, + type: "ServiceAccount" + } + } + } + }, + position: { x: 50.23353439331825, y: -68.37844325003593 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "76c5bda5-0eb2-44f6-8f2d-b3d9f9ba4337", + type: "ClusterRole", + apiVersion: "rbac.authorization.k8s.io/v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-sentry", + services: { + "76c5bda5-0eb2-44f6-8f2d-b3d9f9ba4337": { + settings: { + rules: [ + { + "api Groups": ["authentication.k8s.io"], + resources: ["tokenreviews"], + verbs: ["create"] + }, + { + "api Groups": ["dapr.io"], + resources: ["configurations"], + verbs: ["list", "get", "watch"] + }, + { + "api Groups": [""], + resources: ["pods"], + verbs: ["list", "get", "watch"] + } + ], + name: "dapr-sentry", + labels: { + "app.kubernetes.io/component": "rbac", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + traits: { + meshmap: { + edges: [ + { + data: { + id: "1c6d4403-ee56-41fb-88b8-ddb2a67444c9", + metadata: { binded_by: "86bd9f7b-9c9f-4e7a-9842-3525a325d580" }, + source: "76c5bda5-0eb2-44f6-8f2d-b3d9f9ba4337", + subType: "Permission", + target: "b55838ec-a9dc-48b4-8864-05a9bd33a0cd" + }, + style: { + "control-point-distances": null, + "control-point-weights": "0.5", + "curve-style": "bezier", + "haystack-radius": "0", + "line-color": "rgb(153,153,153)", + "line-style": "dotted", + opacity: "1", + "segment-distances": "20px", + "segment-weights": "0.5", + "target-arrow-shape": "vee", + "taxi-direction": "auto", + "taxi-turn": "50%", + "taxi-turn-min-distance": "10px", + width: "1.5px" + } + } + ], + fieldRefData: {}, + id: "76c5bda5-0eb2-44f6-8f2d-b3d9f9ba4337", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: false, + logoURL: "Created by Meshery Authors", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "round-rectangle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { + height: "22px", + width: "22px", + x: "8.5", + y: "7.5", + "z-index": 37 + }, + styles: '{"height":"22px", "width":"22px", "x":"8.5", "y":"7.5"}', + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/clusterrole-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/clusterrole-white.svg" + }, + position: { posX: 191.6387458311328, posY: -108.28139959631633 }, + whiteboardData: { style: {} } + } + }, + type: "ClusterRole" + } + } + } + }, + position: { x: 191.6387458311328, y: -108.28139959631633 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "b55838ec-a9dc-48b4-8864-05a9bd33a0cd", + type: "ServiceAccount", + apiVersion: "v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-sentry", + services: { + "b55838ec-a9dc-48b4-8864-05a9bd33a0cd": { + namespace: "default", + settings: { + name: "dapr-sentry", + namespace: "default", + labels: { + "app.kubernetes.io/component": "rbac", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + traits: { + meshmap: { + edges: [ + { + data: { + id: "b1f21f3b-7824-43d7-87be-9c4db2cff585", + metadata: { binded_by: "4f2e583f-21c7-4c41-80e9-8029395028fe" }, + source: "bf4e20d2-7c87-41e5-9384-c72a73ec8c0a", + subType: "Permission", + target: "b55838ec-a9dc-48b4-8864-05a9bd33a0cd" + }, + style: { + "control-point-distances": null, + "control-point-weights": "0.5", + "curve-style": "bezier", + "haystack-radius": "0", + "line-color": "rgb(153,153,153)", + "line-style": "dotted", + opacity: "1", + "segment-distances": "20px", + "segment-weights": "0.5", + "target-arrow-shape": "vee", + "taxi-direction": "auto", + "taxi-turn": "50%", + "taxi-turn-min-distance": "10px", + width: "1.5px" + } + }, + { + data: { + id: "1c6d4403-ee56-41fb-88b8-ddb2a67444c9", + metadata: { binded_by: "86bd9f7b-9c9f-4e7a-9842-3525a325d580" }, + source: "76c5bda5-0eb2-44f6-8f2d-b3d9f9ba4337", + subType: "Permission", + target: "b55838ec-a9dc-48b4-8864-05a9bd33a0cd" + }, + style: { + "control-point-distances": null, + "control-point-weights": "0.5", + "curve-style": "bezier", + "haystack-radius": "0", + "line-color": "rgb(153,153,153)", + "line-style": "dotted", + opacity: "1", + "segment-distances": "20px", + "segment-weights": "0.5", + "target-arrow-shape": "vee", + "taxi-direction": "auto", + "taxi-turn": "50%", + "taxi-turn-min-distance": "10px", + width: "1.5px" + } + } + ], + fieldRefData: {}, + id: "b55838ec-a9dc-48b4-8864-05a9bd33a0cd", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: true, + logoURL: + "https://github.com/cncf/artwork/blob/master/projects/kubernetes/icon/white/kubernetes-icon-white.svg", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "bottom-round-rectangle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { "z-index": 7 }, + styles: "", + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/serviceaccount-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/serviceaccount-white.svg" + }, + position: { posX: 401.436281961315, posY: -85.02703223923953 }, + whiteboardData: { style: {} } + } + }, + type: "ServiceAccount" + } + } + } + }, + position: { x: 401.436281961315, y: -85.02703223923953 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "e5a5d1c1-ba59-4f76-b892-68374a602dc6", + type: "Service", + apiVersion: "v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-sidecar-injector", + services: { + "e5a5d1c1-ba59-4f76-b892-68374a602dc6": { + namespace: "default", + settings: { + spec: { + ports: [ + { + name: "https", + port: 443, + protocol: "TCP", + "target Port": "https" + } + ], + selector: { app: "dapr-sidecar-injector" }, + type: "ClusterIP" + }, + name: "dapr-sidecar-injector", + namespace: "default", + labels: { + "app.kubernetes.io/component": "sidecar-injector", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + }, + annotations: { + "prometheus.io/path": "/", + "prometheus.io/port": "9090", + "prometheus.io/scrape": "true" + } + }, + traits: { + meshmap: { + edges: [ + { + data: { + animation: "marching-ants", + id: "9c3e106c-cac0-4291-87c8-7b25a08bf260", + source: "e5a5d1c1-ba59-4f76-b892-68374a602dc6", + subType: "Network", + target: "33edf12d-9592-4f7b-8600-b7fe2d4364fe" + }, + style: { + "control-point-distances": null, + "control-point-weights": "0.5", + "curve-style": "bezier", + "haystack-radius": "0", + "line-color": "rgb(153,153,153)", + "line-style": "dashed", + opacity: "1", + "segment-distances": "20px", + "segment-weights": "0.5", + "target-arrow-shape": "vee", + "taxi-direction": "auto", + "taxi-turn": "50%", + "taxi-turn-min-distance": "10px", + width: "1.5px" + } + } + ], + fieldRefData: {}, + id: "e5a5d1c1-ba59-4f76-b892-68374a602dc6", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: true, + logoURL: + "https://github.com/cncf/artwork/blob/master/projects/kubernetes/icon/white/kubernetes-icon-white.svg", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "round-triangle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { + "background-position-y": 4.5, + height: 20, + padding: 12, + width: 20, + x: "10px", + y: "12px", + "z-index": 44 + }, + styles: + '{"height":20,"width":20,"padding":12,"background-position-y":4.5,"x":"10px","y":"12px"}', + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/service-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/service-white.svg" + }, + position: { posX: -456.38894378626816, posY: -118.15424237440806 }, + whiteboardData: { style: {} } + } + }, + type: "Service" + } + } + } + }, + position: { x: -456.38894378626816, y: -118.15424237440806 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "c313c81e-678c-4a3a-b975-345915c8de9d", + type: "CustomResourceDefinition", + apiVersion: "apiextensions.k8s.io/v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "configurations.dapr.io", + services: { + "c313c81e-678c-4a3a-b975-345915c8de9d": { + settings: { + spec: { + group: "dapr.io", + names: { + kind: "Configuration", + "list Kind": "ConfigurationList", + plural: "configurations", + singular: "configuration" + }, + scope: "Namespaced", + versions: [ + { + name: "v1alpha1", + schema: { + "open APIV3Schema": { + description: + "Configuration describes an Dapr configuration setting.", + properties: { + "api Version": { + description: + "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", + type: "string" + }, + kind: { + description: + "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", + type: "string" + }, + metadata: { type: "object" }, + spec: { + description: + "ConfigurationSpec is the spec for an configuration.", + properties: { + "access Control": { + description: + "AccessControlSpec is the spec object in ConfigurationSpec.", + properties: { + "default Action": { type: "string" }, + policies: { + items: { + description: + "AppPolicySpec defines the policy data structure for each app.", + properties: { + "app Id": { type: "string" }, + "default Action": { type: "string" }, + namespace: { type: "string" }, + operations: { + items: { + description: + "AppOperationAction defines the data structure for each app operation.", + properties: { + action: { type: "string" }, + "http Verb": { + items: { type: "string" }, + type: "array" + }, + name: { type: "string" } + }, + required: ["action", "name"], + type: "object" + }, + type: "array" + }, + "trust Domain": { type: "string" } + }, + required: ["appId"], + type: "object" + }, + type: "array" + }, + "trust Domain": { type: "string" } + }, + type: "object" + }, + api: { + description: + "APISpec describes the configuration for Dapr APIs.", + properties: { + allowed: { + description: + "List of allowed APIs. Can be used in conjunction with denied.", + items: { + description: + "APIAccessRule describes an access rule for allowing or denying a Dapr API.", + properties: { + name: { type: "string" }, + protocol: { type: "string" }, + version: { type: "string" } + }, + required: ["name", "version"], + type: "object" + }, + type: "array" + }, + denied: { + description: + "List of denied APIs. Can be used in conjunction with allowed.", + items: { + description: + "APIAccessRule describes an access rule for allowing or denying a Dapr API.", + properties: { + name: { type: "string" }, + protocol: { type: "string" }, + version: { type: "string" } + }, + required: ["name", "version"], + type: "object" + }, + type: "array" + } + }, + type: "object" + }, + "app Http Pipeline": { + description: + "PipelineSpec defines the middleware pipeline.", + properties: { + handlers: { + items: { + description: + "HandlerSpec defines a request handlers.", + properties: { + name: { type: "string" }, + selector: { + description: + "SelectorSpec selects target services to which the handler is to be applied.", + properties: { + fields: { + items: { + description: + "SelectorField defines a selector fields.", + properties: { + field: { type: "string" }, + value: { type: "string" } + }, + required: ["field", "value"], + type: "object" + }, + type: "array" + } + }, + required: ["fields"], + type: "object" + }, + type: { type: "string" } + }, + required: ["name", "type"], + type: "object" + }, + type: "array" + } + }, + required: ["handlers"], + type: "object" + }, + components: { + description: + "ComponentsSpec describes the configuration for Dapr components", + properties: { + deny: { + description: + "Denylist of component types that cannot be instantiated", + items: { type: "string" }, + type: "array" + } + }, + type: "object" + }, + features: { + items: { + description: + "FeatureSpec defines the features that are enabled/disabled.", + properties: { + enabled: { type: "boolean" }, + name: { type: "string" } + }, + required: ["enabled", "name"], + type: "object" + }, + type: "array" + }, + "http Pipeline": { + description: + "PipelineSpec defines the middleware pipeline.", + properties: { + handlers: { + items: { + description: + "HandlerSpec defines a request handlers.", + properties: { + name: { type: "string" }, + selector: { + description: + "SelectorSpec selects target services to which the handler is to be applied.", + properties: { + fields: { + items: { + description: + "SelectorField defines a selector fields.", + properties: { + field: { type: "string" }, + value: { type: "string" } + }, + required: ["field", "value"], + type: "object" + }, + type: "array" + } + }, + required: ["fields"], + type: "object" + }, + type: { type: "string" } + }, + required: ["name", "type"], + type: "object" + }, + type: "array" + } + }, + required: ["handlers"], + type: "object" + }, + logging: { + description: + "LoggingSpec defines the configuration for logging.", + properties: { + "api Logging": { + description: "Configure API logging.", + properties: { + enabled: { + description: + "Default value for enabling API logging. Sidecars can always override this by setting `--enable-api-logging` to true or false explicitly. The default value is false.", + type: "boolean" + }, + "obfuscate URLs": { + description: + "When enabled, obfuscates the values of URLs in HTTP API logs, logging the route name rather than the full path being invoked, which could contain PII. Default: false. This option has no effect if API logging is disabled.", + type: "boolean" + }, + "omit Health Checks": { + description: + "If true, health checks are not reported in API logs. Default: false. This option has no effect if API logging is disabled.", + type: "boolean" + } + }, + type: "object" + } + }, + type: "object" + }, + mTLS: { + description: "MTLSSpec defines mTLS configuration.", + properties: { + "allowed Clock Skew": { type: "string" }, + "control Plane Trust Domain": { type: "string" }, + enabled: { type: "boolean" }, + "sentry Address": { type: "string" }, + "token Validators": { + description: + 'Additional token validators to use. When Dapr is running in Kubernetes mode, this is in addition to the built-in "kubernetes" validator. In self-hosted mode, enabling a custom validator will disable the built-in "insecure" validator.', + items: { + description: + "ValidatorSpec contains additional token validators to use.", + properties: { + name: { + description: "Name of the validator", + enum: ["jwks"], + type: "string" + }, + options: { + description: + "Options for the validator, if any", + type: "object", + "x-kubernetes-preserve-unknown-fields": true + } + }, + required: ["name"], + type: "object" + }, + type: "array" + }, + "workload Cert TTL": { type: "string" } + }, + required: ["enabled"], + type: "object" + }, + metric: { + default: { enabled: true }, + description: + "MetricSpec defines metrics configuration.", + properties: { + enabled: { type: "boolean" }, + http: { + description: + "MetricHTTP defines configuration for metrics for the HTTP server", + properties: { + "exclude Verbs": { + description: + "If true (default is false) HTTP verbs (e.g., GET, POST) are excluded from the metrics.", + type: "boolean" + }, + "increased Cardinality": { + description: + "If true, metrics for the HTTP server are collected with increased cardinality. The default is true in Dapr 1.13, but will be changed to false in 1.15+", + type: "boolean" + }, + "path Matching": { + description: + "PathMatching defines the path matching configuration for HTTP server metrics.", + items: { type: "string" }, + type: "array" + } + }, + type: "object" + }, + rules: { + items: { + description: + "MetricsRule defines configuration options for a metric.", + properties: { + labels: { + items: { + description: + "MetricsLabel defines an object that allows to set regex expressions for a label.", + properties: { + name: { type: "string" }, + regex: { + additionalProperties: { + type: "string" + }, + type: "object" + } + }, + required: ["name", "regex"], + type: "object" + }, + type: "array" + }, + name: { type: "string" } + }, + required: ["labels", "name"], + type: "object" + }, + type: "array" + } + }, + required: ["enabled"], + type: "object" + }, + metrics: { + default: { enabled: true }, + description: + "MetricSpec defines metrics configuration.", + properties: { + enabled: { type: "boolean" }, + http: { + description: + "MetricHTTP defines configuration for metrics for the HTTP server", + properties: { + "exclude Verbs": { + description: + "If true (default is false) HTTP verbs (e.g., GET, POST) are excluded from the metrics.", + type: "boolean" + }, + "increased Cardinality": { + description: + "If true, metrics for the HTTP server are collected with increased cardinality. The default is true in Dapr 1.13, but will be changed to false in 1.14+", + type: "boolean" + }, + "path Matching": { + description: + "PathMatching defines the path matching configuration for HTTP server metrics.", + items: { type: "string" }, + type: "array" + } + }, + type: "object" + }, + "latency Distribution Buckets": { + description: + "If a list of integers is specified, use these values for latency distribution buckets instead of the default values.", + items: { type: "integer" }, + type: "array" + }, + rules: { + items: { + description: + "MetricsRule defines configuration options for a metric.", + properties: { + labels: { + items: { + description: + "MetricsLabel defines an object that allows to set regex expressions for a label.", + properties: { + name: { type: "string" }, + regex: { + additionalProperties: { + type: "string" + }, + type: "object" + } + }, + required: ["name", "regex"], + type: "object" + }, + type: "array" + }, + name: { type: "string" } + }, + required: ["labels", "name"], + type: "object" + }, + type: "array" + } + }, + required: ["enabled"], + type: "object" + }, + "name Resolution": { + description: + "NameResolutionSpec is the spec for name resolution configuration.", + properties: { + component: { type: "string" }, + configuration: { + description: + "DynamicValue is a dynamic value struct for the component.metadata pair value.", + type: "object", + "x-kubernetes-preserve-unknown-fields": true + }, + version: { type: "string" } + }, + required: ["component", "configuration", "version"], + type: "object" + }, + secrets: { + description: + "SecretsSpec is the spec for secrets configuration.", + properties: { + scopes: { + items: { + description: + "SecretsScope defines the scope for secrets.", + properties: { + "allowed Secrets": { + items: { type: "string" }, + type: "array" + }, + "default Access": { type: "string" }, + "denied Secrets": { + items: { type: "string" }, + type: "array" + }, + "store Name": { type: "string" } + }, + required: ["storeName"], + type: "object" + }, + type: "array" + } + }, + required: ["scopes"], + type: "object" + }, + tracing: { + description: + "TracingSpec defines distributed tracing configuration.", + properties: { + otel: { + description: + "OtelSpec defines Otel exporter configurations.", + properties: { + "endpoint Address": { type: "string" }, + "is Secure": { type: "boolean" }, + protocol: { type: "string" } + }, + required: [ + "endpointAddress", + "isSecure", + "protocol" + ], + type: "object" + }, + "sampling Rate": { type: "string" }, + stdout: { type: "boolean" }, + zipkin: { + description: + "ZipkinSpec defines Zipkin trace configurations.", + properties: { + "endpoint Address": { type: "string" } + }, + required: ["endpointAddress"], + type: "object" + } + }, + required: ["samplingRate"], + type: "object" + }, + wasm: { + description: + "WasmSpec describes the security profile for all Dapr Wasm components.", + properties: { "strict Sandbox": { type: "boolean" } }, + type: "object" + } + }, + type: "object" + } + }, + type: "object" + } + }, + served: true, + storage: true + } + ] + }, + name: "configurations.dapr.io", + labels: { "app.kubernetes.io/part-of": "dapr" }, + annotations: { "controller-gen.kubebuilder.io/version": "v0.11.3" } + }, + traits: { + meshmap: { + edges: [], + fieldRefData: {}, + id: "c313c81e-678c-4a3a-b975-345915c8de9d", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isNamespaced: false, + logoURL: + "https://github.com/cncf/artwork/blob/master/projects/kubernetes/icon/white/kubernetes-icon-white.svg", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "circle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { "z-index": 39 }, + styles: "", + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/customresourcedefinition-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/customresourcedefinition-white.svg" + }, + position: { posX: -465.7323800570271, posY: 49.71379708298537 }, + whiteboardData: { style: {} } + } + }, + type: "CustomResourceDefinition" + } + } + } + }, + position: { x: -465.7323800570271, y: 49.71379708298537 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "2c12611c-0547-4d84-ab43-b3c341199b57", + type: "ClusterRole", + apiVersion: "rbac.authorization.k8s.io/v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-injector", + services: { + "2c12611c-0547-4d84-ab43-b3c341199b57": { + settings: { + rules: [ + { + "api Groups": [""], + resources: ["serviceaccounts"], + verbs: ["get", "list"] + }, + { + "api Groups": ["admissionregistration.k8s.io"], + "resource Names": ["dapr-sidecar-injector"], + resources: ["mutatingwebhookconfigurations"], + verbs: ["patch"] + }, + { + "api Groups": ["dapr.io"], + resources: ["components"], + verbs: ["get", "list"] + } + ], + name: "dapr-injector", + labels: { + "app.kubernetes.io/component": "rbac", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + traits: { + meshmap: { + edges: [ + { + data: { + id: "adea5377-20b1-47e6-a27f-ba161d4ca3e5", + metadata: { binded_by: "b9e4ec94-82be-46e2-9360-0333e86dc44a" }, + source: "2c12611c-0547-4d84-ab43-b3c341199b57", + subType: "Permission", + target: "7c266d36-6aed-4a35-b8b4-dddacfaa33c6" + }, + style: { + "control-point-distances": null, + "control-point-weights": "0.5", + "curve-style": "bezier", + "haystack-radius": "0", + "line-color": "rgb(153,153,153)", + "line-style": "dotted", + opacity: "1", + "segment-distances": "20px", + "segment-weights": "0.5", + "target-arrow-shape": "vee", + "taxi-direction": "auto", + "taxi-turn": "50%", + "taxi-turn-min-distance": "10px", + width: "1.5px" + } + } + ], + fieldRefData: {}, + id: "2c12611c-0547-4d84-ab43-b3c341199b57", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: false, + logoURL: "Created by Meshery Authors", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "round-rectangle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { + height: "22px", + width: "22px", + x: "8.5", + y: "7.5", + "z-index": 20 + }, + styles: '{"height":"22px", "width":"22px", "x":"8.5", "y":"7.5"}', + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/clusterrole-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/clusterrole-white.svg" + }, + position: { posX: 40.630011116979134, posY: 247.02137736235807 }, + whiteboardData: { style: {} } + } + }, + type: "ClusterRole" + } + } + } + }, + position: { x: 40.630011116979134, y: 247.02137736235807 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "c9bdb4ba-cf67-41a7-b95c-35bdc5ce6ae3", + type: "RoleBinding", + apiVersion: "rbac.authorization.k8s.io/v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-injector", + services: { + "c9bdb4ba-cf67-41a7-b95c-35bdc5ce6ae3": { + namespace: "default", + settings: { + "role Ref": { + "api Group": "rbac.authorization.k8s.io", + kind: "Role", + name: "dapr-injector" + }, + subjects: [ + { + kind: "ServiceAccount", + name: "dapr-injector", + namespace: "default" + } + ], + name: "dapr-injector", + namespace: "default", + labels: { + "app.kubernetes.io/component": "rbac", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + traits: { + meshmap: { + edges: [], + fieldRefData: {}, + id: "c9bdb4ba-cf67-41a7-b95c-35bdc5ce6ae3", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: true, + logoURL: + "https://github.com/cncf/artwork/blob/master/projects/kubernetes/icon/white/kubernetes-icon-white.svg", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "round-rectangle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { + height: "25px", + width: "25px", + x: "7", + y: "7", + "z-index": 34 + }, + styles: + '{"height":"25px","width":"25px","x":"7", "y":"7","z-index":4}', + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/rolebinding-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/rolebinding-white.svg" + }, + position: { posX: -75.10621723448139, posY: 106.37346795861619 }, + whiteboardData: { + style: { height: 10.5, width: 10.5, "z-index": 1000 } + } + } + }, + type: "RoleBinding" + } + } + } + }, + position: { x: -75.10621723448139, y: 106.37346795861619 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: false, + pannable: false, + classes: "" + }, + { + data: { + id: "de4b475b-614b-4c03-b5a1-62d02d83807d", + type: "ConfigMap", + apiVersion: "v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-trust-bundle", + services: { + "de4b475b-614b-4c03-b5a1-62d02d83807d": { + namespace: "default", + settings: { + name: "dapr-trust-bundle", + namespace: "default", + labels: { + app: "dapr-sentry", + "app.kubernetes.io/component": "sentry", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + traits: { + meshmap: { + edges: [], + fieldRefData: {}, + id: "de4b475b-614b-4c03-b5a1-62d02d83807d", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: true, + logoURL: + "https://github.com/cncf/artwork/blob/master/projects/kubernetes/icon/white/kubernetes-icon-white.svg", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "bottom-round-rectangle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { "z-index": 38 }, + styles: "", + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/configmap-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/configmap-white.svg" + }, + position: { posX: -254.7176815576313, posY: -31.56937291556636 }, + whiteboardData: { style: {} } + } + }, + type: "ConfigMap" + } + } + } + }, + position: { x: -254.7176815576313, y: -31.56937291556636 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "7127921c-3827-4290-b444-c8f5d3feca5f", + type: "Role", + apiVersion: "rbac.authorization.k8s.io/v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "secret-reader", + services: { + "7127921c-3827-4290-b444-c8f5d3feca5f": { + namespace: "default", + settings: { + rules: [{ "api Groups": [""], resources: ["secrets"], verbs: ["get"] }], + name: "secret-reader", + namespace: "default", + labels: { + "app.kubernetes.io/component": "rbac", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + traits: { + meshmap: { + edges: [], + fieldRefData: {}, + id: "7127921c-3827-4290-b444-c8f5d3feca5f", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: true, + logoURL: + "https://github.com/cncf/artwork/blob/master/projects/kubernetes/icon/white/kubernetes-icon-white.svg", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "round-rectangle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { + height: "22px", + width: "22px", + x: "8.5", + y: "7.5", + "z-index": 17 + }, + styles: + '{"height":"22px", "width":"22px", "x":"8.5", "y":"7.5","z-index":4}', + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/role-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/role-white.svg" + }, + position: { posX: -194.61736846877474, posY: 130.8966070738711 }, + whiteboardData: { style: {} } + } + }, + type: "Role" + } + } + } + }, + position: { x: -194.61736846877474, y: 130.8966070738711 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "7a348b87-0a93-43b8-9920-a7eb6afe5941", + type: "Deployment", + apiVersion: "apps/v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-sentry", + services: { + "7a348b87-0a93-43b8-9920-a7eb6afe5941": { + namespace: "default", + settings: { + spec: { + replicas: 1, + selector: { "match Labels": { app: "dapr-sentry" } }, + template: { + metadata: { + annotations: { + "dapr.io/control-plane": "sentry", + "prometheus.io/path": "/", + "prometheus.io/port": "9090", + "prometheus.io/scrape": "true" + }, + labels: { + app: "dapr-sentry", + "app.kubernetes.io/component": "sentry", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + spec: { + affinity: { + "node Affinity": { + "required During Scheduling Ignored During Execution": { + "node Selector Terms": [ + { + "match Expressions": [ + { + key: "kubernetes.io/os", + operator: "In", + values: ["linux"] + } + ] + } + ] + } + } + }, + containers: [ + { + args: [ + "--log-level", + "info", + "--enable-metrics", + "--metrics-port", + "9090", + "--trust-domain", + "cluster.local" + ], + command: ["/sentry"], + env: [ + { + name: "NAMESPACE", + "value From": { + "field Ref": { "field Path": "metadata.namespace" } + } + } + ], + image: "ghcr.io/dapr/sentry:1.14.0-rc.4", + "image Pull Policy": "IfNotPresent", + "liveness Probe": { + "failure Threshold": 5, + "http Get": { path: "/healthz", port: 8080 }, + "initial Delay Seconds": 3, + "period Seconds": 3 + }, + name: "dapr-sentry", + ports: [ + { "container Port": 50001 }, + { "container Port": 9090, name: "metrics", protocol: "TCP" } + ], + "readiness Probe": { + "failure Threshold": 5, + "http Get": { path: "/healthz", port: 8080 }, + "initial Delay Seconds": 3, + "period Seconds": 3 + }, + resources: {}, + "security Context": { + capabilities: { drop: ["ALL"] }, + "read Only Root Filesystem": true, + "run As Non Root": true + }, + "volume Mounts": [ + { + "mount Path": "/var/run/secrets/dapr.io/credentials", + name: "credentials", + "read Only": true + } + ] + } + ], + "service Account Name": "dapr-sentry", + volumes: [ + { + name: "credentials", + secret: { "secret Name": "dapr-trust-bundle" } + } + ] + } + } + }, + name: "dapr-sentry", + namespace: "default", + labels: { + app: "dapr-sentry", + "app.kubernetes.io/component": "sentry", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + traits: { + meshmap: { + edges: [ + { + data: { + id: "2e21ce73-db2a-4ee3-a531-02fd847689a6", + metadata: { port: 443, protocol: "TCP" }, + source: "484a881e-7cbc-4b14-9962-cd7fc4b1775d", + subType: "Network", + target: "7a348b87-0a93-43b8-9920-a7eb6afe5941" + }, + style: { + "control-point-distances": null, + "control-point-weights": "0.5", + "curve-style": "bezier", + "haystack-radius": "0", + "line-color": "rgb(153,153,153)", + "line-style": "dotted", + opacity: "1", + "segment-distances": "20px", + "segment-weights": "0.5", + "target-arrow-shape": "vee", + "taxi-direction": "auto", + "taxi-turn": "50%", + "taxi-turn-min-distance": "10px", + width: "1.5px" + } + } + ], + fieldRefData: {}, + id: "7a348b87-0a93-43b8-9920-a7eb6afe5941", + "meshmodel-metadata": { + capabilities: + '{\n "fieldRefs": [\n {\n "fieldPath": "spec.template.spec.containers",\n "jsonSchemaPath": "properties.spec.allOf[0].properties.template.allOf[0].properties.spec.allOf[0].properties.containers.items.allOf[0]",\n "component": {\n "kind": "Container",\n "model": "meshery-core"\n },\n "renderChildren": true\n },\n {\n "fieldPath": "spec.template.spec.init Containers",\n "jsonSchemaPath": "properties.spec.allOf[0].properties.template.allOf[0].properties.spec.allOf[0].properties.init Containers.items.allOf[0]",\n "component": {\n "kind": "Container",\n "model": "meshery-core"\n },\n "renderChildren": true\n }\n ],\n "designer": {\n "edit": {\n "shape": {\n "convert-shape": false\n }\n }\n }\n}', + defaultData: "", + genealogy: "parent", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: true, + logoURL: "Created by Meshery Authors", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "round-rectangle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { + "background-opacity": 0.5, + "border-width": 2, + "z-index": 32 + }, + styles: '{"border-width":2,"background-opacity":0.5}', + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/deployment-color.svg", + svgComplete: + "ui/public/static/img/meshmodels/kubernetes/complete/deployment-complete.svg", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/deployment-white.svg" + }, + position: { posX: -145.08186906469734, posY: -228.47924925462706 }, + whiteboardData: { style: {} } + } + }, + type: "Deployment" + } + } + } + }, + position: { x: -145.08186906469734, y: -228.47924925462706 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "03182acd-bf30-4204-afab-e8a2305ee6c0", + type: "CustomResourceDefinition", + apiVersion: "apiextensions.k8s.io/v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "httpendpoints.dapr.io", + services: { + "03182acd-bf30-4204-afab-e8a2305ee6c0": { + settings: { + spec: { + group: "dapr.io", + names: { + kind: "HTTPEndpoint", + "list Kind": "HTTPEndpointList", + plural: "httpendpoints", + singular: "httpendpoint" + }, + scope: "Namespaced", + versions: [ + { + name: "v1alpha1", + schema: { + "open APIV3Schema": { + description: + "HTTPEndpoint describes a Dapr HTTPEndpoint type for external service invocation. This endpoint can be external to Dapr, or external to the environment.", + properties: { + "api Version": { + description: + "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", + type: "string" + }, + auth: { + description: + "Auth represents authentication details for the component.", + properties: { "secret Store": { type: "string" } }, + required: ["secretStore"], + type: "object" + }, + kind: { + description: + "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", + type: "string" + }, + metadata: { type: "object" }, + scopes: { items: { type: "string" }, type: "array" }, + spec: { + description: + "HTTPEndpointSpec describes an access specification for allowing external service invocations.", + properties: { + "base Url": { type: "string" }, + "client TLS": { + description: + "TLS describes how to build client or server TLS configurations.", + properties: { + certificate: { + description: + "TLSDocument describes and in-line or pointer to a document to build a TLS configuration.", + properties: { + "secret Key Ref": { + description: + "SecretKeyRef is the reference of a value in a secret store component.", + properties: { + key: { + description: "Field in the secret.", + type: "string" + }, + name: { + description: "Secret name.", + type: "string" + } + }, + required: ["name"], + type: "object" + }, + value: { + description: + "Value of the property, in plaintext.", + "x-kubernetes-preserve-unknown-fields": true + } + }, + type: "object" + }, + "private Key": { + description: + "TLSDocument describes and in-line or pointer to a document to build a TLS configuration.", + properties: { + "secret Key Ref": { + description: + "SecretKeyRef is the reference of a value in a secret store component.", + properties: { + key: { + description: "Field in the secret.", + type: "string" + }, + name: { + description: "Secret name.", + type: "string" + } + }, + required: ["name"], + type: "object" + }, + value: { + description: + "Value of the property, in plaintext.", + "x-kubernetes-preserve-unknown-fields": true + } + }, + type: "object" + }, + renegotiation: { + default: "Never", + description: + "Renegotiation sets the underlying tls negotiation strategy for an http channel.", + enum: ["Never", "OnceAsClient", "FreelyAsClient"], + type: "string" + }, + "root CA": { + description: + "TLSDocument describes and in-line or pointer to a document to build a TLS configuration.", + properties: { + "secret Key Ref": { + description: + "SecretKeyRef is the reference of a value in a secret store component.", + properties: { + key: { + description: "Field in the secret.", + type: "string" + }, + name: { + description: "Secret name.", + type: "string" + } + }, + required: ["name"], + type: "object" + }, + value: { + description: + "Value of the property, in plaintext.", + "x-kubernetes-preserve-unknown-fields": true + } + }, + type: "object" + } + }, + type: "object" + }, + headers: { + items: { + description: "NameValuePair is a name/value pair.", + properties: { + "env Ref": { + description: + "EnvRef is the name of an environmental variable to read the value from.", + type: "string" + }, + name: { + description: "Name of the property.", + type: "string" + }, + "secret Key Ref": { + description: + "SecretKeyRef is the reference of a value in a secret store component.", + properties: { + key: { + description: "Field in the secret.", + type: "string" + }, + name: { + description: "Secret name.", + type: "string" + } + }, + required: ["name"], + type: "object" + }, + value: { + description: + "Value of the property, in plaintext.", + "x-kubernetes-preserve-unknown-fields": true + } + }, + required: ["name"], + type: "object" + }, + type: "array" + } + }, + required: ["baseUrl"], + type: "object" + } + }, + type: "object" + } + }, + served: true, + storage: true + } + ] + }, + name: "httpendpoints.dapr.io", + labels: { "app.kubernetes.io/part-of": "dapr" } + }, + traits: { + meshmap: { + edges: [], + fieldRefData: {}, + id: "03182acd-bf30-4204-afab-e8a2305ee6c0", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isNamespaced: false, + logoURL: + "https://github.com/cncf/artwork/blob/master/projects/kubernetes/icon/white/kubernetes-icon-white.svg", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "circle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { "z-index": 24 }, + styles: "", + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/customresourcedefinition-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/customresourcedefinition-white.svg" + }, + position: { posX: -406.36730070740856, posY: 201.59435809591034 }, + whiteboardData: { style: {} } + } + }, + type: "CustomResourceDefinition" + } + } + } + }, + position: { x: -406.36730070740856, y: 201.59435809591034 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "40fc8324-31d0-44a2-af15-b67e7ee01af4", + type: "Service", + apiVersion: "v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-api", + services: { + "40fc8324-31d0-44a2-af15-b67e7ee01af4": { + namespace: "default", + settings: { + spec: { + ports: [ + { name: "grpc", port: 443, protocol: "TCP", "target Port": 6500 }, + { name: "legacy", port: 80, protocol: "TCP", "target Port": 6500 } + ], + selector: { app: "dapr-operator" }, + type: "ClusterIP" + }, + name: "dapr-api", + namespace: "default", + labels: { + "app.kubernetes.io/component": "operator", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + }, + annotations: { + "prometheus.io/path": "/", + "prometheus.io/port": "9090", + "prometheus.io/scrape": "true" + } + }, + traits: { + meshmap: { + edges: [ + { + data: { + id: "92f785f6-2b19-4218-8c6c-c37b2df57410", + metadata: { port: 443, protocol: "TCP" }, + source: "40fc8324-31d0-44a2-af15-b67e7ee01af4", + subType: "Network", + target: "6c3ac91b-c3e2-4312-91b3-4e24841b152e" + }, + style: { + "control-point-distances": null, + "control-point-weights": "0.5", + "curve-style": "bezier", + "haystack-radius": "0", + "line-color": "rgb(153,153,153)", + "line-style": "dotted", + opacity: "1", + "segment-distances": "20px", + "segment-weights": "0.5", + "target-arrow-shape": "vee", + "taxi-direction": "auto", + "taxi-turn": "50%", + "taxi-turn-min-distance": "10px", + width: "1.5px" + } + } + ], + fieldRefData: {}, + id: "40fc8324-31d0-44a2-af15-b67e7ee01af4", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: true, + logoURL: + "https://github.com/cncf/artwork/blob/master/projects/kubernetes/icon/white/kubernetes-icon-white.svg", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "round-triangle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { + "background-position-y": 4.5, + height: 20, + padding: 12, + width: 20, + x: "10px", + y: "12px", + "z-index": 21 + }, + styles: + '{"height":20,"width":20,"padding":12,"background-position-y":4.5,"x":"10px","y":"12px"}', + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/service-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/service-white.svg" + }, + position: { posX: -351.8618671949036, posY: -112.88538886918816 }, + whiteboardData: { style: {} } + } + }, + type: "Service" + } + } + } + }, + position: { x: -351.8618671949036, y: -112.88538886918816 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "bf3b8a3a-8206-4fd1-9a1d-90dacb4d410a", + type: "Role", + apiVersion: "rbac.authorization.k8s.io/v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-operator", + services: { + "bf3b8a3a-8206-4fd1-9a1d-90dacb4d410a": { + namespace: "default", + settings: { + rules: [ + { + "api Groups": ["coordination.k8s.io"], + "resource Names": ["operator.dapr.io", "webhooks.dapr.io"], + resources: ["leases"], + verbs: ["get", "list", "watch", "update", "create"] + }, + { + "api Groups": [""], + "resource Names": ["operator.dapr.io", "webhooks.dapr.io"], + resources: ["configmaps"], + verbs: ["get", "list", "watch", "update", "create"] + }, + { + "api Groups": ["coordination.k8s.io"], + resources: ["leases"], + verbs: ["create"] + }, + { + "api Groups": [""], + resources: ["configmaps", "events"], + verbs: ["create"] + } + ], + name: "dapr-operator", + namespace: "default", + labels: { + "app.kubernetes.io/component": "rbac", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + traits: { + meshmap: { + edges: [ + { + data: { + id: "2d852a36-9434-4e3b-a471-9a106a6f28d1", + metadata: { binded_by: "26f2ead6-5ab5-4598-b3f8-eb0534fa57b9" }, + source: "bf3b8a3a-8206-4fd1-9a1d-90dacb4d410a", + subType: "Permission", + target: "ec2dcead-f5d4-4f1f-a390-a52aaeb3615a" + }, + style: { + "control-point-distances": null, + "control-point-weights": "0.5", + "curve-style": "bezier", + "haystack-radius": "0", + "line-color": "rgb(153,153,153)", + "line-style": "dotted", + opacity: "1", + "segment-distances": "20px", + "segment-weights": "0.5", + "target-arrow-shape": "vee", + "taxi-direction": "auto", + "taxi-turn": "50%", + "taxi-turn-min-distance": "10px", + width: "1.5px" + } + } + ], + fieldRefData: {}, + id: "bf3b8a3a-8206-4fd1-9a1d-90dacb4d410a", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: true, + logoURL: + "https://github.com/cncf/artwork/blob/master/projects/kubernetes/icon/white/kubernetes-icon-white.svg", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "round-rectangle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: + '{"height":"22px", "width":"22px", "x":"8.5", "y":"7.5","z-index":4}', + styles: + '{"height":"22px", "width":"22px", "x":"8.5", "y":"7.5","z-index":4}', + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/role-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/role-white.svg" + }, + position: { posX: 123.964834307795, posY: 238.68242913485227 }, + whiteboardData: { style: {} } + } + }, + type: "Role" + } + } + } + }, + position: { x: 123.964834307795, y: 238.68242913485227 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "c6e44479-39aa-4463-bad0-71b894a3d903", + type: "ClusterRoleBinding", + apiVersion: "rbac.authorization.k8s.io/v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-scheduler", + services: { + "c6e44479-39aa-4463-bad0-71b894a3d903": { + settings: { + "role Ref": { + "api Group": "rbac.authorization.k8s.io", + kind: "ClusterRole", + name: "dapr-scheduler" + }, + subjects: [ + { + kind: "ServiceAccount", + name: "dapr-scheduler", + namespace: "default" + } + ], + name: "dapr-scheduler", + labels: { + "app.kubernetes.io/component": "rbac", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + traits: { + meshmap: { + edges: [], + fieldRefData: {}, + id: "c6e44479-39aa-4463-bad0-71b894a3d903", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: false, + logoURL: "Created by Meshery Authors", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "round-rectangle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { + height: "25px", + width: "25px", + x: "7", + y: "7", + "z-index": 1004 + }, + styles: '{"height":"25px","width":"25px","x":"7", "y":"7"}', + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/clusterrolebinding-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/clusterrolebinding-white.svg" + }, + position: { posX: 265.7673155159593, posY: 1.0239635603203645 }, + whiteboardData: { + style: { height: 10.5, width: 10.5, "z-index": 1000 } + } + } + }, + type: "ClusterRoleBinding" + } + } + } + }, + position: { x: 265.7673155159593, y: 1.0239635603203645 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: false, + pannable: false, + classes: "" + }, + { + data: { + id: "f6840034-c6a6-49a5-9ae0-edcf7f123184", + type: "RoleBinding", + apiVersion: "rbac.authorization.k8s.io/v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-secret-reader", + services: { + "f6840034-c6a6-49a5-9ae0-edcf7f123184": { + namespace: "default", + settings: { + "role Ref": { + "api Group": "rbac.authorization.k8s.io", + kind: "Role", + name: "secret-reader" + }, + subjects: [{ kind: "ServiceAccount", name: "default" }], + name: "dapr-secret-reader", + namespace: "default", + labels: { + "app.kubernetes.io/component": "rbac", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + traits: { + meshmap: { + edges: [], + fieldRefData: {}, + id: "f6840034-c6a6-49a5-9ae0-edcf7f123184", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: true, + logoURL: + "https://github.com/cncf/artwork/blob/master/projects/kubernetes/icon/white/kubernetes-icon-white.svg", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "round-rectangle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { + height: "25px", + width: "25px", + x: "7", + y: "7", + "z-index": 6 + }, + styles: + '{"height":"25px","width":"25px","x":"7", "y":"7","z-index":4}', + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/rolebinding-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/rolebinding-white.svg" + }, + position: { posX: -139.202877918207, posY: 40.363001111697905 }, + whiteboardData: { style: {} } + } + }, + type: "RoleBinding" + } + } + } + }, + position: { x: -139.202877918207, y: 40.363001111697905 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "4f2e583f-21c7-4c41-80e9-8029395028fe", + type: "RoleBinding", + apiVersion: "rbac.authorization.k8s.io/v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-sentry", + services: { + "4f2e583f-21c7-4c41-80e9-8029395028fe": { + namespace: "default", + settings: { + "role Ref": { + "api Group": "rbac.authorization.k8s.io", + kind: "Role", + name: "dapr-sentry" + }, + subjects: [ + { kind: "ServiceAccount", name: "dapr-sentry", namespace: "default" } + ], + name: "dapr-sentry", + namespace: "default", + labels: { + "app.kubernetes.io/component": "rbac", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + traits: { + meshmap: { + edges: [], + fieldRefData: {}, + id: "4f2e583f-21c7-4c41-80e9-8029395028fe", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: true, + logoURL: + "https://github.com/cncf/artwork/blob/master/projects/kubernetes/icon/white/kubernetes-icon-white.svg", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "round-rectangle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { + height: "25px", + width: "25px", + x: "7", + y: "7", + "z-index": 1005 + }, + styles: + '{"height":"25px","width":"25px","x":"7", "y":"7","z-index":4}', + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/rolebinding-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/rolebinding-white.svg" + }, + position: { posX: 305.692981116806, posY: -154.60013314304072 }, + whiteboardData: { + style: { height: 10.5, width: 10.5, "z-index": 1000 } + } + } + }, + type: "RoleBinding" + } + } + } + }, + position: { x: 305.692981116806, y: -154.60013314304072 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: false, + pannable: false, + classes: "" + }, + { + data: { + id: "4a33347b-9159-4462-a7a4-01bbe652aa8d", + type: "Configuration", + apiVersion: "dapr.io/v1alpha1", + meshType: "dapr", + model: "dapr", + config: { + name: "daprsystem", + services: { + "4a33347b-9159-4462-a7a4-01bbe652aa8d": { + namespace: "default", + settings: { + spec: { + mTLS: { + "allowed Clock Skew": "15m", + "control Plane Trust Domain": "cluster.local", + enabled: true, + "sentry Address": "dapr-sentry.default.svc.cluster.local:443", + "workload Cert TTL": "24h" + } + }, + name: "daprsystem", + namespace: "default", + labels: { + "app.kubernetes.io/component": "config", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + traits: { + meshmap: { + edges: [], + fieldRefData: {}, + id: "4a33347b-9159-4462-a7a4-01bbe652aa8d", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isModelAnnotation: "FALSE", + isNamespaced: true, + logoURL: + "https://github.com/cncf/artwork/blob/master/examples/incubating.md#dapr-logos", + model: "dapr", + modelDisplayName: "Dapr", + primaryColor: "#0d2192", + secondaryColor: "#5266D7", + shape: "circle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { "z-index": 19 }, + styles: "", + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/dapr/color/component-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/dapr/white/component-white.svg" + }, + position: { posX: -456.4025170252113, posY: 128.55490745365682 }, + whiteboardData: { style: {} } + } + }, + type: "Configuration" + } + } + } + }, + position: { x: -456.4025170252113, y: 128.55490745365682 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "b9e4ec94-82be-46e2-9360-0333e86dc44a", + type: "ClusterRoleBinding", + apiVersion: "rbac.authorization.k8s.io/v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-injector", + services: { + "b9e4ec94-82be-46e2-9360-0333e86dc44a": { + settings: { + "role Ref": { + "api Group": "rbac.authorization.k8s.io", + kind: "ClusterRole", + name: "dapr-injector" + }, + subjects: [ + { + kind: "ServiceAccount", + name: "dapr-injector", + namespace: "default" + } + ], + name: "dapr-injector", + labels: { + "app.kubernetes.io/component": "rbac", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + traits: { + meshmap: { + edges: [], + fieldRefData: {}, + id: "b9e4ec94-82be-46e2-9360-0333e86dc44a", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: false, + logoURL: "Created by Meshery Authors", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "round-rectangle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { + height: "25px", + width: "25px", + x: "7", + y: "7", + "z-index": 1007 + }, + styles: '{"height":"25px","width":"25px","x":"7", "y":"7"}', + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/clusterrolebinding-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/clusterrolebinding-white.svg" + }, + position: { posX: 23.87661907795909, posY: 122.3330988711856 }, + whiteboardData: { + style: { height: 10.5, width: 10.5, "z-index": 1000 } + } + } + }, + type: "ClusterRoleBinding" + } + } + } + }, + position: { x: 23.87661907795909, y: 122.3330988711856 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: false, + pannable: false, + classes: "" + }, + { + data: { + id: "bbbd5037-bc3e-4255-aa07-754479b3a169", + type: "ClusterRole", + apiVersion: "rbac.authorization.k8s.io/v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-operator-admin", + services: { + "bbbd5037-bc3e-4255-aa07-754479b3a169": { + settings: { + rules: [ + { + "api Groups": ["apiextensions.k8s.io"], + resources: ["customresourcedefinitions"], + verbs: ["get", "patch"] + }, + { + "api Groups": ["apps"], + resources: ["deployments", "deployments/finalizers"], + verbs: ["get", "list", "watch"] + }, + { + "api Groups": ["apps"], + resources: ["deployments/finalizers"], + verbs: ["update"] + }, + { + "api Groups": ["apps"], + resources: ["statefulsets", "statefulsets/finalizers"], + verbs: ["get", "list", "watch"] + }, + { + "api Groups": ["apps"], + resources: ["statefulsets/finalizers"], + verbs: ["update"] + }, + { + "api Groups": [""], + resources: ["pods"], + verbs: ["get", "list", "delete", "watch"] + }, + { + "api Groups": [""], + resources: ["services", "services/finalizers"], + verbs: ["get", "list", "watch", "update", "create"] + }, + { "api Groups": [""], resources: ["services"], verbs: ["delete"] }, + { + "api Groups": [""], + resources: ["secrets"], + verbs: ["get", "list", "watch"] + }, + { + "api Groups": ["dapr.io"], + resources: [ + "components", + "configurations", + "subscriptions", + "resiliencies", + "httpendpoints" + ], + verbs: ["get", "list", "watch"] + } + ], + name: "dapr-operator-admin", + labels: { + "app.kubernetes.io/component": "rbac", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + traits: { + meshmap: { + edges: [ + { + data: { + id: "fae58b9c-fb4a-4e27-8c2c-a5c6628231a1", + metadata: { binded_by: "674e8273-f90a-45b8-aaa0-8cf23dc67ce4" }, + source: "bbbd5037-bc3e-4255-aa07-754479b3a169", + subType: "Permission", + target: "ec2dcead-f5d4-4f1f-a390-a52aaeb3615a" + }, + style: { + "control-point-distances": null, + "control-point-weights": "0.5", + "curve-style": "bezier", + "haystack-radius": "0", + "line-color": "rgb(153,153,153)", + "line-style": "dotted", + opacity: "1", + "segment-distances": "20px", + "segment-weights": "0.5", + "target-arrow-shape": "vee", + "taxi-direction": "auto", + "taxi-turn": "50%", + "taxi-turn-min-distance": "10px", + width: "1.5px" + } + } + ], + fieldRefData: {}, + id: "bbbd5037-bc3e-4255-aa07-754479b3a169", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: false, + logoURL: "Created by Meshery Authors", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "round-rectangle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { + height: "22px", + width: "22px", + x: "8.5", + y: "7.5", + "z-index": 42 + }, + styles: '{"height":"22px", "width":"22px", "x":"8.5", "y":"7.5"}', + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/clusterrole-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/clusterrole-white.svg" + }, + position: { posX: 93.14788885436155, posY: 67.28200659681865 }, + whiteboardData: { style: {} } + } + }, + type: "ClusterRole" + } + } + } + }, + position: { x: 93.14788885436155, y: 67.28200659681865 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "787667bc-3cdf-4388-9f17-61df0e81a8d9", + type: "Service", + apiVersion: "v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-scheduler-server", + services: { + "787667bc-3cdf-4388-9f17-61df0e81a8d9": { + namespace: "default", + settings: { + spec: { + "cluster IP": "None", + ports: [ + { name: "api", port: 50006 }, + { name: "etcd-client", port: 2379 }, + { name: "etcd-httpclient", port: 2330 }, + { name: "etcd-peer", port: 2380 } + ], + "publish Not Ready Addresses": true, + selector: { app: "dapr-scheduler-server" } + }, + name: "dapr-scheduler-server", + namespace: "default", + labels: { + app: "dapr-scheduler-server", + "app.kubernetes.io/component": "scheduler", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + }, + annotations: { + "prometheus.io/path": "/", + "prometheus.io/port": "9090", + "prometheus.io/scrape": "true" + } + }, + traits: { + meshmap: { + edges: [ + { + data: { + id: "86d22457-aaae-4bd9-9b79-39d5dd3b7c93", + source: "787667bc-3cdf-4388-9f17-61df0e81a8d9", + subType: "Annotation", + target: "4ada3a29-b9c1-4138-aeaf-58dbcb6a9ea9" + }, + style: { + "control-point-distances": null, + "control-point-weights": "0.5", + "curve-style": "bezier", + "haystack-radius": "0", + "line-color": "rgb(147,152,176)", + "line-style": "dashed", + opacity: "1", + "segment-distances": "20px", + "segment-weights": "0.5", + "target-arrow-shape": "vee", + "taxi-direction": "auto", + "taxi-turn": "50%", + "taxi-turn-min-distance": "10px", + width: "1.5px" + } + } + ], + fieldRefData: {}, + id: "787667bc-3cdf-4388-9f17-61df0e81a8d9", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: true, + logoURL: + "https://github.com/cncf/artwork/blob/master/projects/kubernetes/icon/white/kubernetes-icon-white.svg", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "round-triangle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { + "background-position-y": 4.5, + height: 20, + padding: 12, + width: 20, + x: "10px", + y: "12px", + "z-index": 29 + }, + styles: + '{"height":20,"width":20,"padding":12,"background-position-y":4.5,"x":"10px","y":"12px"}', + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/service-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/service-white.svg" + }, + position: { posX: -30.586842343873773, posY: -115.77399777660416 }, + whiteboardData: { style: {} } + } + }, + type: "Service" + } + } + } + }, + position: { x: -30.586842343873773, y: -115.77399777660416 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "a8b21273-3bab-44d3-9a66-de1b98d25873", + type: "ClusterRole", + apiVersion: "rbac.authorization.k8s.io/v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-placement", + services: { + "a8b21273-3bab-44d3-9a66-de1b98d25873": { + settings: { + rules: [], + name: "dapr-placement", + labels: { + "app.kubernetes.io/component": "rbac", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + traits: { + meshmap: { + edges: [ + { + data: { + id: "822760e3-df49-46ab-b033-bbe026f4b6d3", + metadata: { binded_by: "7968b07e-1b76-433b-b1e3-d3f49b91d034" }, + source: "a8b21273-3bab-44d3-9a66-de1b98d25873", + subType: "Permission", + target: "58aad7ba-7469-43d7-b2a3-d2e026780207" + }, + style: { + "control-point-distances": null, + "control-point-weights": "0.5", + "curve-style": "bezier", + "haystack-radius": "0", + "line-color": "rgb(153,153,153)", + "line-style": "dotted", + opacity: "1", + "segment-distances": "20px", + "segment-weights": "0.5", + "target-arrow-shape": "vee", + "taxi-direction": "auto", + "taxi-turn": "50%", + "taxi-turn-min-distance": "10px", + width: "1.5px" + } + } + ], + fieldRefData: {}, + id: "a8b21273-3bab-44d3-9a66-de1b98d25873", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: false, + logoURL: "Created by Meshery Authors", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "round-rectangle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: + '{"height":"22px", "width":"22px", "x":"8.5", "y":"7.5"}', + styles: '{"height":"22px", "width":"22px", "x":"8.5", "y":"7.5"}', + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/clusterrole-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/clusterrole-white.svg" + }, + position: { posX: 142.72420246356214, posY: -222.1239219044142 }, + whiteboardData: { style: {} } + } + }, + type: "ClusterRole" + } + } + } + }, + position: { x: 142.72420246356214, y: -222.1239219044142 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "74f0fc5f-c84a-4c8c-a201-a75200fb9c1e", + type: "Service", + apiVersion: "v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-placement-server", + services: { + "74f0fc5f-c84a-4c8c-a201-a75200fb9c1e": { + namespace: "default", + settings: { + spec: { + "cluster IP": "None", + ports: [ + { name: "api", port: 50005 }, + { name: "raft-node", port: 8201 } + ], + "publish Not Ready Addresses": true, + selector: { app: "dapr-placement-server" } + }, + name: "dapr-placement-server", + namespace: "default", + labels: { + app: "dapr-placement-server", + "app.kubernetes.io/component": "placement", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + }, + annotations: { + "prometheus.io/path": "/", + "prometheus.io/port": "9090", + "prometheus.io/scrape": "true" + } + }, + traits: { + meshmap: { + edges: [ + { + data: { + id: "1251d4b1-46c4-47e5-9c3b-56602a045c27", + source: "74f0fc5f-c84a-4c8c-a201-a75200fb9c1e", + subType: "Annotation", + target: "472662f9-4151-4987-8bb8-a43ead2f2e62" + }, + style: { + "control-point-distances": null, + "control-point-weights": "0.5", + "curve-style": "bezier", + "haystack-radius": "0", + "line-color": "rgb(147,152,176)", + "line-style": "dashed", + opacity: "1", + "segment-distances": "20px", + "segment-weights": "0.5", + "target-arrow-shape": "vee", + "taxi-direction": "auto", + "taxi-turn": "50%", + "taxi-turn-min-distance": "10px", + width: "1.5px" + } + } + ], + fieldRefData: {}, + id: "74f0fc5f-c84a-4c8c-a201-a75200fb9c1e", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: true, + logoURL: + "https://github.com/cncf/artwork/blob/master/projects/kubernetes/icon/white/kubernetes-icon-white.svg", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "round-triangle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { + "background-position-y": 4.5, + height: 20, + padding: 12, + width: 20, + x: "10px", + y: "12px", + "z-index": 16 + }, + styles: + '{"height":20,"width":20,"padding":12,"background-position-y":4.5,"x":"10px","y":"12px"}', + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/service-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/service-white.svg" + }, + position: { posX: -140.47512875198046, posY: -115.77399777660419 }, + whiteboardData: { style: {} } + } + }, + type: "Service" + } + } + } + }, + position: { x: -140.47512875198046, y: -115.77399777660419 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "33edf12d-9592-4f7b-8600-b7fe2d4364fe", + type: "Deployment", + apiVersion: "apps/v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-sidecar-injector", + services: { + "33edf12d-9592-4f7b-8600-b7fe2d4364fe": { + namespace: "default", + settings: { + spec: { + replicas: 1, + selector: { "match Labels": { app: "dapr-sidecar-injector" } }, + template: { + metadata: { + annotations: { + "dapr.io/control-plane": "injector", + "prometheus.io/path": "/", + "prometheus.io/port": "9090", + "prometheus.io/scrape": "true" + }, + labels: { + app: "dapr-sidecar-injector", + "app.kubernetes.io/component": "sidecar-injector", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + spec: { + affinity: { + "node Affinity": { + "required During Scheduling Ignored During Execution": { + "node Selector Terms": [ + { + "match Expressions": [ + { + key: "kubernetes.io/os", + operator: "In", + values: ["linux"] + } + ] + } + ] + } + } + }, + containers: [ + { + args: [ + "--log-level", + "info", + "--enable-metrics", + "--metrics-port", + "9090", + "--healthz-port", + "8080" + ], + command: ["/injector"], + env: [ + { + name: "DAPR_TRUST_ANCHORS_FILE", + value: "/var/run/secrets/dapr.io/tls/ca.crt" + }, + { + name: "DAPR_CONTROL_PLANE_TRUST_DOMAIN", + value: "cluster.local" + }, + { + name: "DAPR_SENTRY_ADDRESS", + value: "dapr-sentry.default.svc.cluster.local:443" + }, + { name: "KUBE_CLUSTER_DOMAIN", value: "cluster.local" }, + { + name: "SIDECAR_IMAGE", + value: "ghcr.io/dapr/daprd:1.14.0-rc.4" + }, + { + name: "SIDECAR_IMAGE_PULL_POLICY", + value: "IfNotPresent" + }, + { name: "SIDECAR_RUN_AS_NON_ROOT", value: "true" }, + { name: "ENABLE_K8S_DOWNWARD_APIS", value: "false" }, + { name: "SIDECAR_DROP_ALL_CAPABILITIES", value: "false" }, + { + name: "SIDECAR_READ_ONLY_ROOT_FILESYSTEM", + value: "true" + }, + { + name: "NAMESPACE", + "value From": { + "field Ref": { "field Path": "metadata.namespace" } + } + }, + { + name: "IGNORE_ENTRYPOINT_TOLERATIONS", + value: + '[{\\"effect\\":\\"NoSchedule\\",\\"key\\":\\"alibabacloud.com/eci\\"},{\\"effect\\":\\"NoSchedule\\",\\"key\\":\\"azure.com/aci\\"},{\\"effect\\":\\"NoSchedule\\",\\"key\\":\\"aws\\"},{\\"effect\\":\\"NoSchedule\\",\\"key\\":\\"huawei.com/cci\\"}]' + }, + { name: "ACTORS_ENABLED", value: "true" }, + { name: "ACTORS_SERVICE_NAME", value: "placement" }, + { + name: "ACTORS_SERVICE_ADDRESS", + value: "dapr-placement-server:50005" + } + ], + image: "ghcr.io/dapr/injector:1.14.0-rc.4", + "image Pull Policy": "IfNotPresent", + "liveness Probe": { + "failure Threshold": 5, + "http Get": { path: "/healthz", port: 8080 }, + "initial Delay Seconds": 3, + "period Seconds": 3 + }, + name: "dapr-sidecar-injector", + ports: [ + { "container Port": 4000, name: "https", protocol: "TCP" }, + { "container Port": 9090, name: "metrics", protocol: "TCP" } + ], + "readiness Probe": { + "failure Threshold": 5, + "http Get": { path: "/healthz", port: 8080 }, + "initial Delay Seconds": 3, + "period Seconds": 3 + }, + resources: {}, + "security Context": { + capabilities: { drop: ["ALL"] }, + "read Only Root Filesystem": true, + "run As Non Root": true + }, + "volume Mounts": [ + { + "mount Path": "/var/run/secrets/dapr.io/tls", + name: "dapr-trust-bundle", + "read Only": true + }, + { + "mount Path": "/var/run/secrets/dapr.io/sentrytoken", + name: "dapr-identity-token", + "read Only": true + } + ] + } + ], + "service Account Name": "dapr-injector", + volumes: [ + { + "config Map": { name: "dapr-trust-bundle" }, + name: "dapr-trust-bundle" + }, + { + name: "dapr-identity-token", + projected: { + sources: [ + { + "service Account Token": { + audience: + "spiffe://cluster.local/ns/default/dapr-sentry", + "expiration Seconds": 600, + path: "token" + } + } + ] + } + } + ] + } + } + }, + name: "dapr-sidecar-injector", + namespace: "default", + labels: { + app: "dapr-sidecar-injector", + "app.kubernetes.io/component": "sidecar-injector", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + traits: { + meshmap: { + edges: [ + { + data: { + animation: "marching-ants", + id: "9c3e106c-cac0-4291-87c8-7b25a08bf260", + source: "e5a5d1c1-ba59-4f76-b892-68374a602dc6", + subType: "Network", + target: "33edf12d-9592-4f7b-8600-b7fe2d4364fe" + }, + style: { + "control-point-distances": null, + "control-point-weights": "0.5", + "curve-style": "bezier", + "haystack-radius": "0", + "line-color": "rgb(153,153,153)", + "line-style": "dashed", + opacity: "1", + "segment-distances": "20px", + "segment-weights": "0.5", + "target-arrow-shape": "vee", + "taxi-direction": "auto", + "taxi-turn": "50%", + "taxi-turn-min-distance": "10px", + width: "1.5px" + } + } + ], + fieldRefData: {}, + id: "33edf12d-9592-4f7b-8600-b7fe2d4364fe", + "meshmodel-metadata": { + capabilities: + '{\n "fieldRefs": [\n {\n "fieldPath": "spec.template.spec.containers",\n "jsonSchemaPath": "properties.spec.allOf[0].properties.template.allOf[0].properties.spec.allOf[0].properties.containers.items.allOf[0]",\n "component": {\n "kind": "Container",\n "model": "meshery-core"\n },\n "renderChildren": true\n },\n {\n "fieldPath": "spec.template.spec.init Containers",\n "jsonSchemaPath": "properties.spec.allOf[0].properties.template.allOf[0].properties.spec.allOf[0].properties.init Containers.items.allOf[0]",\n "component": {\n "kind": "Container",\n "model": "meshery-core"\n },\n "renderChildren": true\n }\n ],\n "designer": {\n "edit": {\n "shape": {\n "convert-shape": false\n }\n }\n }\n}', + defaultData: "", + genealogy: "parent", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: true, + logoURL: "Created by Meshery Authors", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "round-rectangle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { + "background-opacity": 0.5, + "border-width": 2, + "z-index": 33 + }, + styles: '{"border-width":2,"background-opacity":0.5}', + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/deployment-color.svg", + svgComplete: + "ui/public/static/img/meshmodels/kubernetes/complete/deployment-complete.svg", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/deployment-white.svg" + }, + position: { posX: -372.3165815481291, posY: -232.1157188604219 }, + whiteboardData: { style: {} } + } + }, + type: "Deployment" + } + } + } + }, + position: { x: -372.3165815481291, y: -232.1157188604219 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "674e8273-f90a-45b8-aaa0-8cf23dc67ce4", + type: "ClusterRoleBinding", + apiVersion: "rbac.authorization.k8s.io/v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-operator-admin", + services: { + "674e8273-f90a-45b8-aaa0-8cf23dc67ce4": { + settings: { + "role Ref": { + "api Group": "rbac.authorization.k8s.io", + kind: "ClusterRole", + name: "dapr-operator-admin" + }, + subjects: [ + { + kind: "ServiceAccount", + name: "dapr-operator", + namespace: "default" + } + ], + name: "dapr-operator-admin", + labels: { + "app.kubernetes.io/component": "rbac", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + traits: { + meshmap: { + edges: [], + fieldRefData: {}, + id: "674e8273-f90a-45b8-aaa0-8cf23dc67ce4", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: false, + logoURL: "Created by Meshery Authors", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "round-rectangle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { + height: "25px", + width: "25px", + x: "7", + y: "7", + "z-index": 1001 + }, + styles: '{"height":"25px","width":"25px","x":"7", "y":"7"}', + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/clusterrolebinding-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/clusterrolebinding-white.svg" + }, + position: { posX: 210.3692700122395, posY: 92.64891366446741 }, + whiteboardData: { + style: { height: 10.5, width: 10.5, "z-index": 1000 } + } + } + }, + type: "ClusterRoleBinding" + } + } + } + }, + position: { x: 210.3692700122395, y: 92.64891366446741 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: false, + pannable: false, + classes: "" + }, + { + data: { + id: "26f2ead6-5ab5-4598-b3f8-eb0534fa57b9", + type: "RoleBinding", + apiVersion: "rbac.authorization.k8s.io/v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-operator", + services: { + "26f2ead6-5ab5-4598-b3f8-eb0534fa57b9": { + namespace: "default", + settings: { + "role Ref": { + "api Group": "rbac.authorization.k8s.io", + kind: "Role", + name: "dapr-operator" + }, + subjects: [ + { + kind: "ServiceAccount", + name: "dapr-operator", + namespace: "default" + } + ], + name: "dapr-operator", + namespace: "default", + labels: { + "app.kubernetes.io/component": "rbac", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + traits: { + meshmap: { + edges: [], + fieldRefData: {}, + id: "26f2ead6-5ab5-4598-b3f8-eb0534fa57b9", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: true, + logoURL: + "https://github.com/cncf/artwork/blob/master/projects/kubernetes/icon/white/kubernetes-icon-white.svg", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "round-rectangle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { + height: "25px", + width: "25px", + x: "7", + y: "7", + "z-index": 1003 + }, + styles: + '{"height":"25px","width":"25px","x":"7", "y":"7","z-index":4}', + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/rolebinding-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/rolebinding-white.svg" + }, + position: { posX: 225.85304213259712, posY: 178.2111670025994 }, + whiteboardData: { + style: { height: 10.5, width: 10.5, "z-index": 1000 } + } + } + }, + type: "RoleBinding" + } + } + } + }, + position: { x: 225.85304213259712, y: 178.2111670025994 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: false, + pannable: false, + classes: "" + }, + { + data: { + id: "6c3ac91b-c3e2-4312-91b3-4e24841b152e", + type: "Deployment", + apiVersion: "apps/v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-operator", + services: { + "6c3ac91b-c3e2-4312-91b3-4e24841b152e": { + namespace: "default", + settings: { + spec: { + replicas: 1, + selector: { "match Labels": { app: "dapr-operator" } }, + template: { + metadata: { + annotations: { + "dapr.io/control-plane": "operator", + "prometheus.io/path": "/", + "prometheus.io/port": "9090", + "prometheus.io/scrape": "true" + }, + labels: { + app: "dapr-operator", + "app.kubernetes.io/component": "operator", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + spec: { + affinity: { + "node Affinity": { + "required During Scheduling Ignored During Execution": { + "node Selector Terms": [ + { + "match Expressions": [ + { + key: "kubernetes.io/os", + operator: "In", + values: ["linux"] + } + ] + } + ] + } + } + }, + containers: [ + { + args: [ + "--watch-interval", + "0", + "--max-pod-restarts-per-minute", + "20", + "--log-level", + "info", + "--trust-anchors-file", + "/var/run/secrets/dapr.io/tls/ca.crt", + "--enable-metrics", + "--metrics-port", + "9090" + ], + command: ["/operator"], + env: [ + { + name: "NAMESPACE", + "value From": { + "field Ref": { "field Path": "metadata.namespace" } + } + } + ], + image: "ghcr.io/dapr/operator:1.14.0-rc.4", + "image Pull Policy": "IfNotPresent", + "liveness Probe": { + "failure Threshold": 5, + "http Get": { path: "/healthz", port: 8080 }, + "initial Delay Seconds": 3, + "period Seconds": 3 + }, + name: "dapr-operator", + ports: [ + { "container Port": 6500 }, + { "container Port": 9090, name: "metrics", protocol: "TCP" } + ], + "readiness Probe": { + "failure Threshold": 5, + "http Get": { path: "/healthz", port: 8080 }, + "initial Delay Seconds": 3, + "period Seconds": 3 + }, + resources: {}, + "security Context": { + capabilities: { drop: ["ALL"] }, + "read Only Root Filesystem": true, + "run As Non Root": true + }, + "volume Mounts": [ + { + "mount Path": "/var/run/secrets/dapr.io/tls", + name: "dapr-trust-bundle", + "read Only": true + }, + { + "mount Path": "/var/run/secrets/dapr.io/sentrytoken", + name: "dapr-identity-token", + "read Only": true + }, + { "mount Path": "/tmp", name: "dapr-operator-tmp" } + ] + } + ], + "service Account Name": "dapr-operator", + volumes: [ + { + "empty Dir": { medium: "Memory", "size Limit": "2Mi" }, + name: "dapr-operator-tmp" + }, + { + "config Map": { name: "dapr-trust-bundle" }, + name: "dapr-trust-bundle" + }, + { + name: "dapr-identity-token", + projected: { + sources: [ + { + "service Account Token": { + audience: + "spiffe://cluster.local/ns/default/dapr-sentry", + "expiration Seconds": 600, + path: "token" + } + } + ] + } + } + ] + } + } + }, + name: "dapr-operator", + namespace: "default", + labels: { + app: "dapr-operator", + "app.kubernetes.io/component": "operator", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + traits: { + meshmap: { + edges: [ + { + data: { + id: "92f785f6-2b19-4218-8c6c-c37b2df57410", + metadata: { port: 443, protocol: "TCP" }, + source: "40fc8324-31d0-44a2-af15-b67e7ee01af4", + subType: "Network", + target: "6c3ac91b-c3e2-4312-91b3-4e24841b152e" + }, + style: { + "control-point-distances": null, + "control-point-weights": "0.5", + "curve-style": "bezier", + "haystack-radius": "0", + "line-color": "rgb(153,153,153)", + "line-style": "dotted", + opacity: "1", + "segment-distances": "20px", + "segment-weights": "0.5", + "target-arrow-shape": "vee", + "taxi-direction": "auto", + "taxi-turn": "50%", + "taxi-turn-min-distance": "10px", + width: "1.5px" + } + } + ], + fieldRefData: {}, + id: "6c3ac91b-c3e2-4312-91b3-4e24841b152e", + "meshmodel-metadata": { + capabilities: + '{\n "fieldRefs": [\n {\n "fieldPath": "spec.template.spec.containers",\n "jsonSchemaPath": "properties.spec.allOf[0].properties.template.allOf[0].properties.spec.allOf[0].properties.containers.items.allOf[0]",\n "component": {\n "kind": "Container",\n "model": "meshery-core"\n },\n "renderChildren": true\n },\n {\n "fieldPath": "spec.template.spec.init Containers",\n "jsonSchemaPath": "properties.spec.allOf[0].properties.template.allOf[0].properties.spec.allOf[0].properties.init Containers.items.allOf[0]",\n "component": {\n "kind": "Container",\n "model": "meshery-core"\n },\n "renderChildren": true\n }\n ],\n "designer": {\n "edit": {\n "shape": {\n "convert-shape": false\n }\n }\n }\n}', + defaultData: "", + genealogy: "parent", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: true, + logoURL: "Created by Meshery Authors", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "round-rectangle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { + "background-opacity": 0.5, + "border-width": 2, + "z-index": 18 + }, + styles: '{"border-width":2,"background-opacity":0.5}', + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/deployment-color.svg", + svgComplete: + "ui/public/static/img/meshmodels/kubernetes/complete/deployment-complete.svg", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/deployment-white.svg" + }, + position: { posX: -248.29693297260172, posY: -230.31440895538674 }, + whiteboardData: { style: {} } + } + }, + type: "Deployment" + } + } + } + }, + position: { x: -248.29693297260172, y: -230.31440895538674 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "86bd9f7b-9c9f-4e7a-9842-3525a325d580", + type: "ClusterRoleBinding", + apiVersion: "rbac.authorization.k8s.io/v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-sentry", + services: { + "86bd9f7b-9c9f-4e7a-9842-3525a325d580": { + settings: { + "role Ref": { + "api Group": "rbac.authorization.k8s.io", + kind: "ClusterRole", + name: "dapr-sentry" + }, + subjects: [ + { kind: "ServiceAccount", name: "dapr-sentry", namespace: "default" } + ], + name: "dapr-sentry", + labels: { + "app.kubernetes.io/component": "rbac", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + traits: { + meshmap: { + edges: [], + fieldRefData: {}, + id: "86bd9f7b-9c9f-4e7a-9842-3525a325d580", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: false, + logoURL: "Created by Meshery Authors", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "round-rectangle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { + height: "25px", + width: "25px", + x: "7", + y: "7", + "z-index": 1006 + }, + styles: '{"height":"25px","width":"25px","x":"7", "y":"7"}', + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/clusterrolebinding-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/clusterrolebinding-white.svg" + }, + position: { posX: 296.64616062800906, posY: -96.64217330250379 }, + whiteboardData: { + style: { height: 10.5, width: 10.5, "z-index": 1000 } + } + } + }, + type: "ClusterRoleBinding" + } + } + } + }, + position: { x: 296.64616062800906, y: -96.64217330250379 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: false, + pannable: false, + classes: "" + }, + { + data: { + id: "20b13c8d-ec5d-4c40-bbbc-f5cb4ecbc728", + type: "MutatingWebhookConfiguration", + apiVersion: "admissionregistration.k8s.io/v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-sidecar-injector", + services: { + "20b13c8d-ec5d-4c40-bbbc-f5cb4ecbc728": { + settings: { + webhooks: [ + { + "admission Review Versions": ["v1", "v1beta1"], + "client Config": { + service: { + name: "dapr-sidecar-injector", + namespace: "default", + path: "/mutate" + } + }, + "failure Policy": "Ignore", + name: "sidecar-injector.dapr.io", + "reinvocation Policy": "IfNeeded", + rules: [ + { + "api Groups": [""], + "api Versions": ["v1"], + operations: ["CREATE"], + resources: ["pods"] + } + ], + "side Effects": "None" + } + ], + name: "dapr-sidecar-injector", + labels: { + app: "dapr-sidecar-injector", + "app.kubernetes.io/component": "sidecar-injector", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + traits: { + meshmap: { + edges: [], + fieldRefData: {}, + id: "20b13c8d-ec5d-4c40-bbbc-f5cb4ecbc728", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isNamespaced: false, + logoURL: + "https://github.com/cncf/artwork/blob/master/projects/kubernetes/icon/white/kubernetes-icon-white.svg", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "round-hexagon", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { "z-index": 12 }, + styles: "", + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/mutatingwebhookconfiguration-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/mutatingwebhookconfiguration-white.svg" + }, + position: { posX: -463.0702010123448, posY: -24.97163486631902 }, + whiteboardData: { style: {} } + } + }, + type: "MutatingWebhookConfiguration" + } + } + } + }, + position: { x: -463.0702010123448, y: -24.97163486631902 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "a083d547-a923-4202-b86a-b89bede00e07", + type: "CustomResourceDefinition", + apiVersion: "apiextensions.k8s.io/v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "subscriptions.dapr.io", + services: { + "a083d547-a923-4202-b86a-b89bede00e07": { + settings: { + spec: { + conversion: { + strategy: "Webhook", + webhook: { + "client Config": { + service: { + name: "dapr-webhook", + namespace: "replaceme", + path: "/convert" + } + }, + "conversion Review Versions": ["v1", "v2alpha1"] + } + }, + group: "dapr.io", + names: { + categories: ["all", "dapr"], + kind: "Subscription", + "list Kind": "SubscriptionList", + plural: "subscriptions", + singular: "subscription" + }, + scope: "Namespaced", + versions: [ + { + name: "v1alpha1", + schema: { + "open APIV3Schema": { + description: + "Subscription describes an pub/sub event subscription.", + properties: { + "api Version": { + description: + "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", + type: "string" + }, + kind: { + description: + "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", + type: "string" + }, + metadata: { type: "object" }, + scopes: { items: { type: "string" }, type: "array" }, + spec: { + description: + "SubscriptionSpec is the spec for an event subscription.", + properties: { + "bulk Subscribe": { + description: "Represents bulk subscribe properties", + properties: { + enabled: { type: "boolean" }, + "max Await Duration Ms": { type: "integer" }, + "max Messages Count": { type: "integer" } + }, + required: ["enabled"], + type: "object" + }, + "dead Letter Topic": { type: "string" }, + metadata: { + additionalProperties: { type: "string" }, + type: "object" + }, + pubsubname: { type: "string" }, + route: { type: "string" }, + topic: { type: "string" } + }, + required: ["pubsubname", "route", "topic"], + type: "object" + } + }, + type: "object" + } + }, + served: true, + storage: false + }, + { + name: "v2alpha1", + schema: { + "open APIV3Schema": { + description: + "Subscription describes an pub/sub event subscription.", + properties: { + "api Version": { + description: + "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", + type: "string" + }, + kind: { + description: + "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", + type: "string" + }, + metadata: { type: "object" }, + scopes: { items: { type: "string" }, type: "array" }, + spec: { + description: + "SubscriptionSpec is the spec for an event subscription.", + properties: { + "bulk Subscribe": { + description: "Represents bulk subscribe properties", + properties: { + enabled: { type: "boolean" }, + "max Await Duration Ms": { type: "integer" }, + "max Messages Count": { type: "integer" } + }, + required: ["enabled"], + type: "object" + }, + "dead Letter Topic": { + description: + "The optional dead letter queue for this topic to send events to.", + type: "string" + }, + metadata: { + additionalProperties: { type: "string" }, + description: + "The optional metadata to provide the subscription.", + type: "object" + }, + pubsubname: { + description: "The PubSub component name.", + type: "string" + }, + routes: { + description: + "The Routes configuration for this topic.", + properties: { + default: { type: "string" }, + rules: { + description: "The list of rules for this topic.", + items: { + description: + "Rule is used to specify the condition for sending a message to a specific path.", + properties: { + match: { + description: + "The optional CEL expression used to match the event. If the match is not specified, then the route is considered the default. The rules are tested in the order specified, so they should be define from most-to-least specific. The default route should appear last in the list.", + type: "string" + }, + path: { + description: + "The path for events that match this rule.", + type: "string" + } + }, + required: ["match", "path"], + type: "object" + }, + type: "array" + } + }, + type: "object" + }, + topic: { + description: "The topic name to subscribe to.", + type: "string" + } + }, + required: ["pubsubname", "routes", "topic"], + type: "object" + } + }, + type: "object" + } + }, + served: true, + storage: true + } + ] + }, + name: "subscriptions.dapr.io", + labels: { "app.kubernetes.io/part-of": "dapr" } + }, + traits: { + meshmap: { + edges: [], + fieldRefData: {}, + id: "a083d547-a923-4202-b86a-b89bede00e07", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isNamespaced: false, + logoURL: + "https://github.com/cncf/artwork/blob/master/projects/kubernetes/icon/white/kubernetes-icon-white.svg", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "circle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { "z-index": 25 }, + styles: "", + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/customresourcedefinition-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/customresourcedefinition-white.svg" + }, + position: { posX: -353.9042035625391, posY: 50.128324940266374 }, + whiteboardData: { style: {} } + } + }, + type: "CustomResourceDefinition" + } + } + } + }, + position: { x: -353.9042035625391, y: 50.128324940266374 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "ec2dcead-f5d4-4f1f-a390-a52aaeb3615a", + type: "ServiceAccount", + apiVersion: "v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-operator", + services: { + "ec2dcead-f5d4-4f1f-a390-a52aaeb3615a": { + namespace: "default", + settings: { + name: "dapr-operator", + namespace: "default", + labels: { + "app.kubernetes.io/component": "rbac", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + traits: { + meshmap: { + edges: [ + { + data: { + id: "fae58b9c-fb4a-4e27-8c2c-a5c6628231a1", + metadata: { binded_by: "674e8273-f90a-45b8-aaa0-8cf23dc67ce4" }, + source: "bbbd5037-bc3e-4255-aa07-754479b3a169", + subType: "Permission", + target: "ec2dcead-f5d4-4f1f-a390-a52aaeb3615a" + }, + style: { + "control-point-distances": null, + "control-point-weights": "0.5", + "curve-style": "bezier", + "haystack-radius": "0", + "line-color": "rgb(153,153,153)", + "line-style": "dotted", + opacity: "1", + "segment-distances": "20px", + "segment-weights": "0.5", + "target-arrow-shape": "vee", + "taxi-direction": "auto", + "taxi-turn": "50%", + "taxi-turn-min-distance": "10px", + width: "1.5px" + } + }, + { + data: { + id: "2d852a36-9434-4e3b-a471-9a106a6f28d1", + metadata: { binded_by: "26f2ead6-5ab5-4598-b3f8-eb0534fa57b9" }, + source: "bf3b8a3a-8206-4fd1-9a1d-90dacb4d410a", + subType: "Permission", + target: "ec2dcead-f5d4-4f1f-a390-a52aaeb3615a" + }, + style: { + "control-point-distances": null, + "control-point-weights": "0.5", + "curve-style": "bezier", + "haystack-radius": "0", + "line-color": "rgb(153,153,153)", + "line-style": "dotted", + opacity: "1", + "segment-distances": "20px", + "segment-weights": "0.5", + "target-arrow-shape": "vee", + "taxi-direction": "auto", + "taxi-turn": "50%", + "taxi-turn-min-distance": "10px", + width: "1.5px" + } + } + ], + fieldRefData: {}, + id: "ec2dcead-f5d4-4f1f-a390-a52aaeb3615a", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: true, + logoURL: + "https://github.com/cncf/artwork/blob/master/projects/kubernetes/icon/white/kubernetes-icon-white.svg", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "bottom-round-rectangle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { "z-index": 27 }, + styles: "", + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/serviceaccount-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/serviceaccount-white.svg" + }, + position: { posX: 327.36033532281493, posY: 117.96597998943753 }, + whiteboardData: { style: {} } + } + }, + type: "ServiceAccount" + } + } + } + }, + position: { x: 327.36033532281493, y: 117.96597998943753 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "cabb4fe2-63ec-436b-a2b7-73fe0ec1ebcd", + type: "ClusterRole", + apiVersion: "rbac.authorization.k8s.io/v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-scheduler", + services: { + "cabb4fe2-63ec-436b-a2b7-73fe0ec1ebcd": { + settings: { + rules: [], + name: "dapr-scheduler", + labels: { + "app.kubernetes.io/component": "rbac", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + traits: { + meshmap: { + edges: [ + { + data: { + id: "5671621a-4dca-4163-8c5b-c3b66b2c0859", + metadata: { binded_by: "c6e44479-39aa-4463-bad0-71b894a3d903" }, + source: "cabb4fe2-63ec-436b-a2b7-73fe0ec1ebcd", + subType: "Permission", + target: "b07fafde-3889-46d3-a342-a1efaaf724af" + }, + style: { + "control-point-distances": null, + "control-point-weights": "0.5", + "curve-style": "bezier", + "haystack-radius": "0", + "line-color": "rgb(153,153,153)", + "line-style": "dotted", + opacity: "1", + "segment-distances": "20px", + "segment-weights": "0.5", + "target-arrow-shape": "vee", + "taxi-direction": "auto", + "taxi-turn": "50%", + "taxi-turn-min-distance": "10px", + width: "1.5px" + } + } + ], + fieldRefData: {}, + id: "cabb4fe2-63ec-436b-a2b7-73fe0ec1ebcd", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: false, + logoURL: "Created by Meshery Authors", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "round-rectangle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { + height: "22px", + width: "22px", + x: "8.5", + y: "7.5", + "z-index": 28 + }, + styles: '{"height":"22px", "width":"22px", "x":"8.5", "y":"7.5"}', + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/clusterrole-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/clusterrole-white.svg" + }, + position: { posX: 157.25827529112755, posY: -28.57153390678638 }, + whiteboardData: { style: {} } + } + }, + type: "ClusterRole" + } + } + } + }, + position: { x: 157.25827529112755, y: -28.57153390678638 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "61913761-b4e4-4f63-8c86-e6dbeedc8111", + type: "PodDisruptionBudget", + apiVersion: "policy/v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-scheduler-server-disruption-budget", + services: { + "61913761-b4e4-4f63-8c86-e6dbeedc8111": { + namespace: "default", + settings: { + spec: { + "max Unavailable": "25%", + selector: { + "match Labels": { + app: "dapr-scheduler-server", + "app.kubernetes.io/component": "scheduler", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + } + }, + name: "dapr-scheduler-server-disruption-budget", + namespace: "default", + labels: { + app: "dapr-scheduler-server", + "app.kubernetes.io/component": "scheduler", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + traits: { + meshmap: { + edges: [], + fieldRefData: {}, + id: "61913761-b4e4-4f63-8c86-e6dbeedc8111", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: true, + logoURL: + "https://github.com/cncf/artwork/blob/master/projects/kubernetes/icon/white/kubernetes-icon-white.svg", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "concave-hexagon", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { "z-index": 9 }, + styles: "", + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/poddisruptionbudget-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/poddisruptionbudget-white.svg" + }, + position: { posX: -282.6130060389726, posY: 230.8494921328176 }, + whiteboardData: { style: {} } + } + }, + type: "PodDisruptionBudget" + } + } + } + }, + position: { x: -282.6130060389726, y: 230.8494921328176 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "b07fafde-3889-46d3-a342-a1efaaf724af", + type: "ServiceAccount", + apiVersion: "v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-scheduler", + services: { + "b07fafde-3889-46d3-a342-a1efaaf724af": { + namespace: "default", + settings: { + name: "dapr-scheduler", + namespace: "default", + labels: { + "app.kubernetes.io/component": "rbac", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + traits: { + meshmap: { + edges: [ + { + data: { + id: "5671621a-4dca-4163-8c5b-c3b66b2c0859", + metadata: { binded_by: "c6e44479-39aa-4463-bad0-71b894a3d903" }, + source: "cabb4fe2-63ec-436b-a2b7-73fe0ec1ebcd", + subType: "Permission", + target: "b07fafde-3889-46d3-a342-a1efaaf724af" + }, + style: { + "control-point-distances": null, + "control-point-weights": "0.5", + "curve-style": "bezier", + "haystack-radius": "0", + "line-color": "rgb(153,153,153)", + "line-style": "dotted", + opacity: "1", + "segment-distances": "20px", + "segment-weights": "0.5", + "target-arrow-shape": "vee", + "taxi-direction": "auto", + "taxi-turn": "50%", + "taxi-turn-min-distance": "10px", + width: "1.5px" + } + } + ], + fieldRefData: {}, + id: "b07fafde-3889-46d3-a342-a1efaaf724af", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: true, + logoURL: + "https://github.com/cncf/artwork/blob/master/projects/kubernetes/icon/white/kubernetes-icon-white.svg", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "bottom-round-rectangle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { "z-index": 11 }, + styles: "", + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/serviceaccount-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/serviceaccount-white.svg" + }, + position: { posX: 374.03610347681416, posY: 30.553932982434183 }, + whiteboardData: { style: {} } + } + }, + type: "ServiceAccount" + } + } + } + }, + position: { x: 374.03610347681416, y: 30.553932982434183 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "8d39f9d3-c49b-4f8e-ac78-18423ce58bf1", + type: "Secret", + apiVersion: "v1", + meshType: "kubernetes", + model: "kubernetes", + config: { + name: "dapr-trust-bundle", + services: { + "8d39f9d3-c49b-4f8e-ac78-18423ce58bf1": { + namespace: "default", + settings: { + name: "dapr-trust-bundle", + namespace: "default", + labels: { + app: "dapr-sentry", + "app.kubernetes.io/component": "sentry", + "app.kubernetes.io/managed-by": "helm", + "app.kubernetes.io/name": "dapr", + "app.kubernetes.io/part-of": "dapr", + "app.kubernetes.io/version": "1.14.0-rc.4" + } + }, + traits: { + meshmap: { + edges: [], + fieldRefData: {}, + id: "8d39f9d3-c49b-4f8e-ac78-18423ce58bf1", + "meshmodel-metadata": { + capabilities: "", + defaultData: "", + genealogy: "", + isAnnotation: false, + isCustomResource: false, + isModelAnnotation: "FALSE", + isNamespaced: true, + logoURL: "Created by Meshery Authors", + model: "kubernetes", + modelDisplayName: "Kubernetes", + primaryColor: "#326CE5", + secondaryColor: "#7aa1f0", + shape: "shield", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { + "background-clip": "node", + "background-image-containment": "over", + "background-opacity": "0", + height: 32, + padding: 1, + width: 32, + "z-index": 36 + }, + styles: + '{"height":32,"width":32,"background-clip":"node","background-image-containment":"over","padding":1,"background-opacity":"0"}', + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/kubernetes/color/secret-color.svg", + svgComplete: + "ui/public/static/img/meshmodels/kubernetes/complete/secret-complete.svg", + svgWhite: + "ui/public/static/img/meshmodels/kubernetes/white/secret-white.svg" + }, + position: { posX: -139.6160355743332, posY: -35.90226195075261 }, + whiteboardData: { style: {} } + } + }, + type: "Secret" + } + } + } + }, + position: { x: -139.6160355743332, y: -35.90226195075261 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "3b832f26-e503-4418-a757-95d1cfbed4f8", + label: "spec.template.spec.containers[0]", + type: "Container", + meshType: "meshery-core", + model: "meshery-core", + config: { + name: "dapr-operator", + services: { + "3b832f26-e503-4418-a757-95d1cfbed4f8": { + settings: { name: "dapr-operator" }, + traits: { + meshmap: { + edges: [], + elementType: "FIELD_REF_NODE", + fieldRefData: { + elementType: "FIELD_REF_NODE", + fieldPath: "spec.template.spec.containers[0]", + jsonSchemaPath: + "properties.spec.allOf[0].properties.template.allOf[0].properties.spec.allOf[0].properties.containers.items.allOf[0]" + }, + id: "3b832f26-e503-4418-a757-95d1cfbed4f8", + label: "spec.template.spec.containers[0]", + "meshmodel-data": { + category: { metadata: null, name: "Orchestration & Management" }, + components: null, + description: "", + displayName: "Meshery Core", + hostID: "26e64aa8-2d86-57bd-92b3-2a73160d27b4", + id: "71af0d59-f11b-5151-924a-f9f805edb3df", + metadata: { + isAnnotation: false, + subCategory: "App Definition and Development", + svgColor: + "ui/public/static/img/meshmodels/meshery-core/color/meshery-core-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/meshery-core/color/meshery-core-color.svg" + }, + model: { version: "0.7.2" }, + name: "meshery-core", + registrant: { hostname: "artifacthub" }, + relationships: null, + schemaVersion: "models.meshery.io/v1beta1", + status: "enabled", + subCategory: "App Definition and Development", + version: "v1.0.0" + }, + "meshmodel-metadata": { + capabilities: + '{\n "designer": {\n "capabilities": {\n "config": true,\n "label": false,\n "policy": false,\n "relationships": true,\n "json-schema": false,\n "permissions": false,\n "workflow": false,\n "gitops": false,\n "history": false\n },\n "supportsCompoundDragAndDrop": false,\n "edit": {\n "config": true,\n "copy": false,\n "delete": true,\n "duplicate": false,\n "reset-styles": false,\n "resolve": false,\n "lock": false,\n "shape": {\n "convert-shape": true\n },\n "style": true\n },\n "label": {\n "edit": false,\n "show": true,\n "sync-with-config-property": "name"\n }\n }\n}', + defaultData: "", + genealogy: "", + hasInvalidSchema: true, + isAnnotation: true, + primaryColor: "#326CE5", + secondaryColor: "#00D3A9", + shape: "circle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { "z-index": 47 }, + styles: "", + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/meshery-core/color/container-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/meshery-core/white/container-white.svg" + }, + parent: "6c3ac91b-c3e2-4312-91b3-4e24841b152e", + position: { posX: -248.29693297260172, posY: -239.31440895538674 }, + whiteboardData: {} + } + }, + type: "Container" + } + } + }, + elementType: "FIELD_REF_NODE", + fieldPath: "spec.template.spec.containers[0]", + jsonSchemaPath: + "properties.spec.allOf[0].properties.template.allOf[0].properties.spec.allOf[0].properties.containers.items.allOf[0]", + parent: "6c3ac91b-c3e2-4312-91b3-4e24841b152e" + }, + position: { x: -248.29693297260172, y: -239.31440895538674 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "ce8ea39e-efd7-40c3-bf8a-5e2a52cc0778", + label: "spec.template.spec.containers[0]", + type: "Container", + meshType: "meshery-core", + model: "meshery-core", + config: { + name: "dapr-sidecar-injector", + services: { + "ce8ea39e-efd7-40c3-bf8a-5e2a52cc0778": { + settings: { name: "dapr-sidecar-injector" }, + traits: { + meshmap: { + edges: [], + elementType: "FIELD_REF_NODE", + fieldRefData: { + elementType: "FIELD_REF_NODE", + fieldPath: "spec.template.spec.containers[0]", + jsonSchemaPath: + "properties.spec.allOf[0].properties.template.allOf[0].properties.spec.allOf[0].properties.containers.items.allOf[0]" + }, + id: "ce8ea39e-efd7-40c3-bf8a-5e2a52cc0778", + label: "spec.template.spec.containers[0]", + "meshmodel-data": { + category: { metadata: null, name: "Orchestration & Management" }, + components: null, + description: "", + displayName: "Meshery Core", + hostID: "26e64aa8-2d86-57bd-92b3-2a73160d27b4", + id: "71af0d59-f11b-5151-924a-f9f805edb3df", + metadata: { + isAnnotation: false, + subCategory: "App Definition and Development", + svgColor: + "ui/public/static/img/meshmodels/meshery-core/color/meshery-core-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/meshery-core/color/meshery-core-color.svg" + }, + model: { version: "0.7.2" }, + name: "meshery-core", + registrant: { hostname: "artifacthub" }, + relationships: null, + schemaVersion: "models.meshery.io/v1beta1", + status: "enabled", + subCategory: "App Definition and Development", + version: "v1.0.0" + }, + "meshmodel-metadata": { + capabilities: + '{\n "designer": {\n "capabilities": {\n "config": true,\n "label": false,\n "policy": false,\n "relationships": true,\n "json-schema": false,\n "permissions": false,\n "workflow": false,\n "gitops": false,\n "history": false\n },\n "supportsCompoundDragAndDrop": false,\n "edit": {\n "config": true,\n "copy": false,\n "delete": true,\n "duplicate": false,\n "reset-styles": false,\n "resolve": false,\n "lock": false,\n "shape": {\n "convert-shape": true\n },\n "style": true\n },\n "label": {\n "edit": false,\n "show": true,\n "sync-with-config-property": "name"\n }\n }\n}', + defaultData: "", + genealogy: "", + hasInvalidSchema: true, + isAnnotation: true, + primaryColor: "#326CE5", + secondaryColor: "#00D3A9", + shape: "circle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { "z-index": 49 }, + styles: "", + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/meshery-core/color/container-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/meshery-core/white/container-white.svg" + }, + parent: "33edf12d-9592-4f7b-8600-b7fe2d4364fe", + position: { posX: -372.3165815481291, posY: -241.1157188604219 }, + whiteboardData: {} + } + }, + type: "Container" + } + } + }, + elementType: "FIELD_REF_NODE", + fieldPath: "spec.template.spec.containers[0]", + jsonSchemaPath: + "properties.spec.allOf[0].properties.template.allOf[0].properties.spec.allOf[0].properties.containers.items.allOf[0]", + parent: "33edf12d-9592-4f7b-8600-b7fe2d4364fe" + }, + position: { x: -372.3165815481291, y: -241.1157188604219 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + }, + { + data: { + id: "a2631701-195d-4d75-8d89-66527605a309", + label: "spec.template.spec.containers[0]", + type: "Container", + meshType: "meshery-core", + model: "meshery-core", + config: { + name: "dapr-sentry", + services: { + "a2631701-195d-4d75-8d89-66527605a309": { + settings: { name: "dapr-sentry" }, + traits: { + meshmap: { + edges: [], + elementType: "FIELD_REF_NODE", + fieldRefData: { + elementType: "FIELD_REF_NODE", + fieldPath: "spec.template.spec.containers[0]", + jsonSchemaPath: + "properties.spec.allOf[0].properties.template.allOf[0].properties.spec.allOf[0].properties.containers.items.allOf[0]" + }, + id: "a2631701-195d-4d75-8d89-66527605a309", + label: "spec.template.spec.containers[0]", + "meshmodel-data": { + category: { metadata: null, name: "Orchestration & Management" }, + components: null, + description: "", + displayName: "Meshery Core", + hostID: "26e64aa8-2d86-57bd-92b3-2a73160d27b4", + id: "71af0d59-f11b-5151-924a-f9f805edb3df", + metadata: { + isAnnotation: false, + subCategory: "App Definition and Development", + svgColor: + "ui/public/static/img/meshmodels/meshery-core/color/meshery-core-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/meshery-core/color/meshery-core-color.svg" + }, + model: { version: "0.7.2" }, + name: "meshery-core", + registrant: { hostname: "artifacthub" }, + relationships: null, + schemaVersion: "models.meshery.io/v1beta1", + status: "enabled", + subCategory: "App Definition and Development", + version: "v1.0.0" + }, + "meshmodel-metadata": { + capabilities: + '{\n "designer": {\n "capabilities": {\n "config": true,\n "label": false,\n "policy": false,\n "relationships": true,\n "json-schema": false,\n "permissions": false,\n "workflow": false,\n "gitops": false,\n "history": false\n },\n "supportsCompoundDragAndDrop": false,\n "edit": {\n "config": true,\n "copy": false,\n "delete": true,\n "duplicate": false,\n "reset-styles": false,\n "resolve": false,\n "lock": false,\n "shape": {\n "convert-shape": true\n },\n "style": true\n },\n "label": {\n "edit": false,\n "show": true,\n "sync-with-config-property": "name"\n }\n }\n}', + defaultData: "", + genealogy: "", + hasInvalidSchema: true, + isAnnotation: true, + primaryColor: "#326CE5", + secondaryColor: "#00D3A9", + shape: "circle", + shapePolygonPoints: "", + status: "enabled", + styleOverrides: { "z-index": 48 }, + styles: "", + subCategory: "", + svgColor: + "ui/public/static/img/meshmodels/meshery-core/color/container-color.svg", + svgComplete: "", + svgWhite: + "ui/public/static/img/meshmodels/meshery-core/white/container-white.svg" + }, + parent: "7a348b87-0a93-43b8-9920-a7eb6afe5941", + position: { posX: -145.08186906469734, posY: -237.47924925462706 }, + whiteboardData: {} + } + }, + type: "Container" + } + } + }, + elementType: "FIELD_REF_NODE", + fieldPath: "spec.template.spec.containers[0]", + jsonSchemaPath: + "properties.spec.allOf[0].properties.template.allOf[0].properties.spec.allOf[0].properties.containers.items.allOf[0]", + parent: "7a348b87-0a93-43b8-9920-a7eb6afe5941" + }, + position: { x: -145.08186906469734, y: -237.47924925462706 }, + group: "nodes", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: false, + classes: "" + } + ], + edges: [ + { + data: { + id: "86d22457-aaae-4bd9-9b79-39d5dd3b7c93", + source: "787667bc-3cdf-4388-9f17-61df0e81a8d9", + subType: "Annotation", + target: "4ada3a29-b9c1-4138-aeaf-58dbcb6a9ea9" + }, + position: { x: 0, y: 0 }, + group: "edges", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: true, + classes: "" + }, + { + data: { + id: "b1f21f3b-7824-43d7-87be-9c4db2cff585", + metadata: { binded_by: "4f2e583f-21c7-4c41-80e9-8029395028fe" }, + source: "bf4e20d2-7c87-41e5-9384-c72a73ec8c0a", + subType: "Permission", + target: "b55838ec-a9dc-48b4-8864-05a9bd33a0cd" + }, + position: { x: 0, y: 0 }, + group: "edges", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: true, + classes: "" + }, + { + data: { + id: "0ba48862-cd1d-4509-b0d5-7084bf2f0d88", + metadata: { binded_by: "c9bdb4ba-cf67-41a7-b95c-35bdc5ce6ae3" }, + source: "a40347a6-2990-411e-937a-702617b7000f", + subType: "Permission", + target: "7c266d36-6aed-4a35-b8b4-dddacfaa33c6" + }, + position: { x: 0, y: 0 }, + group: "edges", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: true, + classes: "" + }, + { + data: { + id: "adea5377-20b1-47e6-a27f-ba161d4ca3e5", + metadata: { binded_by: "b9e4ec94-82be-46e2-9360-0333e86dc44a" }, + source: "2c12611c-0547-4d84-ab43-b3c341199b57", + subType: "Permission", + target: "7c266d36-6aed-4a35-b8b4-dddacfaa33c6" + }, + position: { x: 0, y: 0 }, + group: "edges", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: true, + classes: "" + }, + { + data: { + id: "2e21ce73-db2a-4ee3-a531-02fd847689a6", + metadata: { port: 443, protocol: "TCP" }, + source: "484a881e-7cbc-4b14-9962-cd7fc4b1775d", + subType: "Network", + target: "7a348b87-0a93-43b8-9920-a7eb6afe5941" + }, + position: { x: 0, y: 0 }, + group: "edges", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: true, + classes: "" + }, + { + data: { + id: "1251d4b1-46c4-47e5-9c3b-56602a045c27", + source: "74f0fc5f-c84a-4c8c-a201-a75200fb9c1e", + subType: "Annotation", + target: "472662f9-4151-4987-8bb8-a43ead2f2e62" + }, + position: { x: 0, y: 0 }, + group: "edges", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: true, + classes: "" + }, + { + data: { + id: "822760e3-df49-46ab-b033-bbe026f4b6d3", + metadata: { binded_by: "7968b07e-1b76-433b-b1e3-d3f49b91d034" }, + source: "a8b21273-3bab-44d3-9a66-de1b98d25873", + subType: "Permission", + target: "58aad7ba-7469-43d7-b2a3-d2e026780207" + }, + position: { x: 0, y: 0 }, + group: "edges", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: true, + classes: "" + }, + { + data: { + id: "1c6d4403-ee56-41fb-88b8-ddb2a67444c9", + metadata: { binded_by: "86bd9f7b-9c9f-4e7a-9842-3525a325d580" }, + source: "76c5bda5-0eb2-44f6-8f2d-b3d9f9ba4337", + subType: "Permission", + target: "b55838ec-a9dc-48b4-8864-05a9bd33a0cd" + }, + position: { x: 0, y: 0 }, + group: "edges", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: true, + classes: "" + }, + { + data: { + animation: "marching-ants", + id: "9c3e106c-cac0-4291-87c8-7b25a08bf260", + source: "e5a5d1c1-ba59-4f76-b892-68374a602dc6", + subType: "Network", + target: "33edf12d-9592-4f7b-8600-b7fe2d4364fe" + }, + position: { x: 0, y: 0 }, + group: "edges", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: true, + classes: "" + }, + { + data: { + id: "92f785f6-2b19-4218-8c6c-c37b2df57410", + metadata: { port: 443, protocol: "TCP" }, + source: "40fc8324-31d0-44a2-af15-b67e7ee01af4", + subType: "Network", + target: "6c3ac91b-c3e2-4312-91b3-4e24841b152e" + }, + position: { x: 0, y: 0 }, + group: "edges", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: true, + classes: "" + }, + { + data: { + id: "2d852a36-9434-4e3b-a471-9a106a6f28d1", + metadata: { binded_by: "26f2ead6-5ab5-4598-b3f8-eb0534fa57b9" }, + source: "bf3b8a3a-8206-4fd1-9a1d-90dacb4d410a", + subType: "Permission", + target: "ec2dcead-f5d4-4f1f-a390-a52aaeb3615a" + }, + position: { x: 0, y: 0 }, + group: "edges", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: true, + classes: "" + }, + { + data: { + id: "fae58b9c-fb4a-4e27-8c2c-a5c6628231a1", + metadata: { binded_by: "674e8273-f90a-45b8-aaa0-8cf23dc67ce4" }, + source: "bbbd5037-bc3e-4255-aa07-754479b3a169", + subType: "Permission", + target: "ec2dcead-f5d4-4f1f-a390-a52aaeb3615a" + }, + position: { x: 0, y: 0 }, + group: "edges", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: true, + classes: "" + }, + { + data: { + id: "5671621a-4dca-4163-8c5b-c3b66b2c0859", + metadata: { binded_by: "c6e44479-39aa-4463-bad0-71b894a3d903" }, + source: "cabb4fe2-63ec-436b-a2b7-73fe0ec1ebcd", + subType: "Permission", + target: "b07fafde-3889-46d3-a342-a1efaaf724af" + }, + position: { x: 0, y: 0 }, + group: "edges", + removed: false, + selected: false, + selectable: true, + locked: false, + grabbable: true, + pannable: true, + classes: "" + } + ] + }, + elementStyles: { + "7968b07e-1b76-433b-b1e3-d3f49b91d034": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "1000", + zIndex: "1000", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-placement", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "10.5px", + width: "10.5px", + shape: "round-rectangle", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjM4NjcgMzYuMjIyMUgyNS4yNzQyVjQyLjE0NzVIMTYuMzg2N1Y1MS4wMzU3SDEwLjQ2MTdWNDIuMTQ3NUgxLjU3NDIyVjM2LjIyMjFIMTAuNDYxN1YyNy4zMzRIMTYuMzg2N1YzNi4yMjIxWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00OS43MTA3IDQ0Ljg4NzFDNjAuMzk4MiA0NC44ODcxIDY5LjA2MjIgMzYuMjIzMiA2OS4wNjIyIDI1LjUzNThDNjkuMDYyMiAxNC44NDg0IDYwLjM5ODIgNi4xODQ1NyA0OS43MTA3IDYuMTg0NTdDMzkuMDIzMSA2LjE4NDU3IDMwLjM1OTEgMTQuODQ4NCAzMC4zNTkxIDI1LjUzNThDMzAuMzU5MSAzNi4yMjMyIDM5LjAyMzEgNDQuODg3MSA0OS43MTA3IDQ0Ljg4NzFaTTM1LjY4MzMgNDUuOTA1OUMzNi4wNzI2IDQ1Ljg0OTEgMzYuNDY2IDQ1Ljk1MDQgMzYuNzk4OCA0Ni4xNjAxQzQwLjI4MzcgNDguMzU2MSA0NC43NTQ3IDQ5LjY3NTYgNDkuNjMwMyA0OS42NzU2QzU0LjUzMzggNDkuNjc1NiA1OS4wMjgxIDQ4LjM0MDkgNjIuNTIxNSA0Ni4xMjIzQzYyLjg0NzIgNDUuOTE1NCA2My4yMzE3IDQ1LjgxMjYgNjMuNjE0MyA0NS44NjE3QzcyLjk2NzggNDcuMDYzMSA4MC4xOTU5IDU1LjA1NTMgODAuMTk1OSA2NC43MzU2VjcyLjIzMTRDODAuMTk1OSA3OC42Mjg4IDc1LjAwOTggODMuODE0OSA2OC42MTI0IDgzLjgxNDlIMzEuMDA3MkMyNC42MDk5IDgzLjgxNDkgMTkuNDIzOCA3OC42Mjg4IDE5LjQyMzggNzIuMjMxNVY2NC43MzU2QzE5LjQyMzggNTUuMTY2NyAyNi40ODY1IDQ3LjI0NzMgMzUuNjgzMyA0NS45MDU5WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04MC43MzQ4IDgyLjM2NTdDODIuNDE5MyA4MC4yMjMzIDgzLjQyNDEgNzcuNTIxMSA4My40MjQxIDc0LjU4NDNWNjMuODg0NEM4My40MjQxIDU1LjgyOTggNzguODIzNyA0OC44NDk3IDcyLjEwNzIgNDUuNDI4MkM4MS40Mzg1IDQ2Ljk2ODQgODguNTE1OSA1NC41MjgzIDg4LjQyMzEgNjMuNDUwNFY3MS44ODI3Qzg4LjQyMzEgNzYuNjM4IDg1LjI0OTYgODAuNjkzMSA4MC43MzQ4IDgyLjM2NTdaTTcyLjMxODIgMjUuNTM1NEM3Mi4zMTgyIDMwLjQ0OSA3MC44MzIzIDM1LjAxNTUgNjguMjg1NCAzOC44MTAyQzc0LjkyMjUgMzYuNTg1NCA3OS43MDQ3IDMwLjMxNjMgNzkuNzA0NyAyMi45MzAxQzc5LjcwNDcgMTMuNjgyMyA3Mi4yMDggNi4xODU1NSA2Mi45NjAyIDYuMTg1NTVDNjIuNzgxNCA2LjE4NTU1IDYyLjYwMzMgNi4xODgzNSA2Mi40MjU4IDYuMTkzOTFDNjguNDE4NyAxMC41MjYyIDcyLjMxODIgMTcuNTc1NCA3Mi4zMTgyIDI1LjUzNTRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjM4NjcgMzYuMjIyMUgyNS4yNzQyVjQyLjE0NzVIMTYuMzg2N1Y1MS4wMzU3SDEwLjQ2MTdWNDIuMTQ3NUgxLjU3NDIyVjM2LjIyMjFIMTAuNDYxN1YyNy4zMzRIMTYuMzg2N1YzNi4yMjIxWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00OS43MTA3IDQ0Ljg4NzFDNjAuMzk4MiA0NC44ODcxIDY5LjA2MjIgMzYuMjIzMiA2OS4wNjIyIDI1LjUzNThDNjkuMDYyMiAxNC44NDg0IDYwLjM5ODIgNi4xODQ1NyA0OS43MTA3IDYuMTg0NTdDMzkuMDIzMSA2LjE4NDU3IDMwLjM1OTEgMTQuODQ4NCAzMC4zNTkxIDI1LjUzNThDMzAuMzU5MSAzNi4yMjMyIDM5LjAyMzEgNDQuODg3MSA0OS43MTA3IDQ0Ljg4NzFaTTM1LjY4MzMgNDUuOTA1OUMzNi4wNzI2IDQ1Ljg0OTEgMzYuNDY2IDQ1Ljk1MDQgMzYuNzk4OCA0Ni4xNjAxQzQwLjI4MzcgNDguMzU2MSA0NC43NTQ3IDQ5LjY3NTYgNDkuNjMwMyA0OS42NzU2QzU0LjUzMzggNDkuNjc1NiA1OS4wMjgxIDQ4LjM0MDkgNjIuNTIxNSA0Ni4xMjIzQzYyLjg0NzIgNDUuOTE1NCA2My4yMzE3IDQ1LjgxMjYgNjMuNjE0MyA0NS44NjE3QzcyLjk2NzggNDcuMDYzMSA4MC4xOTU5IDU1LjA1NTMgODAuMTk1OSA2NC43MzU2VjcyLjIzMTRDODAuMTk1OSA3OC42Mjg4IDc1LjAwOTggODMuODE0OSA2OC42MTI0IDgzLjgxNDlIMzEuMDA3MkMyNC42MDk5IDgzLjgxNDkgMTkuNDIzOCA3OC42Mjg4IDE5LjQyMzggNzIuMjMxNVY2NC43MzU2QzE5LjQyMzggNTUuMTY2NyAyNi40ODY1IDQ3LjI0NzMgMzUuNjgzMyA0NS45MDU5WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04MC43MzQ4IDgyLjM2NTdDODIuNDE5MyA4MC4yMjMzIDgzLjQyNDEgNzcuNTIxMSA4My40MjQxIDc0LjU4NDNWNjMuODg0NEM4My40MjQxIDU1LjgyOTggNzguODIzNyA0OC44NDk3IDcyLjEwNzIgNDUuNDI4MkM4MS40Mzg1IDQ2Ljk2ODQgODguNTE1OSA1NC41MjgzIDg4LjQyMzEgNjMuNDUwNFY3MS44ODI3Qzg4LjQyMzEgNzYuNjM4IDg1LjI0OTYgODAuNjkzMSA4MC43MzQ4IDgyLjM2NTdaTTcyLjMxODIgMjUuNTM1NEM3Mi4zMTgyIDMwLjQ0OSA3MC44MzIzIDM1LjAxNTUgNjguMjg1NCAzOC44MTAyQzc0LjkyMjUgMzYuNTg1NCA3OS43MDQ3IDMwLjMxNjMgNzkuNzA0NyAyMi45MzAxQzc5LjcwNDcgMTMuNjgyMyA3Mi4yMDggNi4xODU1NSA2Mi45NjAyIDYuMTg1NTVDNjIuNzgxNCA2LjE4NTU1IDYyLjYwMzMgNi4xODgzNSA2Mi40MjU4IDYuMTkzOTFDNjguNDE4NyAxMC41MjYyIDcyLjMxODIgMTcuNTc1NCA3Mi4zMTgyIDI1LjUzNTRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-placement", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "4ada3a29-b9c1-4138-aeaf-58dbcb6a9ea9": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "31", + zIndex: "31", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-scheduler-server", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "15px", + width: "15px", + shape: "ellipse", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "0.2", + backgroundOpacity: "0.2", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAuODc4OTk3ODAyNzM0Mzc1IDAuNjU3MDAzNDAyNzA5OTYwOSAxMjIuNDAxMDAwOTc2NTYyNSAxNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuMzggMzguMzk1YzIuMzE0IDYuNjkgOC41MTYgMTIuNjA3IDE3LjE5MyAxNy4xMjcgMTEuMTYgNS44MTQgMjYuNTQyIDkuMzk0IDQzLjUwNiA5LjM5NHMzMi4zNDYtMy41OCA0My41MDYtOS4zOTRjOC42NzctNC41MiAxNC44NzktMTAuNDM3IDE3LjE5NC0xNy4xMjd2ODAuMzgzYzAgOC41MjItNi42NDEgMTYuMzYxLTE3LjY1NiAyMi4wOTgtMTAuOTkgNS43MjUtMjYuMjA4IDkuMjgxLTQzLjA0NCA5LjI4MXMtMzIuMDU0LTMuNTU2LTQzLjA0NC05LjI4MUM4LjAyMSAxMzUuMTM5IDEuMzggMTI3LjMgMS4zOCAxMTguNzc4VjM4LjM5NVoiIGZpbGw9IiMzMjZDRTUiIHN0cm9rZT0iI2ZmZiIvPjxwYXRoIGQ9Ik0xLjM4IDMyLjUzN2MwLTguNTIzIDYuNjQtMTYuMzYxIDE3LjY1NS0yMi4wOTkgMTAuOTktNS43MjUgMjYuMjA4LTkuMjggNDMuMDQ0LTkuMjhzMzIuMDU0IDMuNTU1IDQzLjA0NCA5LjI4YzExLjAxNSA1LjczNyAxNy42NTYgMTMuNTc2IDE3LjY1NiAyMi4wOTkgMCA4LjUyMi02LjY0MSAxNi4zNi0xNy42NTYgMjIuMDk5LTEwLjk5IDUuNzI0LTI2LjIwOCA5LjI4LTQzLjA0NCA5LjI4cy0zMi4wNTQtMy41NTYtNDMuMDQ0LTkuMjhDOC4wMjEgNDguODk4IDEuMzggNDEuMDU5IDEuMzggMzIuNTM1WiIgZmlsbD0iIzMyNkNFNSIgc3Ryb2tlPSIjZmZmIi8+PHBhdGggZD0iTTEyMy4yNzkgMzIuNTM3YzAgMTcuNjA2LTI3LjQgMzEuODgtNjEuMiAzMS44OC0zMy44IDAtNjEuMi0xNC4yNzQtNjEuMi0zMS44OG0xMjIuNCAwYzAtMTcuNjA3LTI3LjQtMzEuODgtNjEuMi0zMS44OEMyOC4yOC42NTcuODggMTQuOTMuODggMzIuNTM3bTEyMi40IDB2ODYuMjQxYzAgMTcuNjA2LTI3LjQgMzEuODc5LTYxLjIgMzEuODc5LTMzLjggMC02MS4yLTE0LjI3My02MS4yLTMxLjg3OVYzMi41MzciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTYyLjg4IDc1LjU0YTQuMTQzIDQuMTQzIDAgMCAwLTEuNTMzLjM3NEw0MC40NCA4NS41NTNhMy45NzIgMy45NzIgMCAwIDAtMS4zOTEgMS4wNjEgMy43NiAzLjc2IDAgMCAwLS43NzMgMS41MzRsLTUuMTU4IDIxLjY1YTMuNjY0IDMuNjY0IDAgMCAwLS4wMzkgMS41MTkgMy44NTQgMy44NTQgMCAwIDAgLjgxIDEuNzE5bDE0LjQ3IDE3LjM2Yy4zNzUuNDQ5Ljg1LjgxMiAxLjM5MiAxLjA2MWE0LjEzNyA0LjEzNyAwIDAgMCAxLjczNS4zNzhsMjMuMjA2LS4wMDVjLjYuMDAxIDEuMTkzLS4xMjggMS43MzUtLjM3N2EzLjk3MyAzLjk3MyAwIDAgMCAxLjM5MS0xLjA2bDE0LjQ2Ni0xNy4zNjJjLjM3NS0uNDUuNjM5LS45NzQuNzczLTEuNTM1YTMuNjY0IDMuNjY0IDAgMCAwIDAtMS43MDNsLTUuMTY2LTIxLjY1YTMuNzYgMy43NiAwIDAgMC0uNzcyLTEuNTM0IDMuOTc0IDMuOTc0IDAgMCAwLTEuMzkxLTEuMDYybC0yMC45MS05LjYzM2E0LjE1MiA0LjE1MiAwIDAgMC0xLjkzOS0uMzc0WiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik02My4wODYgODIuOTA4Yy0uNjkgMC0xLjI1MS42LTEuMjUxIDEuMzQybC4wMDIuMDMzYzAgLjEtLjAwNi4yMjItLjAwMi4zMS4wMTYuNDI3LjExMy43NTQuMTcxIDEuMTQ4LjEwNS44NDIuMTk0IDEuNTQuMTM5IDIuMTktLjA1My4yNDUtLjI0LjQ2OS0uNDA2LjYyNGwtLjAzLjUxMWMtLjc1LjA2LTEuNTA3LjE3LTIuMjYyLjMzNi0zLjI1LjcxMS02LjA0NyAyLjMyNi04LjE3NyA0LjUwNy0uMTM4LS4wOTEtLjM4LS4yNTktLjQ1Mi0uMzEtLjIyMy4wMy0uNDQ5LjA5Ni0uNzQzLS4wNy0uNTYtLjM2My0xLjA3LS44NjUtMS42ODctMS40Ny0uMjgzLS4yOS0uNDg4LS41NjUtLjgyNC0uODQ0LS4wNzYtLjA2My0uMTkzLS4xNDktLjI3OC0uMjE0YTEuNTIyIDEuNTIyIDAgMCAwLS44NzItLjMxNyAxLjIyNSAxLjIyNSAwIDAgMC0uOTk3LjQyNWMtLjQzLjUyMi0uMjkzIDEuMzE5LjMwOCAxLjc4bC4wMTguMDE0Yy4wODMuMDY0LjE4NC4xNDcuMjYuMi4zNTYuMjU1LjY4Mi4zODUgMS4wMzcuNTg2Ljc0OS40NDYgMS4zNy44MTYgMS44NjEgMS4yNjIuMTkyLjE5OC4yMjYuNTQ2LjI1Mi42OTdsLjQuMzQ1Yy0yLjE0NiAzLjExOC0zLjE0IDYuOTY5LTIuNTUzIDEwLjg5MmwtLjUyNC4xNDdjLS4xMzguMTczLS4zMzMuNDQzLS41MzguNTI0LS42NDMuMTk2LTEuMzY4LjI2OC0yLjI0My4zNTYtLjQxLjAzMy0uNzY1LjAxMy0xLjIuMDkzLS4wOTYuMDE4LS4yMy4wNTEtLjMzNS4wNzVsLS4wMS4wMDItLjAyLjAwNmMtLjczNy4xNzItMS4yMS44MjYtMS4wNTggMS40Ny4xNTMuNjQ1Ljg3MyAxLjAzNyAxLjYxNS44ODJsLjAxOS0uMDAyLjAyNC0uMDA4Yy4xMDMtLjAyMi4yMzMtLjA0Ni4zMjMtLjA3LjQyOC0uMTEuNzM5LS4yNzMgMS4xMjMtLjQxNS44MjgtLjI4NiAxLjUxNC0uNTI2IDIuMTgyLS42MTkuMjgtLjAyMS41NzMuMTY2LjcyLjI0NWwuNTQ1LS4wOWMxLjI1NSAzLjc1NSAzLjg4NiA2Ljc5IDcuMjE3IDguNjk0bC0uMjI3LjUyNmMuMDgyLjIwNS4xNzIuNDgxLjExLjY4My0uMjQyLjYwOC0uNjU4IDEuMjQ5LTEuMTMyIDEuOTY0LS4yMy4zMzEtLjQ2NC41ODctLjY3Ljk2NS0uMDUuMDktLjExNC4yMjktLjE2MS4zMjUtLjMyMi42NjQtLjA4NiAxLjQyOS41MzIgMS43MTYuNjIxLjI4OCAxLjM5My0uMDE2IDEuNzI3LS42ODFsLjAwMy0uMDAzdi0uMDAzYy4wNDctLjA5NC4xMTUtLjIxOC4xNTUtLjMwNy4xNzctLjM5MS4yMzYtLjcyNy4zNi0xLjEwNi4zMzItLjgwMy41MTQtMS42NDUuOTctMi4xNjkuMTI0LS4xNDQuMzI4LS4xOTkuNTM5LS4yNTRsLjI4My0uNDk1YTE2LjczMSAxNi43MzEgMCAwIDAgMTEuNTQ5LjAyOGMuMDguMTM3LjIyOC4zOTkuMjY3LjQ2NS4yMTUuMDY3LjQ0OS4xMDIuNjQuMzc0LjM0LjU2Mi41NzQgMS4yMjcuODU4IDIuMDMuMTI0LjM3OS4xODYuNzE1LjM2MyAxLjEwNy4wNC4wODkuMTA4LjIxNS4xNTUuMzA5LjMzNC42NjggMS4xMDguOTczIDEuNzMuNjg0LjYxOC0uMjg3Ljg1NC0xLjA1Mi41MzMtMS43MTYtLjA0OC0uMDk1LS4xMTQtLjIzNC0uMTY0LS4zMjUtLjIwNy0uMzc4LS40NDEtLjYzMi0uNjctLjk2Mi0uNDc1LS43MTUtLjg2Ny0xLjMwOS0xLjExLTEuOTE3LS4xMDItLjMxMy4wMTctLjUwOC4wOTYtLjcxMi0uMDQ3LS4wNTItLjE0OS0uMzQ4LS4yMDktLjQ4NyAzLjQ2Mi0xLjk3MyA2LjAxNS01LjEyMSA3LjIxNS04Ljc1Ni4xNjEuMDI0LjQ0My4wNzIuNTM0LjA5LjE4OS0uMTIuMzYyLS4yNzYuNy0uMjUuNjY5LjA5MyAxLjM1NS4zMzIgMi4xODMuNjE5LjM4NS4xNDIuNjk1LjMwNyAxLjEyMy40MTguMDkuMDIzLjIyLjA0NS4zMjMuMDY3LjAwOS4wMDIuMDE2LjAwNi4wMjQuMDA3LjAwNi4wMDIuMDE0LjAwMi4wMi4wMDMuNzQxLjE1NCAxLjQ2Mi0uMjM4IDEuNjE0LS44ODIuMTUzLS42NDUtLjMyMS0xLjI5OS0xLjA1OS0xLjQ3MS0uMTA3LS4wMjMtLjI2LS4wNjMtLjM2My0uMDgyLS40MzYtLjA4LS43OS0uMDYtMS4yLS4wOTMtLjg3Ni0uMDg5LTEuNi0uMTYxLTIuMjQ0LS4zNTYtLjI2My0uMDk4LS40NS0uNC0uNTQtLjUyNGwtLjUwNi0uMTQyYTE1LjA1OCAxNS4wNTggMCAwIDAtLjI2Mi01LjYzNyAxNS4zNTIgMTUuMzUyIDAgMCAwLTIuMzQ1LTUuMjNjLjEzLS4xMTMuMzc1LS4zMjIuNDQ0LS4zODQuMDItLjIxNi4wMDMtLjQ0My4yMzUtLjY4My40OTItLjQ0NiAxLjExMy0uODE2IDEuODYxLTEuMjYyLjM1Ni0uMjAxLjY4NC0uMzMxIDEuMDQtLjU4NS4wODEtLjA1OC4xOTEtLjE0OS4yNzYtLjIxNS42LS40NjIuNzM4LTEuMjU4LjMwNy0xLjc4LS40My0uNTIxLTEuMjY2LS41Ny0xLjg2Ni0uMTA4LS4wODUuMDY1LS4yMDEuMTUtLjI3OC4yMTQtLjMzNi4yNzktLjU0NC41NTQtLjgyNi44NDQtLjYxOC42MDUtMS4xMjggMS4xMDktMS42ODggMS40NzMtLjI0Mi4xMzYtLjU5OC4wODktLjc1OS4wOGwtLjQ3Ni4zMjdjLTIuNzE0LTIuNzQ1LTYuNDEtNC41MDEtMTAuMzg4LTQuODQyYTI4LjM1IDI4LjM1IDAgMCAxLS4wMy0uNTRjLS4xNjItLjE1LS4zNi0uMjc4LS40MDktLjYwMy0uMDU0LS42NS4wMzctMS4zNDguMTQyLTIuMTkuMDU4LS4zOTQuMTU1LS43MjEuMTcxLTEuMTQ4LjAwNC0uMDk3LS4wMDItLjIzOC0uMDAyLS4zNDMgMC0uNzQxLS41Ni0xLjM0Mi0xLjI1Mi0xLjM0MlptLTEuNTY3IDkuMzY1LS4zNzEgNi4zMzQtLjAyNy4wMTNjLS4wMjUuNTY2LS41MDggMS4wMTgtMS4xMDIgMS4wMThhMS4xMyAxLjEzIDAgMCAxLS42NS0uMjAzbC0uMDEuMDA1LTUuMzgzLTMuNjgyYzEuNjU1LTEuNTcgMy43Ny0yLjcyOSA2LjIxLTMuMjYzLjQ0NC0uMDk4Ljg5LS4xNyAxLjMzMy0uMjIyWm0zLjEzNyAwYTEzLjE5NSAxMy4xOTUgMCAwIDEgNy40OTcgMy40ODhsLTUuMzQ3IDMuNjU4LS4wMi0uMDA3YTEuMTMyIDEuMTMyIDAgMCAxLTEuNTEzLS4xOTcgMS4wMzUgMS4wMzUgMCAwIDEtLjI0LS42MTZsLS4wMDUtLjAwMy0uMzcyLTYuMzIzWm0tMTIuNjMyIDUuODUxIDQuOTE1IDQuMjQxLS4wMDUuMDI2Yy40NDMuMzcyLjUwOSAxLjAxOC4xMzkgMS40NjZhMS4xMDYgMS4xMDYgMCAwIDEtLjU3My4zNjNsLS4wMDUuMDIxLTYuMyAxLjc1NGMtLjMyLTIuODI4LjM3LTUuNTc4IDEuODMtNy44N1ptMjIuMDkuMDAzYTEyLjM0NSAxMi4zNDUgMCAwIDEgMS42MTIgMy44IDEyLjE1IDEyLjE1IDAgMCAxIC4yNzMgNC4wNDhsLTYuMzMyLTEuNzYtLjAwNi0uMDI2YTEuMDYyIDEuMDYyIDAgMCAxLS43ODMtMS4yNjRjLjA1NC0uMjI4LjE4LS40MjIuMzUtLjU2NWwtLjAwMi0uMDEzIDQuODg3LTQuMjJabS0xMi4wMzYgNC41NjZoMi4wMTRsMS4yNTEgMS41MDktLjQ1IDEuODg0LTEuODA3LjgzOC0xLjgxMy0uODQxLS40NDktMS44ODMgMS4yNTQtMS41MDdabTYuNDU1IDUuMTY1Yy4wODYtLjAwNC4xNy4wMDMuMjU0LjAxOGwuMDEtLjAxMyA2LjUxNyAxLjA2M2ExMi41MzUgMTIuNTM1IDAgMCAxLTUuMjE3IDYuMzIzbC0yLjUzLTUuODk1LjAwOS0uMDFhMS4wNSAxLjA1IDAgMCAxIC41MzUtMS4zOGMuMTM2LS4wNjQuMjgtLjA5OS40MjItLjEwNlptLTEwLjk0NC4wMjZjLjQ5Ny4wMDcuOTQzLjM0IDEuMDU5LjgyOGExLjAyIDEuMDIgMCAwIDEtLjA2Mi42NTVsLjAxOS4wMjMtMi41MDMgNS44MzZjLTIuMzQtMS40NDktNC4yMDQtMy42MTgtNS4yLTYuMjc5bDYuNDYtMS4wNTguMDEuMDEzYTEuMTQgMS4xNCAwIDAgMSAuMjE3LS4wMThabTUuNDU3IDIuNTU2Yy4xNzMtLjAwNi4zNS4wMjkuNTE2LjEwNi4yMi4xMDIuMzg4LjI2Mi40OTUuNDU0aC4wMjRsMy4xODUgNS41NTJjLS40MTQuMTM0LS44MzkuMjQ4LTEuMjczLjM0M2ExMy4zODMgMTMuMzgzIDAgMCAxLTcuMDYyLS4zNTFsMy4xNzctNS41NDFoLjAwNWExLjExIDEuMTEgMCAwIDEgLjkzMy0uNTYzWiIgZmlsbD0iIzMyNkNFNSIgc3Ryb2tlPSIjMzI2Q0U1IiBzdHJva2Utd2lkdGg9Ii4yNSIvPjwvc3ZnPg==)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAuODc4OTk3ODAyNzM0Mzc1IDAuNjU3MDAzNDAyNzA5OTYwOSAxMjIuNDAxMDAwOTc2NTYyNSAxNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuMzggMzguMzk1YzIuMzE0IDYuNjkgOC41MTYgMTIuNjA3IDE3LjE5MyAxNy4xMjcgMTEuMTYgNS44MTQgMjYuNTQyIDkuMzk0IDQzLjUwNiA5LjM5NHMzMi4zNDYtMy41OCA0My41MDYtOS4zOTRjOC42NzctNC41MiAxNC44NzktMTAuNDM3IDE3LjE5NC0xNy4xMjd2ODAuMzgzYzAgOC41MjItNi42NDEgMTYuMzYxLTE3LjY1NiAyMi4wOTgtMTAuOTkgNS43MjUtMjYuMjA4IDkuMjgxLTQzLjA0NCA5LjI4MXMtMzIuMDU0LTMuNTU2LTQzLjA0NC05LjI4MUM4LjAyMSAxMzUuMTM5IDEuMzggMTI3LjMgMS4zOCAxMTguNzc4VjM4LjM5NVoiIGZpbGw9IiMzMjZDRTUiIHN0cm9rZT0iI2ZmZiIvPjxwYXRoIGQ9Ik0xLjM4IDMyLjUzN2MwLTguNTIzIDYuNjQtMTYuMzYxIDE3LjY1NS0yMi4wOTkgMTAuOTktNS43MjUgMjYuMjA4LTkuMjggNDMuMDQ0LTkuMjhzMzIuMDU0IDMuNTU1IDQzLjA0NCA5LjI4YzExLjAxNSA1LjczNyAxNy42NTYgMTMuNTc2IDE3LjY1NiAyMi4wOTkgMCA4LjUyMi02LjY0MSAxNi4zNi0xNy42NTYgMjIuMDk5LTEwLjk5IDUuNzI0LTI2LjIwOCA5LjI4LTQzLjA0NCA5LjI4cy0zMi4wNTQtMy41NTYtNDMuMDQ0LTkuMjhDOC4wMjEgNDguODk4IDEuMzggNDEuMDU5IDEuMzggMzIuNTM1WiIgZmlsbD0iIzMyNkNFNSIgc3Ryb2tlPSIjZmZmIi8+PHBhdGggZD0iTTEyMy4yNzkgMzIuNTM3YzAgMTcuNjA2LTI3LjQgMzEuODgtNjEuMiAzMS44OC0zMy44IDAtNjEuMi0xNC4yNzQtNjEuMi0zMS44OG0xMjIuNCAwYzAtMTcuNjA3LTI3LjQtMzEuODgtNjEuMi0zMS44OEMyOC4yOC42NTcuODggMTQuOTMuODggMzIuNTM3bTEyMi40IDB2ODYuMjQxYzAgMTcuNjA2LTI3LjQgMzEuODc5LTYxLjIgMzEuODc5LTMzLjggMC02MS4yLTE0LjI3My02MS4yLTMxLjg3OVYzMi41MzciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTYyLjg4IDc1LjU0YTQuMTQzIDQuMTQzIDAgMCAwLTEuNTMzLjM3NEw0MC40NCA4NS41NTNhMy45NzIgMy45NzIgMCAwIDAtMS4zOTEgMS4wNjEgMy43NiAzLjc2IDAgMCAwLS43NzMgMS41MzRsLTUuMTU4IDIxLjY1YTMuNjY0IDMuNjY0IDAgMCAwLS4wMzkgMS41MTkgMy44NTQgMy44NTQgMCAwIDAgLjgxIDEuNzE5bDE0LjQ3IDE3LjM2Yy4zNzUuNDQ5Ljg1LjgxMiAxLjM5MiAxLjA2MWE0LjEzNyA0LjEzNyAwIDAgMCAxLjczNS4zNzhsMjMuMjA2LS4wMDVjLjYuMDAxIDEuMTkzLS4xMjggMS43MzUtLjM3N2EzLjk3MyAzLjk3MyAwIDAgMCAxLjM5MS0xLjA2bDE0LjQ2Ni0xNy4zNjJjLjM3NS0uNDUuNjM5LS45NzQuNzczLTEuNTM1YTMuNjY0IDMuNjY0IDAgMCAwIDAtMS43MDNsLTUuMTY2LTIxLjY1YTMuNzYgMy43NiAwIDAgMC0uNzcyLTEuNTM0IDMuOTc0IDMuOTc0IDAgMCAwLTEuMzkxLTEuMDYybC0yMC45MS05LjYzM2E0LjE1MiA0LjE1MiAwIDAgMC0xLjkzOS0uMzc0WiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik02My4wODYgODIuOTA4Yy0uNjkgMC0xLjI1MS42LTEuMjUxIDEuMzQybC4wMDIuMDMzYzAgLjEtLjAwNi4yMjItLjAwMi4zMS4wMTYuNDI3LjExMy43NTQuMTcxIDEuMTQ4LjEwNS44NDIuMTk0IDEuNTQuMTM5IDIuMTktLjA1My4yNDUtLjI0LjQ2OS0uNDA2LjYyNGwtLjAzLjUxMWMtLjc1LjA2LTEuNTA3LjE3LTIuMjYyLjMzNi0zLjI1LjcxMS02LjA0NyAyLjMyNi04LjE3NyA0LjUwNy0uMTM4LS4wOTEtLjM4LS4yNTktLjQ1Mi0uMzEtLjIyMy4wMy0uNDQ5LjA5Ni0uNzQzLS4wNy0uNTYtLjM2My0xLjA3LS44NjUtMS42ODctMS40Ny0uMjgzLS4yOS0uNDg4LS41NjUtLjgyNC0uODQ0LS4wNzYtLjA2My0uMTkzLS4xNDktLjI3OC0uMjE0YTEuNTIyIDEuNTIyIDAgMCAwLS44NzItLjMxNyAxLjIyNSAxLjIyNSAwIDAgMC0uOTk3LjQyNWMtLjQzLjUyMi0uMjkzIDEuMzE5LjMwOCAxLjc4bC4wMTguMDE0Yy4wODMuMDY0LjE4NC4xNDcuMjYuMi4zNTYuMjU1LjY4Mi4zODUgMS4wMzcuNTg2Ljc0OS40NDYgMS4zNy44MTYgMS44NjEgMS4yNjIuMTkyLjE5OC4yMjYuNTQ2LjI1Mi42OTdsLjQuMzQ1Yy0yLjE0NiAzLjExOC0zLjE0IDYuOTY5LTIuNTUzIDEwLjg5MmwtLjUyNC4xNDdjLS4xMzguMTczLS4zMzMuNDQzLS41MzguNTI0LS42NDMuMTk2LTEuMzY4LjI2OC0yLjI0My4zNTYtLjQxLjAzMy0uNzY1LjAxMy0xLjIuMDkzLS4wOTYuMDE4LS4yMy4wNTEtLjMzNS4wNzVsLS4wMS4wMDItLjAyLjAwNmMtLjczNy4xNzItMS4yMS44MjYtMS4wNTggMS40Ny4xNTMuNjQ1Ljg3MyAxLjAzNyAxLjYxNS44ODJsLjAxOS0uMDAyLjAyNC0uMDA4Yy4xMDMtLjAyMi4yMzMtLjA0Ni4zMjMtLjA3LjQyOC0uMTEuNzM5LS4yNzMgMS4xMjMtLjQxNS44MjgtLjI4NiAxLjUxNC0uNTI2IDIuMTgyLS42MTkuMjgtLjAyMS41NzMuMTY2LjcyLjI0NWwuNTQ1LS4wOWMxLjI1NSAzLjc1NSAzLjg4NiA2Ljc5IDcuMjE3IDguNjk0bC0uMjI3LjUyNmMuMDgyLjIwNS4xNzIuNDgxLjExLjY4My0uMjQyLjYwOC0uNjU4IDEuMjQ5LTEuMTMyIDEuOTY0LS4yMy4zMzEtLjQ2NC41ODctLjY3Ljk2NS0uMDUuMDktLjExNC4yMjktLjE2MS4zMjUtLjMyMi42NjQtLjA4NiAxLjQyOS41MzIgMS43MTYuNjIxLjI4OCAxLjM5My0uMDE2IDEuNzI3LS42ODFsLjAwMy0uMDAzdi0uMDAzYy4wNDctLjA5NC4xMTUtLjIxOC4xNTUtLjMwNy4xNzctLjM5MS4yMzYtLjcyNy4zNi0xLjEwNi4zMzItLjgwMy41MTQtMS42NDUuOTctMi4xNjkuMTI0LS4xNDQuMzI4LS4xOTkuNTM5LS4yNTRsLjI4My0uNDk1YTE2LjczMSAxNi43MzEgMCAwIDAgMTEuNTQ5LjAyOGMuMDguMTM3LjIyOC4zOTkuMjY3LjQ2NS4yMTUuMDY3LjQ0OS4xMDIuNjQuMzc0LjM0LjU2Mi41NzQgMS4yMjcuODU4IDIuMDMuMTI0LjM3OS4xODYuNzE1LjM2MyAxLjEwNy4wNC4wODkuMTA4LjIxNS4xNTUuMzA5LjMzNC42NjggMS4xMDguOTczIDEuNzMuNjg0LjYxOC0uMjg3Ljg1NC0xLjA1Mi41MzMtMS43MTYtLjA0OC0uMDk1LS4xMTQtLjIzNC0uMTY0LS4zMjUtLjIwNy0uMzc4LS40NDEtLjYzMi0uNjctLjk2Mi0uNDc1LS43MTUtLjg2Ny0xLjMwOS0xLjExLTEuOTE3LS4xMDItLjMxMy4wMTctLjUwOC4wOTYtLjcxMi0uMDQ3LS4wNTItLjE0OS0uMzQ4LS4yMDktLjQ4NyAzLjQ2Mi0xLjk3MyA2LjAxNS01LjEyMSA3LjIxNS04Ljc1Ni4xNjEuMDI0LjQ0My4wNzIuNTM0LjA5LjE4OS0uMTIuMzYyLS4yNzYuNy0uMjUuNjY5LjA5MyAxLjM1NS4zMzIgMi4xODMuNjE5LjM4NS4xNDIuNjk1LjMwNyAxLjEyMy40MTguMDkuMDIzLjIyLjA0NS4zMjMuMDY3LjAwOS4wMDIuMDE2LjAwNi4wMjQuMDA3LjAwNi4wMDIuMDE0LjAwMi4wMi4wMDMuNzQxLjE1NCAxLjQ2Mi0uMjM4IDEuNjE0LS44ODIuMTUzLS42NDUtLjMyMS0xLjI5OS0xLjA1OS0xLjQ3MS0uMTA3LS4wMjMtLjI2LS4wNjMtLjM2My0uMDgyLS40MzYtLjA4LS43OS0uMDYtMS4yLS4wOTMtLjg3Ni0uMDg5LTEuNi0uMTYxLTIuMjQ0LS4zNTYtLjI2My0uMDk4LS40NS0uNC0uNTQtLjUyNGwtLjUwNi0uMTQyYTE1LjA1OCAxNS4wNTggMCAwIDAtLjI2Mi01LjYzNyAxNS4zNTIgMTUuMzUyIDAgMCAwLTIuMzQ1LTUuMjNjLjEzLS4xMTMuMzc1LS4zMjIuNDQ0LS4zODQuMDItLjIxNi4wMDMtLjQ0My4yMzUtLjY4My40OTItLjQ0NiAxLjExMy0uODE2IDEuODYxLTEuMjYyLjM1Ni0uMjAxLjY4NC0uMzMxIDEuMDQtLjU4NS4wODEtLjA1OC4xOTEtLjE0OS4yNzYtLjIxNS42LS40NjIuNzM4LTEuMjU4LjMwNy0xLjc4LS40My0uNTIxLTEuMjY2LS41Ny0xLjg2Ni0uMTA4LS4wODUuMDY1LS4yMDEuMTUtLjI3OC4yMTQtLjMzNi4yNzktLjU0NC41NTQtLjgyNi44NDQtLjYxOC42MDUtMS4xMjggMS4xMDktMS42ODggMS40NzMtLjI0Mi4xMzYtLjU5OC4wODktLjc1OS4wOGwtLjQ3Ni4zMjdjLTIuNzE0LTIuNzQ1LTYuNDEtNC41MDEtMTAuMzg4LTQuODQyYTI4LjM1IDI4LjM1IDAgMCAxLS4wMy0uNTRjLS4xNjItLjE1LS4zNi0uMjc4LS40MDktLjYwMy0uMDU0LS42NS4wMzctMS4zNDguMTQyLTIuMTkuMDU4LS4zOTQuMTU1LS43MjEuMTcxLTEuMTQ4LjAwNC0uMDk3LS4wMDItLjIzOC0uMDAyLS4zNDMgMC0uNzQxLS41Ni0xLjM0Mi0xLjI1Mi0xLjM0MlptLTEuNTY3IDkuMzY1LS4zNzEgNi4zMzQtLjAyNy4wMTNjLS4wMjUuNTY2LS41MDggMS4wMTgtMS4xMDIgMS4wMThhMS4xMyAxLjEzIDAgMCAxLS42NS0uMjAzbC0uMDEuMDA1LTUuMzgzLTMuNjgyYzEuNjU1LTEuNTcgMy43Ny0yLjcyOSA2LjIxLTMuMjYzLjQ0NC0uMDk4Ljg5LS4xNyAxLjMzMy0uMjIyWm0zLjEzNyAwYTEzLjE5NSAxMy4xOTUgMCAwIDEgNy40OTcgMy40ODhsLTUuMzQ3IDMuNjU4LS4wMi0uMDA3YTEuMTMyIDEuMTMyIDAgMCAxLTEuNTEzLS4xOTcgMS4wMzUgMS4wMzUgMCAwIDEtLjI0LS42MTZsLS4wMDUtLjAwMy0uMzcyLTYuMzIzWm0tMTIuNjMyIDUuODUxIDQuOTE1IDQuMjQxLS4wMDUuMDI2Yy40NDMuMzcyLjUwOSAxLjAxOC4xMzkgMS40NjZhMS4xMDYgMS4xMDYgMCAwIDEtLjU3My4zNjNsLS4wMDUuMDIxLTYuMyAxLjc1NGMtLjMyLTIuODI4LjM3LTUuNTc4IDEuODMtNy44N1ptMjIuMDkuMDAzYTEyLjM0NSAxMi4zNDUgMCAwIDEgMS42MTIgMy44IDEyLjE1IDEyLjE1IDAgMCAxIC4yNzMgNC4wNDhsLTYuMzMyLTEuNzYtLjAwNi0uMDI2YTEuMDYyIDEuMDYyIDAgMCAxLS43ODMtMS4yNjRjLjA1NC0uMjI4LjE4LS40MjIuMzUtLjU2NWwtLjAwMi0uMDEzIDQuODg3LTQuMjJabS0xMi4wMzYgNC41NjZoMi4wMTRsMS4yNTEgMS41MDktLjQ1IDEuODg0LTEuODA3LjgzOC0xLjgxMy0uODQxLS40NDktMS44ODMgMS4yNTQtMS41MDdabTYuNDU1IDUuMTY1Yy4wODYtLjAwNC4xNy4wMDMuMjU0LjAxOGwuMDEtLjAxMyA2LjUxNyAxLjA2M2ExMi41MzUgMTIuNTM1IDAgMCAxLTUuMjE3IDYuMzIzbC0yLjUzLTUuODk1LjAwOS0uMDFhMS4wNSAxLjA1IDAgMCAxIC41MzUtMS4zOGMuMTM2LS4wNjQuMjgtLjA5OS40MjItLjEwNlptLTEwLjk0NC4wMjZjLjQ5Ny4wMDcuOTQzLjM0IDEuMDU5LjgyOGExLjAyIDEuMDIgMCAwIDEtLjA2Mi42NTVsLjAxOS4wMjMtMi41MDMgNS44MzZjLTIuMzQtMS40NDktNC4yMDQtMy42MTgtNS4yLTYuMjc5bDYuNDYtMS4wNTguMDEuMDEzYTEuMTQgMS4xNCAwIDAgMSAuMjE3LS4wMThabTUuNDU3IDIuNTU2Yy4xNzMtLjAwNi4zNS4wMjkuNTE2LjEwNi4yMi4xMDIuMzg4LjI2Mi40OTUuNDU0aC4wMjRsMy4xODUgNS41NTJjLS40MTQuMTM0LS44MzkuMjQ4LTEuMjczLjM0M2ExMy4zODMgMTMuMzgzIDAgMCAxLTcuMDYyLS4zNTFsMy4xNzctNS41NDFoLjAwNWExLjExIDEuMTEgMCAwIDEgLjkzMy0uNTYzWiIgZmlsbD0iIzMyNkNFNSIgc3Ryb2tlPSIjMzI2Q0U1IiBzdHJva2Utd2lkdGg9Ii4yNSIvPjwvc3ZnPg==)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-scheduler-server", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "bf4e20d2-7c87-41e5-9384-c72a73ec8c0a": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "5", + zIndex: "5", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-sentry", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "22px", + width: "22px", + shape: "round-rectangle", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00NS4wMDgxIDQ0Ljg4MzFDNTYuMTQ4OCA0NC44ODMxIDY1LjE4MDEgMzUuODUxOCA2NS4xODAxIDI0LjcxMTFDNjUuMTgwMSAxMy41NzA0IDU2LjE0ODggNC41MzkwNiA0NS4wMDgxIDQuNTM5MDZDMzMuODY3NCA0LjUzOTA2IDI0LjgzNjEgMTMuNTcwNCAyNC44MzYxIDI0LjcxMTFDMjQuODM2MSAzNS44NTE4IDMzLjg2NzQgNDQuODgzMSA0NS4wMDgxIDQ0Ljg4MzFaTTMwLjM4NzIgNDUuOTQ0MkMzMC43OTI5IDQ1Ljg4NTEgMzEuMjAzIDQ1Ljk5MDYgMzEuNTQ5OSA0Ni4yMDkyQzM1LjE4MjQgNDguNDk4IDM5Ljg0MjcgNDkuODczMyA0NC45MjQ2IDQ5Ljg3MzNDNTAuMDM1NiA0OS44NzMzIDU0LjcyMDIgNDguNDgyMiA1OC4zNjE2IDQ2LjE2OTdDNTguNzAxIDQ1Ljk1NDIgNTkuMTAxOCA0NS44NDcgNTkuNTAwNiA0NS44OTgyQzY5LjI1MTIgNDcuMTUwMiA3Ni43ODYyIDU1LjQ4MTQgNzYuNzg2MiA2NS41NzI1VjczLjM4NjZDNzYuNzg2MiA4MC4wNTUyIDcxLjM4MDIgODUuNDYxMiA2NC43MTE1IDg1LjQ2MTJIMjUuNTEyMUMxOC44NDM1IDg1LjQ2MTIgMTMuNDM3NSA4MC4wNTUyIDEzLjQzNzUgNzMuMzg2NlY2NS41NzI1QzEzLjQzNzUgNTUuNTk3NiAyMC44IDQ3LjM0MjIgMzAuMzg3MiA0NS45NDQyWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00NS4wMDgxIDQ0Ljg4MzFDNTYuMTQ4OCA0NC44ODMxIDY1LjE4MDEgMzUuODUxOCA2NS4xODAxIDI0LjcxMTFDNjUuMTgwMSAxMy41NzA0IDU2LjE0ODggNC41MzkwNiA0NS4wMDgxIDQuNTM5MDZDMzMuODY3NCA0LjUzOTA2IDI0LjgzNjEgMTMuNTcwNCAyNC44MzYxIDI0LjcxMTFDMjQuODM2MSAzNS44NTE4IDMzLjg2NzQgNDQuODgzMSA0NS4wMDgxIDQ0Ljg4MzFaTTMwLjM4NzIgNDUuOTQ0MkMzMC43OTI5IDQ1Ljg4NTEgMzEuMjAzIDQ1Ljk5MDYgMzEuNTQ5OSA0Ni4yMDkyQzM1LjE4MjQgNDguNDk4IDM5Ljg0MjcgNDkuODczMyA0NC45MjQ2IDQ5Ljg3MzNDNTAuMDM1NiA0OS44NzMzIDU0LjcyMDIgNDguNDgyMiA1OC4zNjE2IDQ2LjE2OTdDNTguNzAxIDQ1Ljk1NDIgNTkuMTAxOCA0NS44NDcgNTkuNTAwNiA0NS44OTgyQzY5LjI1MTIgNDcuMTUwMiA3Ni43ODYyIDU1LjQ4MTQgNzYuNzg2MiA2NS41NzI1VjczLjM4NjZDNzYuNzg2MiA4MC4wNTUyIDcxLjM4MDIgODUuNDYxMiA2NC43MTE1IDg1LjQ2MTJIMjUuNTEyMUMxOC44NDM1IDg1LjQ2MTIgMTMuNDM3NSA4MC4wNTUyIDEzLjQzNzUgNzMuMzg2NlY2NS41NzI1QzEzLjQzNzUgNTUuNTk3NiAyMC44IDQ3LjM0MjIgMzAuMzg3MiA0NS45NDQyWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-sentry", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "b9ada340-d9e8-4f11-b171-a42bc7c8d02a": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "8", + zIndex: "8", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "resiliencies.dapr.io", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "20px", + width: "20px", + shape: "ellipse", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yOC43ODMgMTUuODEwOEg3LjE2Mzg3QzUuOTY5NzQgMTUuODEwOCA1LjAwMTcxIDE2Ljc3ODggNS4wMDE3MSAxNy45NzNWMzkuNTk0NUMxMC45NzE2IDM5LjU5NTQgMTUuODEwOCA0NC40MzUyIDE1LjgxMDggNTAuNDA1M0MxNS44MTA4IDU2LjM3NTQgMTAuOTcxNiA2MS4yMTUyIDUuMDAxNzEgNjEuMjE2MVY4Mi44Mzc4QzUuMDAxNzEgODQuMDMyIDUuOTY5NzQgODUgNy4xNjM4NyA4NUgyOC43ODNWODQuOTk5NkMyOC43ODMgNzkuMDI4OSAzMy42MjMxIDc0LjE4ODcgMzkuNTkzOCA3NC4xODg3QzQ1LjU2NDQgNzQuMTg4NyA1MC40MDQ2IDc5LjAyODkgNTAuNDA0NiA4NC45OTk2Vjg1SDcyLjAyODdDNzMuMjIyOSA4NSA3NC4xOTA5IDg0LjAzMiA3NC4xOTA5IDgyLjgzNzhWNjEuMjE2M0M4MC4xNiA2MS4yMTQ1IDg0Ljk5ODMgNTYuMzc1MSA4NC45OTgzIDUwLjQwNTVDODQuOTk4MyA0NC40MzYgODAuMTYgMzkuNTk2NSA3NC4xOTA5IDM5LjU5NDdWMTcuOTczQzc0LjE5MDkgMTYuNzc4OCA3My4yMjI5IDE1LjgxMDggNzIuMDI4NyAxNS44MTA4SDUwLjQwNDZDNTAuNDA0NiA5Ljg0MDE3IDQ1LjU2NDQgNSAzOS41OTM4IDVDMzMuNjIzMSA1IDI4Ljc4MyA5Ljg0MDE3IDI4Ljc4MyAxNS44MTA4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yOC43ODMgMTUuODEwOEg3LjE2Mzg3QzUuOTY5NzQgMTUuODEwOCA1LjAwMTcxIDE2Ljc3ODggNS4wMDE3MSAxNy45NzNWMzkuNTk0NUMxMC45NzE2IDM5LjU5NTQgMTUuODEwOCA0NC40MzUyIDE1LjgxMDggNTAuNDA1M0MxNS44MTA4IDU2LjM3NTQgMTAuOTcxNiA2MS4yMTUyIDUuMDAxNzEgNjEuMjE2MVY4Mi44Mzc4QzUuMDAxNzEgODQuMDMyIDUuOTY5NzQgODUgNy4xNjM4NyA4NUgyOC43ODNWODQuOTk5NkMyOC43ODMgNzkuMDI4OSAzMy42MjMxIDc0LjE4ODcgMzkuNTkzOCA3NC4xODg3QzQ1LjU2NDQgNzQuMTg4NyA1MC40MDQ2IDc5LjAyODkgNTAuNDA0NiA4NC45OTk2Vjg1SDcyLjAyODdDNzMuMjIyOSA4NSA3NC4xOTA5IDg0LjAzMiA3NC4xOTA5IDgyLjgzNzhWNjEuMjE2M0M4MC4xNiA2MS4yMTQ1IDg0Ljk5ODMgNTYuMzc1MSA4NC45OTgzIDUwLjQwNTVDODQuOTk4MyA0NC40MzYgODAuMTYgMzkuNTk2NSA3NC4xOTA5IDM5LjU5NDdWMTcuOTczQzc0LjE5MDkgMTYuNzc4OCA3My4yMjI5IDE1LjgxMDggNzIuMDI4NyAxNS44MTA4SDUwLjQwNDZDNTAuNDA0NiA5Ljg0MDE3IDQ1LjU2NDQgNSAzOS41OTM4IDVDMzMuNjIzMSA1IDI4Ljc4MyA5Ljg0MDE3IDI4Ljc4MyAxNS44MTA4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "resiliencies.dapr.io", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "8d7926c8-20b1-4d68-b736-e8dbafd970cf": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "26", + zIndex: "26", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "components.dapr.io", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "20px", + width: "20px", + shape: "ellipse", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yOC43ODMgMTUuODEwOEg3LjE2Mzg3QzUuOTY5NzQgMTUuODEwOCA1LjAwMTcxIDE2Ljc3ODggNS4wMDE3MSAxNy45NzNWMzkuNTk0NUMxMC45NzE2IDM5LjU5NTQgMTUuODEwOCA0NC40MzUyIDE1LjgxMDggNTAuNDA1M0MxNS44MTA4IDU2LjM3NTQgMTAuOTcxNiA2MS4yMTUyIDUuMDAxNzEgNjEuMjE2MVY4Mi44Mzc4QzUuMDAxNzEgODQuMDMyIDUuOTY5NzQgODUgNy4xNjM4NyA4NUgyOC43ODNWODQuOTk5NkMyOC43ODMgNzkuMDI4OSAzMy42MjMxIDc0LjE4ODcgMzkuNTkzOCA3NC4xODg3QzQ1LjU2NDQgNzQuMTg4NyA1MC40MDQ2IDc5LjAyODkgNTAuNDA0NiA4NC45OTk2Vjg1SDcyLjAyODdDNzMuMjIyOSA4NSA3NC4xOTA5IDg0LjAzMiA3NC4xOTA5IDgyLjgzNzhWNjEuMjE2M0M4MC4xNiA2MS4yMTQ1IDg0Ljk5ODMgNTYuMzc1MSA4NC45OTgzIDUwLjQwNTVDODQuOTk4MyA0NC40MzYgODAuMTYgMzkuNTk2NSA3NC4xOTA5IDM5LjU5NDdWMTcuOTczQzc0LjE5MDkgMTYuNzc4OCA3My4yMjI5IDE1LjgxMDggNzIuMDI4NyAxNS44MTA4SDUwLjQwNDZDNTAuNDA0NiA5Ljg0MDE3IDQ1LjU2NDQgNSAzOS41OTM4IDVDMzMuNjIzMSA1IDI4Ljc4MyA5Ljg0MDE3IDI4Ljc4MyAxNS44MTA4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yOC43ODMgMTUuODEwOEg3LjE2Mzg3QzUuOTY5NzQgMTUuODEwOCA1LjAwMTcxIDE2Ljc3ODggNS4wMDE3MSAxNy45NzNWMzkuNTk0NUMxMC45NzE2IDM5LjU5NTQgMTUuODEwOCA0NC40MzUyIDE1LjgxMDggNTAuNDA1M0MxNS44MTA4IDU2LjM3NTQgMTAuOTcxNiA2MS4yMTUyIDUuMDAxNzEgNjEuMjE2MVY4Mi44Mzc4QzUuMDAxNzEgODQuMDMyIDUuOTY5NzQgODUgNy4xNjM4NyA4NUgyOC43ODNWODQuOTk5NkMyOC43ODMgNzkuMDI4OSAzMy42MjMxIDc0LjE4ODcgMzkuNTkzOCA3NC4xODg3QzQ1LjU2NDQgNzQuMTg4NyA1MC40MDQ2IDc5LjAyODkgNTAuNDA0NiA4NC45OTk2Vjg1SDcyLjAyODdDNzMuMjIyOSA4NSA3NC4xOTA5IDg0LjAzMiA3NC4xOTA5IDgyLjgzNzhWNjEuMjE2M0M4MC4xNiA2MS4yMTQ1IDg0Ljk5ODMgNTYuMzc1MSA4NC45OTgzIDUwLjQwNTVDODQuOTk4MyA0NC40MzYgODAuMTYgMzkuNTk2NSA3NC4xOTA5IDM5LjU5NDdWMTcuOTczQzc0LjE5MDkgMTYuNzc4OCA3My4yMjI5IDE1LjgxMDggNzIuMDI4NyAxNS44MTA4SDUwLjQwNDZDNTAuNDA0NiA5Ljg0MDE3IDQ1LjU2NDQgNSAzOS41OTM4IDVDMzMuNjIzMSA1IDI4Ljc4MyA5Ljg0MDE3IDI4Ljc4MyAxNS44MTA4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "components.dapr.io", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "a40347a6-2990-411e-937a-702617b7000f": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "13", + zIndex: "13", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-injector", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "22px", + width: "22px", + shape: "round-rectangle", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00NS4wMDgxIDQ0Ljg4MzFDNTYuMTQ4OCA0NC44ODMxIDY1LjE4MDEgMzUuODUxOCA2NS4xODAxIDI0LjcxMTFDNjUuMTgwMSAxMy41NzA0IDU2LjE0ODggNC41MzkwNiA0NS4wMDgxIDQuNTM5MDZDMzMuODY3NCA0LjUzOTA2IDI0LjgzNjEgMTMuNTcwNCAyNC44MzYxIDI0LjcxMTFDMjQuODM2MSAzNS44NTE4IDMzLjg2NzQgNDQuODgzMSA0NS4wMDgxIDQ0Ljg4MzFaTTMwLjM4NzIgNDUuOTQ0MkMzMC43OTI5IDQ1Ljg4NTEgMzEuMjAzIDQ1Ljk5MDYgMzEuNTQ5OSA0Ni4yMDkyQzM1LjE4MjQgNDguNDk4IDM5Ljg0MjcgNDkuODczMyA0NC45MjQ2IDQ5Ljg3MzNDNTAuMDM1NiA0OS44NzMzIDU0LjcyMDIgNDguNDgyMiA1OC4zNjE2IDQ2LjE2OTdDNTguNzAxIDQ1Ljk1NDIgNTkuMTAxOCA0NS44NDcgNTkuNTAwNiA0NS44OTgyQzY5LjI1MTIgNDcuMTUwMiA3Ni43ODYyIDU1LjQ4MTQgNzYuNzg2MiA2NS41NzI1VjczLjM4NjZDNzYuNzg2MiA4MC4wNTUyIDcxLjM4MDIgODUuNDYxMiA2NC43MTE1IDg1LjQ2MTJIMjUuNTEyMUMxOC44NDM1IDg1LjQ2MTIgMTMuNDM3NSA4MC4wNTUyIDEzLjQzNzUgNzMuMzg2NlY2NS41NzI1QzEzLjQzNzUgNTUuNTk3NiAyMC44IDQ3LjM0MjIgMzAuMzg3MiA0NS45NDQyWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00NS4wMDgxIDQ0Ljg4MzFDNTYuMTQ4OCA0NC44ODMxIDY1LjE4MDEgMzUuODUxOCA2NS4xODAxIDI0LjcxMTFDNjUuMTgwMSAxMy41NzA0IDU2LjE0ODggNC41MzkwNiA0NS4wMDgxIDQuNTM5MDZDMzMuODY3NCA0LjUzOTA2IDI0LjgzNjEgMTMuNTcwNCAyNC44MzYxIDI0LjcxMTFDMjQuODM2MSAzNS44NTE4IDMzLjg2NzQgNDQuODgzMSA0NS4wMDgxIDQ0Ljg4MzFaTTMwLjM4NzIgNDUuOTQ0MkMzMC43OTI5IDQ1Ljg4NTEgMzEuMjAzIDQ1Ljk5MDYgMzEuNTQ5OSA0Ni4yMDkyQzM1LjE4MjQgNDguNDk4IDM5Ljg0MjcgNDkuODczMyA0NC45MjQ2IDQ5Ljg3MzNDNTAuMDM1NiA0OS44NzMzIDU0LjcyMDIgNDguNDgyMiA1OC4zNjE2IDQ2LjE2OTdDNTguNzAxIDQ1Ljk1NDIgNTkuMTAxOCA0NS44NDcgNTkuNTAwNiA0NS44OTgyQzY5LjI1MTIgNDcuMTUwMiA3Ni43ODYyIDU1LjQ4MTQgNzYuNzg2MiA2NS41NzI1VjczLjM4NjZDNzYuNzg2MiA4MC4wNTUyIDcxLjM4MDIgODUuNDYxMiA2NC43MTE1IDg1LjQ2MTJIMjUuNTEyMUMxOC44NDM1IDg1LjQ2MTIgMTMuNDM3NSA4MC4wNTUyIDEzLjQzNzUgNzMuMzg2NlY2NS41NzI1QzEzLjQzNzUgNTUuNTk3NiAyMC44IDQ3LjM0MjIgMzAuMzg3MiA0NS45NDQyWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-injector", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "887ad3d7-52fb-40d7-ab84-f74d1d2faee3": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "22", + zIndex: "22", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-webhook", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "20px", + width: "20px", + shape: "round-triangle", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "12px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODQiIGhlaWdodD0iNzciIHZpZXdCb3g9IjAgMCA4NCA3NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMC4xOSAwQzI5LjY1OTYgMCAyOS4xNTA5IDAuMjEwNzE0IDI4Ljc3NTggMC41ODU3ODZDMjguNDAwNyAwLjk2MDg1OSAyOC4xOSAxLjQ2OTU3IDI4LjE5IDJWMjQuNDVDMjguMTkgMjQuOTgwNCAyOC40MDA3IDI1LjQ4OTEgMjguNzc1OCAyNS44NjQyQzI5LjE1MDkgMjYuMjM5MyAyOS42NTk2IDI2LjQ1IDMwLjE5IDI2LjQ1SDM4Ljc4VjM4LjIySDExLjE3VjUwLjU1SDJDMS40Njk1NyA1MC41NSAwLjk2MDg1OSA1MC43NjA3IDAuNTg1Nzg2IDUxLjEzNThDMC4yMTA3MTQgNTEuNTEwOSAwIDUyLjAxOTYgMCA1Mi41NUwwIDc1QzAgNzUuNTMwNCAwLjIxMDcxNCA3Ni4wMzkxIDAuNTg1Nzg2IDc2LjQxNDJDMC45NjA4NTkgNzYuNzg5MyAxLjQ2OTU3IDc3IDIgNzdIMjQuNDNDMjQuOTYwNCA3NyAyNS40NjkxIDc2Ljc4OTMgMjUuODQ0MiA3Ni40MTQyQzI2LjIxOTMgNzYuMDM5MSAyNi40MyA3NS41MzA0IDI2LjQzIDc1VjUyLjU1QzI2LjQzIDUyLjAxOTYgMjYuMjE5MyA1MS41MTA5IDI1Ljg0NDIgNTEuMTM1OEMyNS40NjkxIDUwLjc2MDcgMjQuOTYwNCA1MC41NSAyNC40MyA1MC41NUgxNS44NVY0Mi45SDY4LjQ1VjUwLjU1SDU5LjU3QzU5LjAzOTYgNTAuNTUgNTguNTMwOSA1MC43NjA3IDU4LjE1NTggNTEuMTM1OEM1Ny43ODA3IDUxLjUxMDkgNTcuNTcgNTIuMDE5NiA1Ny41NyA1Mi41NVY3NUM1Ny41NyA3NS41MzA0IDU3Ljc4MDcgNzYuMDM5MSA1OC4xNTU4IDc2LjQxNDJDNTguNTMwOSA3Ni43ODkzIDU5LjAzOTYgNzcgNTkuNTcgNzdIODJDODIuNTMwNCA3NyA4My4wMzkxIDc2Ljc4OTMgODMuNDE0MiA3Ni40MTQyQzgzLjc4OTMgNzYuMDM5MSA4NCA3NS41MzA0IDg0IDc1VjUyLjU1Qzg0IDUyLjAxOTYgODMuNzg5MyA1MS41MTA5IDgzLjQxNDIgNTEuMTM1OEM4My4wMzkxIDUwLjc2MDcgODIuNTMwNCA1MC41NSA4MiA1MC41NUg3My4xMlYzOC4yMkg0My40NlYyNi40NUg1Mi42M0M1My4xNjA0IDI2LjQ1IDUzLjY2OTEgMjYuMjM5MyA1NC4wNDQyIDI1Ljg2NDJDNTQuNDE5MyAyNS40ODkxIDU0LjYzIDI0Ljk4MDQgNTQuNjMgMjQuNDVWMkM1NC42MyAxLjQ2OTU3IDU0LjQxOTMgMC45NjA4NTkgNTQuMDQ0MiAwLjU4NTc4NkM1My42NjkxIDAuMjEwNzE0IDUzLjE2MDQgMCA1Mi42MyAwTDMwLjE5IDBaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODQiIGhlaWdodD0iNzciIHZpZXdCb3g9IjAgMCA4NCA3NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMC4xOSAwQzI5LjY1OTYgMCAyOS4xNTA5IDAuMjEwNzE0IDI4Ljc3NTggMC41ODU3ODZDMjguNDAwNyAwLjk2MDg1OSAyOC4xOSAxLjQ2OTU3IDI4LjE5IDJWMjQuNDVDMjguMTkgMjQuOTgwNCAyOC40MDA3IDI1LjQ4OTEgMjguNzc1OCAyNS44NjQyQzI5LjE1MDkgMjYuMjM5MyAyOS42NTk2IDI2LjQ1IDMwLjE5IDI2LjQ1SDM4Ljc4VjM4LjIySDExLjE3VjUwLjU1SDJDMS40Njk1NyA1MC41NSAwLjk2MDg1OSA1MC43NjA3IDAuNTg1Nzg2IDUxLjEzNThDMC4yMTA3MTQgNTEuNTEwOSAwIDUyLjAxOTYgMCA1Mi41NUwwIDc1QzAgNzUuNTMwNCAwLjIxMDcxNCA3Ni4wMzkxIDAuNTg1Nzg2IDc2LjQxNDJDMC45NjA4NTkgNzYuNzg5MyAxLjQ2OTU3IDc3IDIgNzdIMjQuNDNDMjQuOTYwNCA3NyAyNS40NjkxIDc2Ljc4OTMgMjUuODQ0MiA3Ni40MTQyQzI2LjIxOTMgNzYuMDM5MSAyNi40MyA3NS41MzA0IDI2LjQzIDc1VjUyLjU1QzI2LjQzIDUyLjAxOTYgMjYuMjE5MyA1MS41MTA5IDI1Ljg0NDIgNTEuMTM1OEMyNS40NjkxIDUwLjc2MDcgMjQuOTYwNCA1MC41NSAyNC40MyA1MC41NUgxNS44NVY0Mi45SDY4LjQ1VjUwLjU1SDU5LjU3QzU5LjAzOTYgNTAuNTUgNTguNTMwOSA1MC43NjA3IDU4LjE1NTggNTEuMTM1OEM1Ny43ODA3IDUxLjUxMDkgNTcuNTcgNTIuMDE5NiA1Ny41NyA1Mi41NVY3NUM1Ny41NyA3NS41MzA0IDU3Ljc4MDcgNzYuMDM5MSA1OC4xNTU4IDc2LjQxNDJDNTguNTMwOSA3Ni43ODkzIDU5LjAzOTYgNzcgNTkuNTcgNzdIODJDODIuNTMwNCA3NyA4My4wMzkxIDc2Ljc4OTMgODMuNDE0MiA3Ni40MTQyQzgzLjc4OTMgNzYuMDM5MSA4NCA3NS41MzA0IDg0IDc1VjUyLjU1Qzg0IDUyLjAxOTYgODMuNzg5MyA1MS41MTA5IDgzLjQxNDIgNTEuMTM1OEM4My4wMzkxIDUwLjc2MDcgODIuNTMwNCA1MC41NSA4MiA1MC41NUg3My4xMlYzOC4yMkg0My40NlYyNi40NUg1Mi42M0M1My4xNjA0IDI2LjQ1IDUzLjY2OTEgMjYuMjM5MyA1NC4wNDQyIDI1Ljg2NDJDNTQuNDE5MyAyNS40ODkxIDU0LjYzIDI0Ljk4MDQgNTQuNjMgMjQuNDVWMkM1NC42MyAxLjQ2OTU3IDU0LjQxOTMgMC45NjA4NTkgNTQuMDQ0MiAwLjU4NTc4NkM1My42NjkxIDAuMjEwNzE0IDUzLjE2MDQgMCA1Mi42MyAwTDMwLjE5IDBaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "4.5px", + backgroundPositionY: "4.5px", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-webhook", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "12px", + paddingLeft: "12px", + "padding-right": "12px", + paddingRight: "12px", + "padding-top": "12px", + paddingTop: "12px", + "padding-bottom": "12px", + paddingBottom: "12px" + }, + "7c266d36-6aed-4a35-b8b4-dddacfaa33c6": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "45", + zIndex: "45", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-injector", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "20px", + width: "20px", + shape: "bottom-round-rectangle", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS4wMTcgMUMxNC41ODgzIDEgMTAuOTk4IDQuNTkwMjIgMTAuOTk4IDkuMDE4OTlWODEuMDUzN0MxMC45OTggODUuNDgyNSAxNC41ODgzIDg5LjA3MjcgMTkuMDE3MSA4OS4wNzI3SDcwLjEzOUM3NC41Njc4IDg5LjA3MjcgNzguMTU4MSA4NS40ODI1IDc4LjE1ODEgODEuMDUzN1Y5LjAxOUM3OC4xNTgxIDQuNTkwMjMgNzQuNTY3OCAxIDcwLjEzOSAxSDE5LjAxN1pNMzIuOTk4IDExLjM5NjVDMzIuOTk4IDEwLjA3MyAzNC4wNzA5IDkgMzUuMzk0NSA5SDUyLjQ1MTRDNTMuNzc1IDkgNTQuODQ4IDEwLjA3MyA1NC44NDggMTEuMzk2NUM1NC44NDggMTIuNzIwMSA1My43NzUgMTMuNzkzMSA1Mi40NTE0IDEzLjc5MzFIMzUuMzk0NUMzNC4wNzA5IDEzLjc5MzEgMzIuOTk4IDEyLjcyMDEgMzIuOTk4IDExLjM5NjVaTTQ0LjQyNjIgNTMuMzgxNUM1MS45ODc0IDUzLjM4MTUgNTguMTE2OSA0Ny4yNTIgNTguMTE2OSAzOS42OTA4QzU4LjExNjkgMzIuMTI5NiA1MS45ODc0IDI2IDQ0LjQyNjIgMjZDMzYuODY1IDI2IDMwLjczNTQgMzIuMTI5NiAzMC43MzU0IDM5LjY5MDhDMzAuNzM1NCA0Ny4yNTIgMzYuODY1IDUzLjM4MTUgNDQuNDI2MiA1My4zODE1Wk0zNC41MDI5IDU0LjEwMThDMzQuNzc4MiA1NC4wNjE2IDM1LjA1NjYgNTQuMTMzMyAzNS4yOTIgNTQuMjgxNkMzNy43NTc0IDU1LjgzNSA0MC45MjAzIDU2Ljc2ODUgNDQuMzY5NCA1Ni43Njg1QzQ3LjgzODMgNTYuNzY4NSA1MS4wMTc3IDU1LjgyNDMgNTMuNDg5MSA1NC4yNTQ4QzUzLjcxOTUgNTQuMTA4NSA1My45OTE1IDU0LjAzNTggNTQuMjYyMiA1NC4wNzA1QzYwLjg3OTkgNTQuOTIwMiA2NS45OTM5IDYwLjU3NDcgNjUuOTkzOSA2Ny40MjM1VjcyLjcyNjlDNjUuOTkzOSA3Ny4yNTI5IDYyLjMyNDggODAuOTIyIDU3Ljc5ODggODAuOTIySDMxLjE5NDJDMjYuNjY4MiA4MC45MjIgMjIuOTk5MSA3Ny4yNTI5IDIyLjk5OTEgNzIuNzI2OVY2Ny40MjM1QzIyLjk5OTEgNjAuNjUzNSAyNy45OTYgNTUuMDUwNiAzNC41MDI5IDU0LjEwMThaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS4wMTcgMUMxNC41ODgzIDEgMTAuOTk4IDQuNTkwMjIgMTAuOTk4IDkuMDE4OTlWODEuMDUzN0MxMC45OTggODUuNDgyNSAxNC41ODgzIDg5LjA3MjcgMTkuMDE3MSA4OS4wNzI3SDcwLjEzOUM3NC41Njc4IDg5LjA3MjcgNzguMTU4MSA4NS40ODI1IDc4LjE1ODEgODEuMDUzN1Y5LjAxOUM3OC4xNTgxIDQuNTkwMjMgNzQuNTY3OCAxIDcwLjEzOSAxSDE5LjAxN1pNMzIuOTk4IDExLjM5NjVDMzIuOTk4IDEwLjA3MyAzNC4wNzA5IDkgMzUuMzk0NSA5SDUyLjQ1MTRDNTMuNzc1IDkgNTQuODQ4IDEwLjA3MyA1NC44NDggMTEuMzk2NUM1NC44NDggMTIuNzIwMSA1My43NzUgMTMuNzkzMSA1Mi40NTE0IDEzLjc5MzFIMzUuMzk0NUMzNC4wNzA5IDEzLjc5MzEgMzIuOTk4IDEyLjcyMDEgMzIuOTk4IDExLjM5NjVaTTQ0LjQyNjIgNTMuMzgxNUM1MS45ODc0IDUzLjM4MTUgNTguMTE2OSA0Ny4yNTIgNTguMTE2OSAzOS42OTA4QzU4LjExNjkgMzIuMTI5NiA1MS45ODc0IDI2IDQ0LjQyNjIgMjZDMzYuODY1IDI2IDMwLjczNTQgMzIuMTI5NiAzMC43MzU0IDM5LjY5MDhDMzAuNzM1NCA0Ny4yNTIgMzYuODY1IDUzLjM4MTUgNDQuNDI2MiA1My4zODE1Wk0zNC41MDI5IDU0LjEwMThDMzQuNzc4MiA1NC4wNjE2IDM1LjA1NjYgNTQuMTMzMyAzNS4yOTIgNTQuMjgxNkMzNy43NTc0IDU1LjgzNSA0MC45MjAzIDU2Ljc2ODUgNDQuMzY5NCA1Ni43Njg1QzQ3LjgzODMgNTYuNzY4NSA1MS4wMTc3IDU1LjgyNDMgNTMuNDg5MSA1NC4yNTQ4QzUzLjcxOTUgNTQuMTA4NSA1My45OTE1IDU0LjAzNTggNTQuMjYyMiA1NC4wNzA1QzYwLjg3OTkgNTQuOTIwMiA2NS45OTM5IDYwLjU3NDcgNjUuOTkzOSA2Ny40MjM1VjcyLjcyNjlDNjUuOTkzOSA3Ny4yNTI5IDYyLjMyNDggODAuOTIyIDU3Ljc5ODggODAuOTIySDMxLjE5NDJDMjYuNjY4MiA4MC45MjIgMjIuOTk5MSA3Ny4yNTI5IDIyLjk5OTEgNzIuNzI2OVY2Ny40MjM1QzIyLjk5OTEgNjAuNjUzNSAyNy45OTYgNTUuMDUwNiAzNC41MDI5IDU0LjEwMThaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-injector", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "484a881e-7cbc-4b14-9962-cd7fc4b1775d": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "35", + zIndex: "35", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-sentry", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "20px", + width: "20px", + shape: "round-triangle", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "12px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODQiIGhlaWdodD0iNzciIHZpZXdCb3g9IjAgMCA4NCA3NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMC4xOSAwQzI5LjY1OTYgMCAyOS4xNTA5IDAuMjEwNzE0IDI4Ljc3NTggMC41ODU3ODZDMjguNDAwNyAwLjk2MDg1OSAyOC4xOSAxLjQ2OTU3IDI4LjE5IDJWMjQuNDVDMjguMTkgMjQuOTgwNCAyOC40MDA3IDI1LjQ4OTEgMjguNzc1OCAyNS44NjQyQzI5LjE1MDkgMjYuMjM5MyAyOS42NTk2IDI2LjQ1IDMwLjE5IDI2LjQ1SDM4Ljc4VjM4LjIySDExLjE3VjUwLjU1SDJDMS40Njk1NyA1MC41NSAwLjk2MDg1OSA1MC43NjA3IDAuNTg1Nzg2IDUxLjEzNThDMC4yMTA3MTQgNTEuNTEwOSAwIDUyLjAxOTYgMCA1Mi41NUwwIDc1QzAgNzUuNTMwNCAwLjIxMDcxNCA3Ni4wMzkxIDAuNTg1Nzg2IDc2LjQxNDJDMC45NjA4NTkgNzYuNzg5MyAxLjQ2OTU3IDc3IDIgNzdIMjQuNDNDMjQuOTYwNCA3NyAyNS40NjkxIDc2Ljc4OTMgMjUuODQ0MiA3Ni40MTQyQzI2LjIxOTMgNzYuMDM5MSAyNi40MyA3NS41MzA0IDI2LjQzIDc1VjUyLjU1QzI2LjQzIDUyLjAxOTYgMjYuMjE5MyA1MS41MTA5IDI1Ljg0NDIgNTEuMTM1OEMyNS40NjkxIDUwLjc2MDcgMjQuOTYwNCA1MC41NSAyNC40MyA1MC41NUgxNS44NVY0Mi45SDY4LjQ1VjUwLjU1SDU5LjU3QzU5LjAzOTYgNTAuNTUgNTguNTMwOSA1MC43NjA3IDU4LjE1NTggNTEuMTM1OEM1Ny43ODA3IDUxLjUxMDkgNTcuNTcgNTIuMDE5NiA1Ny41NyA1Mi41NVY3NUM1Ny41NyA3NS41MzA0IDU3Ljc4MDcgNzYuMDM5MSA1OC4xNTU4IDc2LjQxNDJDNTguNTMwOSA3Ni43ODkzIDU5LjAzOTYgNzcgNTkuNTcgNzdIODJDODIuNTMwNCA3NyA4My4wMzkxIDc2Ljc4OTMgODMuNDE0MiA3Ni40MTQyQzgzLjc4OTMgNzYuMDM5MSA4NCA3NS41MzA0IDg0IDc1VjUyLjU1Qzg0IDUyLjAxOTYgODMuNzg5MyA1MS41MTA5IDgzLjQxNDIgNTEuMTM1OEM4My4wMzkxIDUwLjc2MDcgODIuNTMwNCA1MC41NSA4MiA1MC41NUg3My4xMlYzOC4yMkg0My40NlYyNi40NUg1Mi42M0M1My4xNjA0IDI2LjQ1IDUzLjY2OTEgMjYuMjM5MyA1NC4wNDQyIDI1Ljg2NDJDNTQuNDE5MyAyNS40ODkxIDU0LjYzIDI0Ljk4MDQgNTQuNjMgMjQuNDVWMkM1NC42MyAxLjQ2OTU3IDU0LjQxOTMgMC45NjA4NTkgNTQuMDQ0MiAwLjU4NTc4NkM1My42NjkxIDAuMjEwNzE0IDUzLjE2MDQgMCA1Mi42MyAwTDMwLjE5IDBaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODQiIGhlaWdodD0iNzciIHZpZXdCb3g9IjAgMCA4NCA3NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMC4xOSAwQzI5LjY1OTYgMCAyOS4xNTA5IDAuMjEwNzE0IDI4Ljc3NTggMC41ODU3ODZDMjguNDAwNyAwLjk2MDg1OSAyOC4xOSAxLjQ2OTU3IDI4LjE5IDJWMjQuNDVDMjguMTkgMjQuOTgwNCAyOC40MDA3IDI1LjQ4OTEgMjguNzc1OCAyNS44NjQyQzI5LjE1MDkgMjYuMjM5MyAyOS42NTk2IDI2LjQ1IDMwLjE5IDI2LjQ1SDM4Ljc4VjM4LjIySDExLjE3VjUwLjU1SDJDMS40Njk1NyA1MC41NSAwLjk2MDg1OSA1MC43NjA3IDAuNTg1Nzg2IDUxLjEzNThDMC4yMTA3MTQgNTEuNTEwOSAwIDUyLjAxOTYgMCA1Mi41NUwwIDc1QzAgNzUuNTMwNCAwLjIxMDcxNCA3Ni4wMzkxIDAuNTg1Nzg2IDc2LjQxNDJDMC45NjA4NTkgNzYuNzg5MyAxLjQ2OTU3IDc3IDIgNzdIMjQuNDNDMjQuOTYwNCA3NyAyNS40NjkxIDc2Ljc4OTMgMjUuODQ0MiA3Ni40MTQyQzI2LjIxOTMgNzYuMDM5MSAyNi40MyA3NS41MzA0IDI2LjQzIDc1VjUyLjU1QzI2LjQzIDUyLjAxOTYgMjYuMjE5MyA1MS41MTA5IDI1Ljg0NDIgNTEuMTM1OEMyNS40NjkxIDUwLjc2MDcgMjQuOTYwNCA1MC41NSAyNC40MyA1MC41NUgxNS44NVY0Mi45SDY4LjQ1VjUwLjU1SDU5LjU3QzU5LjAzOTYgNTAuNTUgNTguNTMwOSA1MC43NjA3IDU4LjE1NTggNTEuMTM1OEM1Ny43ODA3IDUxLjUxMDkgNTcuNTcgNTIuMDE5NiA1Ny41NyA1Mi41NVY3NUM1Ny41NyA3NS41MzA0IDU3Ljc4MDcgNzYuMDM5MSA1OC4xNTU4IDc2LjQxNDJDNTguNTMwOSA3Ni43ODkzIDU5LjAzOTYgNzcgNTkuNTcgNzdIODJDODIuNTMwNCA3NyA4My4wMzkxIDc2Ljc4OTMgODMuNDE0MiA3Ni40MTQyQzgzLjc4OTMgNzYuMDM5MSA4NCA3NS41MzA0IDg0IDc1VjUyLjU1Qzg0IDUyLjAxOTYgODMuNzg5MyA1MS41MTA5IDgzLjQxNDIgNTEuMTM1OEM4My4wMzkxIDUwLjc2MDcgODIuNTMwNCA1MC41NSA4MiA1MC41NUg3My4xMlYzOC4yMkg0My40NlYyNi40NUg1Mi42M0M1My4xNjA0IDI2LjQ1IDUzLjY2OTEgMjYuMjM5MyA1NC4wNDQyIDI1Ljg2NDJDNTQuNDE5MyAyNS40ODkxIDU0LjYzIDI0Ljk4MDQgNTQuNjMgMjQuNDVWMkM1NC42MyAxLjQ2OTU3IDU0LjQxOTMgMC45NjA4NTkgNTQuMDQ0MiAwLjU4NTc4NkM1My42NjkxIDAuMjEwNzE0IDUzLjE2MDQgMCA1Mi42MyAwTDMwLjE5IDBaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "4.5px", + backgroundPositionY: "4.5px", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-sentry", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "12px", + paddingLeft: "12px", + "padding-right": "12px", + paddingRight: "12px", + "padding-top": "12px", + paddingTop: "12px", + "padding-bottom": "12px", + paddingBottom: "12px" + }, + "472662f9-4151-4987-8bb8-a43ead2f2e62": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "40", + zIndex: "40", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-placement-server", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "15px", + width: "15px", + shape: "ellipse", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "0.2", + backgroundOpacity: "0.2", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAuODc4OTk3ODAyNzM0Mzc1IDAuNjU3MDAzNDAyNzA5OTYwOSAxMjIuNDAxMDAwOTc2NTYyNSAxNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuMzggMzguMzk1YzIuMzE0IDYuNjkgOC41MTYgMTIuNjA3IDE3LjE5MyAxNy4xMjcgMTEuMTYgNS44MTQgMjYuNTQyIDkuMzk0IDQzLjUwNiA5LjM5NHMzMi4zNDYtMy41OCA0My41MDYtOS4zOTRjOC42NzctNC41MiAxNC44NzktMTAuNDM3IDE3LjE5NC0xNy4xMjd2ODAuMzgzYzAgOC41MjItNi42NDEgMTYuMzYxLTE3LjY1NiAyMi4wOTgtMTAuOTkgNS43MjUtMjYuMjA4IDkuMjgxLTQzLjA0NCA5LjI4MXMtMzIuMDU0LTMuNTU2LTQzLjA0NC05LjI4MUM4LjAyMSAxMzUuMTM5IDEuMzggMTI3LjMgMS4zOCAxMTguNzc4VjM4LjM5NVoiIGZpbGw9IiMzMjZDRTUiIHN0cm9rZT0iI2ZmZiIvPjxwYXRoIGQ9Ik0xLjM4IDMyLjUzN2MwLTguNTIzIDYuNjQtMTYuMzYxIDE3LjY1NS0yMi4wOTkgMTAuOTktNS43MjUgMjYuMjA4LTkuMjggNDMuMDQ0LTkuMjhzMzIuMDU0IDMuNTU1IDQzLjA0NCA5LjI4YzExLjAxNSA1LjczNyAxNy42NTYgMTMuNTc2IDE3LjY1NiAyMi4wOTkgMCA4LjUyMi02LjY0MSAxNi4zNi0xNy42NTYgMjIuMDk5LTEwLjk5IDUuNzI0LTI2LjIwOCA5LjI4LTQzLjA0NCA5LjI4cy0zMi4wNTQtMy41NTYtNDMuMDQ0LTkuMjhDOC4wMjEgNDguODk4IDEuMzggNDEuMDU5IDEuMzggMzIuNTM1WiIgZmlsbD0iIzMyNkNFNSIgc3Ryb2tlPSIjZmZmIi8+PHBhdGggZD0iTTEyMy4yNzkgMzIuNTM3YzAgMTcuNjA2LTI3LjQgMzEuODgtNjEuMiAzMS44OC0zMy44IDAtNjEuMi0xNC4yNzQtNjEuMi0zMS44OG0xMjIuNCAwYzAtMTcuNjA3LTI3LjQtMzEuODgtNjEuMi0zMS44OEMyOC4yOC42NTcuODggMTQuOTMuODggMzIuNTM3bTEyMi40IDB2ODYuMjQxYzAgMTcuNjA2LTI3LjQgMzEuODc5LTYxLjIgMzEuODc5LTMzLjggMC02MS4yLTE0LjI3My02MS4yLTMxLjg3OVYzMi41MzciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTYyLjg4IDc1LjU0YTQuMTQzIDQuMTQzIDAgMCAwLTEuNTMzLjM3NEw0MC40NCA4NS41NTNhMy45NzIgMy45NzIgMCAwIDAtMS4zOTEgMS4wNjEgMy43NiAzLjc2IDAgMCAwLS43NzMgMS41MzRsLTUuMTU4IDIxLjY1YTMuNjY0IDMuNjY0IDAgMCAwLS4wMzkgMS41MTkgMy44NTQgMy44NTQgMCAwIDAgLjgxIDEuNzE5bDE0LjQ3IDE3LjM2Yy4zNzUuNDQ5Ljg1LjgxMiAxLjM5MiAxLjA2MWE0LjEzNyA0LjEzNyAwIDAgMCAxLjczNS4zNzhsMjMuMjA2LS4wMDVjLjYuMDAxIDEuMTkzLS4xMjggMS43MzUtLjM3N2EzLjk3MyAzLjk3MyAwIDAgMCAxLjM5MS0xLjA2bDE0LjQ2Ni0xNy4zNjJjLjM3NS0uNDUuNjM5LS45NzQuNzczLTEuNTM1YTMuNjY0IDMuNjY0IDAgMCAwIDAtMS43MDNsLTUuMTY2LTIxLjY1YTMuNzYgMy43NiAwIDAgMC0uNzcyLTEuNTM0IDMuOTc0IDMuOTc0IDAgMCAwLTEuMzkxLTEuMDYybC0yMC45MS05LjYzM2E0LjE1MiA0LjE1MiAwIDAgMC0xLjkzOS0uMzc0WiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik02My4wODYgODIuOTA4Yy0uNjkgMC0xLjI1MS42LTEuMjUxIDEuMzQybC4wMDIuMDMzYzAgLjEtLjAwNi4yMjItLjAwMi4zMS4wMTYuNDI3LjExMy43NTQuMTcxIDEuMTQ4LjEwNS44NDIuMTk0IDEuNTQuMTM5IDIuMTktLjA1My4yNDUtLjI0LjQ2OS0uNDA2LjYyNGwtLjAzLjUxMWMtLjc1LjA2LTEuNTA3LjE3LTIuMjYyLjMzNi0zLjI1LjcxMS02LjA0NyAyLjMyNi04LjE3NyA0LjUwNy0uMTM4LS4wOTEtLjM4LS4yNTktLjQ1Mi0uMzEtLjIyMy4wMy0uNDQ5LjA5Ni0uNzQzLS4wNy0uNTYtLjM2My0xLjA3LS44NjUtMS42ODctMS40Ny0uMjgzLS4yOS0uNDg4LS41NjUtLjgyNC0uODQ0LS4wNzYtLjA2My0uMTkzLS4xNDktLjI3OC0uMjE0YTEuNTIyIDEuNTIyIDAgMCAwLS44NzItLjMxNyAxLjIyNSAxLjIyNSAwIDAgMC0uOTk3LjQyNWMtLjQzLjUyMi0uMjkzIDEuMzE5LjMwOCAxLjc4bC4wMTguMDE0Yy4wODMuMDY0LjE4NC4xNDcuMjYuMi4zNTYuMjU1LjY4Mi4zODUgMS4wMzcuNTg2Ljc0OS40NDYgMS4zNy44MTYgMS44NjEgMS4yNjIuMTkyLjE5OC4yMjYuNTQ2LjI1Mi42OTdsLjQuMzQ1Yy0yLjE0NiAzLjExOC0zLjE0IDYuOTY5LTIuNTUzIDEwLjg5MmwtLjUyNC4xNDdjLS4xMzguMTczLS4zMzMuNDQzLS41MzguNTI0LS42NDMuMTk2LTEuMzY4LjI2OC0yLjI0My4zNTYtLjQxLjAzMy0uNzY1LjAxMy0xLjIuMDkzLS4wOTYuMDE4LS4yMy4wNTEtLjMzNS4wNzVsLS4wMS4wMDItLjAyLjAwNmMtLjczNy4xNzItMS4yMS44MjYtMS4wNTggMS40Ny4xNTMuNjQ1Ljg3MyAxLjAzNyAxLjYxNS44ODJsLjAxOS0uMDAyLjAyNC0uMDA4Yy4xMDMtLjAyMi4yMzMtLjA0Ni4zMjMtLjA3LjQyOC0uMTEuNzM5LS4yNzMgMS4xMjMtLjQxNS44MjgtLjI4NiAxLjUxNC0uNTI2IDIuMTgyLS42MTkuMjgtLjAyMS41NzMuMTY2LjcyLjI0NWwuNTQ1LS4wOWMxLjI1NSAzLjc1NSAzLjg4NiA2Ljc5IDcuMjE3IDguNjk0bC0uMjI3LjUyNmMuMDgyLjIwNS4xNzIuNDgxLjExLjY4My0uMjQyLjYwOC0uNjU4IDEuMjQ5LTEuMTMyIDEuOTY0LS4yMy4zMzEtLjQ2NC41ODctLjY3Ljk2NS0uMDUuMDktLjExNC4yMjktLjE2MS4zMjUtLjMyMi42NjQtLjA4NiAxLjQyOS41MzIgMS43MTYuNjIxLjI4OCAxLjM5My0uMDE2IDEuNzI3LS42ODFsLjAwMy0uMDAzdi0uMDAzYy4wNDctLjA5NC4xMTUtLjIxOC4xNTUtLjMwNy4xNzctLjM5MS4yMzYtLjcyNy4zNi0xLjEwNi4zMzItLjgwMy41MTQtMS42NDUuOTctMi4xNjkuMTI0LS4xNDQuMzI4LS4xOTkuNTM5LS4yNTRsLjI4My0uNDk1YTE2LjczMSAxNi43MzEgMCAwIDAgMTEuNTQ5LjAyOGMuMDguMTM3LjIyOC4zOTkuMjY3LjQ2NS4yMTUuMDY3LjQ0OS4xMDIuNjQuMzc0LjM0LjU2Mi41NzQgMS4yMjcuODU4IDIuMDMuMTI0LjM3OS4xODYuNzE1LjM2MyAxLjEwNy4wNC4wODkuMTA4LjIxNS4xNTUuMzA5LjMzNC42NjggMS4xMDguOTczIDEuNzMuNjg0LjYxOC0uMjg3Ljg1NC0xLjA1Mi41MzMtMS43MTYtLjA0OC0uMDk1LS4xMTQtLjIzNC0uMTY0LS4zMjUtLjIwNy0uMzc4LS40NDEtLjYzMi0uNjctLjk2Mi0uNDc1LS43MTUtLjg2Ny0xLjMwOS0xLjExLTEuOTE3LS4xMDItLjMxMy4wMTctLjUwOC4wOTYtLjcxMi0uMDQ3LS4wNTItLjE0OS0uMzQ4LS4yMDktLjQ4NyAzLjQ2Mi0xLjk3MyA2LjAxNS01LjEyMSA3LjIxNS04Ljc1Ni4xNjEuMDI0LjQ0My4wNzIuNTM0LjA5LjE4OS0uMTIuMzYyLS4yNzYuNy0uMjUuNjY5LjA5MyAxLjM1NS4zMzIgMi4xODMuNjE5LjM4NS4xNDIuNjk1LjMwNyAxLjEyMy40MTguMDkuMDIzLjIyLjA0NS4zMjMuMDY3LjAwOS4wMDIuMDE2LjAwNi4wMjQuMDA3LjAwNi4wMDIuMDE0LjAwMi4wMi4wMDMuNzQxLjE1NCAxLjQ2Mi0uMjM4IDEuNjE0LS44ODIuMTUzLS42NDUtLjMyMS0xLjI5OS0xLjA1OS0xLjQ3MS0uMTA3LS4wMjMtLjI2LS4wNjMtLjM2My0uMDgyLS40MzYtLjA4LS43OS0uMDYtMS4yLS4wOTMtLjg3Ni0uMDg5LTEuNi0uMTYxLTIuMjQ0LS4zNTYtLjI2My0uMDk4LS40NS0uNC0uNTQtLjUyNGwtLjUwNi0uMTQyYTE1LjA1OCAxNS4wNTggMCAwIDAtLjI2Mi01LjYzNyAxNS4zNTIgMTUuMzUyIDAgMCAwLTIuMzQ1LTUuMjNjLjEzLS4xMTMuMzc1LS4zMjIuNDQ0LS4zODQuMDItLjIxNi4wMDMtLjQ0My4yMzUtLjY4My40OTItLjQ0NiAxLjExMy0uODE2IDEuODYxLTEuMjYyLjM1Ni0uMjAxLjY4NC0uMzMxIDEuMDQtLjU4NS4wODEtLjA1OC4xOTEtLjE0OS4yNzYtLjIxNS42LS40NjIuNzM4LTEuMjU4LjMwNy0xLjc4LS40My0uNTIxLTEuMjY2LS41Ny0xLjg2Ni0uMTA4LS4wODUuMDY1LS4yMDEuMTUtLjI3OC4yMTQtLjMzNi4yNzktLjU0NC41NTQtLjgyNi44NDQtLjYxOC42MDUtMS4xMjggMS4xMDktMS42ODggMS40NzMtLjI0Mi4xMzYtLjU5OC4wODktLjc1OS4wOGwtLjQ3Ni4zMjdjLTIuNzE0LTIuNzQ1LTYuNDEtNC41MDEtMTAuMzg4LTQuODQyYTI4LjM1IDI4LjM1IDAgMCAxLS4wMy0uNTRjLS4xNjItLjE1LS4zNi0uMjc4LS40MDktLjYwMy0uMDU0LS42NS4wMzctMS4zNDguMTQyLTIuMTkuMDU4LS4zOTQuMTU1LS43MjEuMTcxLTEuMTQ4LjAwNC0uMDk3LS4wMDItLjIzOC0uMDAyLS4zNDMgMC0uNzQxLS41Ni0xLjM0Mi0xLjI1Mi0xLjM0MlptLTEuNTY3IDkuMzY1LS4zNzEgNi4zMzQtLjAyNy4wMTNjLS4wMjUuNTY2LS41MDggMS4wMTgtMS4xMDIgMS4wMThhMS4xMyAxLjEzIDAgMCAxLS42NS0uMjAzbC0uMDEuMDA1LTUuMzgzLTMuNjgyYzEuNjU1LTEuNTcgMy43Ny0yLjcyOSA2LjIxLTMuMjYzLjQ0NC0uMDk4Ljg5LS4xNyAxLjMzMy0uMjIyWm0zLjEzNyAwYTEzLjE5NSAxMy4xOTUgMCAwIDEgNy40OTcgMy40ODhsLTUuMzQ3IDMuNjU4LS4wMi0uMDA3YTEuMTMyIDEuMTMyIDAgMCAxLTEuNTEzLS4xOTcgMS4wMzUgMS4wMzUgMCAwIDEtLjI0LS42MTZsLS4wMDUtLjAwMy0uMzcyLTYuMzIzWm0tMTIuNjMyIDUuODUxIDQuOTE1IDQuMjQxLS4wMDUuMDI2Yy40NDMuMzcyLjUwOSAxLjAxOC4xMzkgMS40NjZhMS4xMDYgMS4xMDYgMCAwIDEtLjU3My4zNjNsLS4wMDUuMDIxLTYuMyAxLjc1NGMtLjMyLTIuODI4LjM3LTUuNTc4IDEuODMtNy44N1ptMjIuMDkuMDAzYTEyLjM0NSAxMi4zNDUgMCAwIDEgMS42MTIgMy44IDEyLjE1IDEyLjE1IDAgMCAxIC4yNzMgNC4wNDhsLTYuMzMyLTEuNzYtLjAwNi0uMDI2YTEuMDYyIDEuMDYyIDAgMCAxLS43ODMtMS4yNjRjLjA1NC0uMjI4LjE4LS40MjIuMzUtLjU2NWwtLjAwMi0uMDEzIDQuODg3LTQuMjJabS0xMi4wMzYgNC41NjZoMi4wMTRsMS4yNTEgMS41MDktLjQ1IDEuODg0LTEuODA3LjgzOC0xLjgxMy0uODQxLS40NDktMS44ODMgMS4yNTQtMS41MDdabTYuNDU1IDUuMTY1Yy4wODYtLjAwNC4xNy4wMDMuMjU0LjAxOGwuMDEtLjAxMyA2LjUxNyAxLjA2M2ExMi41MzUgMTIuNTM1IDAgMCAxLTUuMjE3IDYuMzIzbC0yLjUzLTUuODk1LjAwOS0uMDFhMS4wNSAxLjA1IDAgMCAxIC41MzUtMS4zOGMuMTM2LS4wNjQuMjgtLjA5OS40MjItLjEwNlptLTEwLjk0NC4wMjZjLjQ5Ny4wMDcuOTQzLjM0IDEuMDU5LjgyOGExLjAyIDEuMDIgMCAwIDEtLjA2Mi42NTVsLjAxOS4wMjMtMi41MDMgNS44MzZjLTIuMzQtMS40NDktNC4yMDQtMy42MTgtNS4yLTYuMjc5bDYuNDYtMS4wNTguMDEuMDEzYTEuMTQgMS4xNCAwIDAgMSAuMjE3LS4wMThabTUuNDU3IDIuNTU2Yy4xNzMtLjAwNi4zNS4wMjkuNTE2LjEwNi4yMi4xMDIuMzg4LjI2Mi40OTUuNDU0aC4wMjRsMy4xODUgNS41NTJjLS40MTQuMTM0LS44MzkuMjQ4LTEuMjczLjM0M2ExMy4zODMgMTMuMzgzIDAgMCAxLTcuMDYyLS4zNTFsMy4xNzctNS41NDFoLjAwNWExLjExIDEuMTEgMCAwIDEgLjkzMy0uNTYzWiIgZmlsbD0iIzMyNkNFNSIgc3Ryb2tlPSIjMzI2Q0U1IiBzdHJva2Utd2lkdGg9Ii4yNSIvPjwvc3ZnPg==)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAuODc4OTk3ODAyNzM0Mzc1IDAuNjU3MDAzNDAyNzA5OTYwOSAxMjIuNDAxMDAwOTc2NTYyNSAxNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuMzggMzguMzk1YzIuMzE0IDYuNjkgOC41MTYgMTIuNjA3IDE3LjE5MyAxNy4xMjcgMTEuMTYgNS44MTQgMjYuNTQyIDkuMzk0IDQzLjUwNiA5LjM5NHMzMi4zNDYtMy41OCA0My41MDYtOS4zOTRjOC42NzctNC41MiAxNC44NzktMTAuNDM3IDE3LjE5NC0xNy4xMjd2ODAuMzgzYzAgOC41MjItNi42NDEgMTYuMzYxLTE3LjY1NiAyMi4wOTgtMTAuOTkgNS43MjUtMjYuMjA4IDkuMjgxLTQzLjA0NCA5LjI4MXMtMzIuMDU0LTMuNTU2LTQzLjA0NC05LjI4MUM4LjAyMSAxMzUuMTM5IDEuMzggMTI3LjMgMS4zOCAxMTguNzc4VjM4LjM5NVoiIGZpbGw9IiMzMjZDRTUiIHN0cm9rZT0iI2ZmZiIvPjxwYXRoIGQ9Ik0xLjM4IDMyLjUzN2MwLTguNTIzIDYuNjQtMTYuMzYxIDE3LjY1NS0yMi4wOTkgMTAuOTktNS43MjUgMjYuMjA4LTkuMjggNDMuMDQ0LTkuMjhzMzIuMDU0IDMuNTU1IDQzLjA0NCA5LjI4YzExLjAxNSA1LjczNyAxNy42NTYgMTMuNTc2IDE3LjY1NiAyMi4wOTkgMCA4LjUyMi02LjY0MSAxNi4zNi0xNy42NTYgMjIuMDk5LTEwLjk5IDUuNzI0LTI2LjIwOCA5LjI4LTQzLjA0NCA5LjI4cy0zMi4wNTQtMy41NTYtNDMuMDQ0LTkuMjhDOC4wMjEgNDguODk4IDEuMzggNDEuMDU5IDEuMzggMzIuNTM1WiIgZmlsbD0iIzMyNkNFNSIgc3Ryb2tlPSIjZmZmIi8+PHBhdGggZD0iTTEyMy4yNzkgMzIuNTM3YzAgMTcuNjA2LTI3LjQgMzEuODgtNjEuMiAzMS44OC0zMy44IDAtNjEuMi0xNC4yNzQtNjEuMi0zMS44OG0xMjIuNCAwYzAtMTcuNjA3LTI3LjQtMzEuODgtNjEuMi0zMS44OEMyOC4yOC42NTcuODggMTQuOTMuODggMzIuNTM3bTEyMi40IDB2ODYuMjQxYzAgMTcuNjA2LTI3LjQgMzEuODc5LTYxLjIgMzEuODc5LTMzLjggMC02MS4yLTE0LjI3My02MS4yLTMxLjg3OVYzMi41MzciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTYyLjg4IDc1LjU0YTQuMTQzIDQuMTQzIDAgMCAwLTEuNTMzLjM3NEw0MC40NCA4NS41NTNhMy45NzIgMy45NzIgMCAwIDAtMS4zOTEgMS4wNjEgMy43NiAzLjc2IDAgMCAwLS43NzMgMS41MzRsLTUuMTU4IDIxLjY1YTMuNjY0IDMuNjY0IDAgMCAwLS4wMzkgMS41MTkgMy44NTQgMy44NTQgMCAwIDAgLjgxIDEuNzE5bDE0LjQ3IDE3LjM2Yy4zNzUuNDQ5Ljg1LjgxMiAxLjM5MiAxLjA2MWE0LjEzNyA0LjEzNyAwIDAgMCAxLjczNS4zNzhsMjMuMjA2LS4wMDVjLjYuMDAxIDEuMTkzLS4xMjggMS43MzUtLjM3N2EzLjk3MyAzLjk3MyAwIDAgMCAxLjM5MS0xLjA2bDE0LjQ2Ni0xNy4zNjJjLjM3NS0uNDUuNjM5LS45NzQuNzczLTEuNTM1YTMuNjY0IDMuNjY0IDAgMCAwIDAtMS43MDNsLTUuMTY2LTIxLjY1YTMuNzYgMy43NiAwIDAgMC0uNzcyLTEuNTM0IDMuOTc0IDMuOTc0IDAgMCAwLTEuMzkxLTEuMDYybC0yMC45MS05LjYzM2E0LjE1MiA0LjE1MiAwIDAgMC0xLjkzOS0uMzc0WiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik02My4wODYgODIuOTA4Yy0uNjkgMC0xLjI1MS42LTEuMjUxIDEuMzQybC4wMDIuMDMzYzAgLjEtLjAwNi4yMjItLjAwMi4zMS4wMTYuNDI3LjExMy43NTQuMTcxIDEuMTQ4LjEwNS44NDIuMTk0IDEuNTQuMTM5IDIuMTktLjA1My4yNDUtLjI0LjQ2OS0uNDA2LjYyNGwtLjAzLjUxMWMtLjc1LjA2LTEuNTA3LjE3LTIuMjYyLjMzNi0zLjI1LjcxMS02LjA0NyAyLjMyNi04LjE3NyA0LjUwNy0uMTM4LS4wOTEtLjM4LS4yNTktLjQ1Mi0uMzEtLjIyMy4wMy0uNDQ5LjA5Ni0uNzQzLS4wNy0uNTYtLjM2My0xLjA3LS44NjUtMS42ODctMS40Ny0uMjgzLS4yOS0uNDg4LS41NjUtLjgyNC0uODQ0LS4wNzYtLjA2My0uMTkzLS4xNDktLjI3OC0uMjE0YTEuNTIyIDEuNTIyIDAgMCAwLS44NzItLjMxNyAxLjIyNSAxLjIyNSAwIDAgMC0uOTk3LjQyNWMtLjQzLjUyMi0uMjkzIDEuMzE5LjMwOCAxLjc4bC4wMTguMDE0Yy4wODMuMDY0LjE4NC4xNDcuMjYuMi4zNTYuMjU1LjY4Mi4zODUgMS4wMzcuNTg2Ljc0OS40NDYgMS4zNy44MTYgMS44NjEgMS4yNjIuMTkyLjE5OC4yMjYuNTQ2LjI1Mi42OTdsLjQuMzQ1Yy0yLjE0NiAzLjExOC0zLjE0IDYuOTY5LTIuNTUzIDEwLjg5MmwtLjUyNC4xNDdjLS4xMzguMTczLS4zMzMuNDQzLS41MzguNTI0LS42NDMuMTk2LTEuMzY4LjI2OC0yLjI0My4zNTYtLjQxLjAzMy0uNzY1LjAxMy0xLjIuMDkzLS4wOTYuMDE4LS4yMy4wNTEtLjMzNS4wNzVsLS4wMS4wMDItLjAyLjAwNmMtLjczNy4xNzItMS4yMS44MjYtMS4wNTggMS40Ny4xNTMuNjQ1Ljg3MyAxLjAzNyAxLjYxNS44ODJsLjAxOS0uMDAyLjAyNC0uMDA4Yy4xMDMtLjAyMi4yMzMtLjA0Ni4zMjMtLjA3LjQyOC0uMTEuNzM5LS4yNzMgMS4xMjMtLjQxNS44MjgtLjI4NiAxLjUxNC0uNTI2IDIuMTgyLS42MTkuMjgtLjAyMS41NzMuMTY2LjcyLjI0NWwuNTQ1LS4wOWMxLjI1NSAzLjc1NSAzLjg4NiA2Ljc5IDcuMjE3IDguNjk0bC0uMjI3LjUyNmMuMDgyLjIwNS4xNzIuNDgxLjExLjY4My0uMjQyLjYwOC0uNjU4IDEuMjQ5LTEuMTMyIDEuOTY0LS4yMy4zMzEtLjQ2NC41ODctLjY3Ljk2NS0uMDUuMDktLjExNC4yMjktLjE2MS4zMjUtLjMyMi42NjQtLjA4NiAxLjQyOS41MzIgMS43MTYuNjIxLjI4OCAxLjM5My0uMDE2IDEuNzI3LS42ODFsLjAwMy0uMDAzdi0uMDAzYy4wNDctLjA5NC4xMTUtLjIxOC4xNTUtLjMwNy4xNzctLjM5MS4yMzYtLjcyNy4zNi0xLjEwNi4zMzItLjgwMy41MTQtMS42NDUuOTctMi4xNjkuMTI0LS4xNDQuMzI4LS4xOTkuNTM5LS4yNTRsLjI4My0uNDk1YTE2LjczMSAxNi43MzEgMCAwIDAgMTEuNTQ5LjAyOGMuMDguMTM3LjIyOC4zOTkuMjY3LjQ2NS4yMTUuMDY3LjQ0OS4xMDIuNjQuMzc0LjM0LjU2Mi41NzQgMS4yMjcuODU4IDIuMDMuMTI0LjM3OS4xODYuNzE1LjM2MyAxLjEwNy4wNC4wODkuMTA4LjIxNS4xNTUuMzA5LjMzNC42NjggMS4xMDguOTczIDEuNzMuNjg0LjYxOC0uMjg3Ljg1NC0xLjA1Mi41MzMtMS43MTYtLjA0OC0uMDk1LS4xMTQtLjIzNC0uMTY0LS4zMjUtLjIwNy0uMzc4LS40NDEtLjYzMi0uNjctLjk2Mi0uNDc1LS43MTUtLjg2Ny0xLjMwOS0xLjExLTEuOTE3LS4xMDItLjMxMy4wMTctLjUwOC4wOTYtLjcxMi0uMDQ3LS4wNTItLjE0OS0uMzQ4LS4yMDktLjQ4NyAzLjQ2Mi0xLjk3MyA2LjAxNS01LjEyMSA3LjIxNS04Ljc1Ni4xNjEuMDI0LjQ0My4wNzIuNTM0LjA5LjE4OS0uMTIuMzYyLS4yNzYuNy0uMjUuNjY5LjA5MyAxLjM1NS4zMzIgMi4xODMuNjE5LjM4NS4xNDIuNjk1LjMwNyAxLjEyMy40MTguMDkuMDIzLjIyLjA0NS4zMjMuMDY3LjAwOS4wMDIuMDE2LjAwNi4wMjQuMDA3LjAwNi4wMDIuMDE0LjAwMi4wMi4wMDMuNzQxLjE1NCAxLjQ2Mi0uMjM4IDEuNjE0LS44ODIuMTUzLS42NDUtLjMyMS0xLjI5OS0xLjA1OS0xLjQ3MS0uMTA3LS4wMjMtLjI2LS4wNjMtLjM2My0uMDgyLS40MzYtLjA4LS43OS0uMDYtMS4yLS4wOTMtLjg3Ni0uMDg5LTEuNi0uMTYxLTIuMjQ0LS4zNTYtLjI2My0uMDk4LS40NS0uNC0uNTQtLjUyNGwtLjUwNi0uMTQyYTE1LjA1OCAxNS4wNTggMCAwIDAtLjI2Mi01LjYzNyAxNS4zNTIgMTUuMzUyIDAgMCAwLTIuMzQ1LTUuMjNjLjEzLS4xMTMuMzc1LS4zMjIuNDQ0LS4zODQuMDItLjIxNi4wMDMtLjQ0My4yMzUtLjY4My40OTItLjQ0NiAxLjExMy0uODE2IDEuODYxLTEuMjYyLjM1Ni0uMjAxLjY4NC0uMzMxIDEuMDQtLjU4NS4wODEtLjA1OC4xOTEtLjE0OS4yNzYtLjIxNS42LS40NjIuNzM4LTEuMjU4LjMwNy0xLjc4LS40My0uNTIxLTEuMjY2LS41Ny0xLjg2Ni0uMTA4LS4wODUuMDY1LS4yMDEuMTUtLjI3OC4yMTQtLjMzNi4yNzktLjU0NC41NTQtLjgyNi44NDQtLjYxOC42MDUtMS4xMjggMS4xMDktMS42ODggMS40NzMtLjI0Mi4xMzYtLjU5OC4wODktLjc1OS4wOGwtLjQ3Ni4zMjdjLTIuNzE0LTIuNzQ1LTYuNDEtNC41MDEtMTAuMzg4LTQuODQyYTI4LjM1IDI4LjM1IDAgMCAxLS4wMy0uNTRjLS4xNjItLjE1LS4zNi0uMjc4LS40MDktLjYwMy0uMDU0LS42NS4wMzctMS4zNDguMTQyLTIuMTkuMDU4LS4zOTQuMTU1LS43MjEuMTcxLTEuMTQ4LjAwNC0uMDk3LS4wMDItLjIzOC0uMDAyLS4zNDMgMC0uNzQxLS41Ni0xLjM0Mi0xLjI1Mi0xLjM0MlptLTEuNTY3IDkuMzY1LS4zNzEgNi4zMzQtLjAyNy4wMTNjLS4wMjUuNTY2LS41MDggMS4wMTgtMS4xMDIgMS4wMThhMS4xMyAxLjEzIDAgMCAxLS42NS0uMjAzbC0uMDEuMDA1LTUuMzgzLTMuNjgyYzEuNjU1LTEuNTcgMy43Ny0yLjcyOSA2LjIxLTMuMjYzLjQ0NC0uMDk4Ljg5LS4xNyAxLjMzMy0uMjIyWm0zLjEzNyAwYTEzLjE5NSAxMy4xOTUgMCAwIDEgNy40OTcgMy40ODhsLTUuMzQ3IDMuNjU4LS4wMi0uMDA3YTEuMTMyIDEuMTMyIDAgMCAxLTEuNTEzLS4xOTcgMS4wMzUgMS4wMzUgMCAwIDEtLjI0LS42MTZsLS4wMDUtLjAwMy0uMzcyLTYuMzIzWm0tMTIuNjMyIDUuODUxIDQuOTE1IDQuMjQxLS4wMDUuMDI2Yy40NDMuMzcyLjUwOSAxLjAxOC4xMzkgMS40NjZhMS4xMDYgMS4xMDYgMCAwIDEtLjU3My4zNjNsLS4wMDUuMDIxLTYuMyAxLjc1NGMtLjMyLTIuODI4LjM3LTUuNTc4IDEuODMtNy44N1ptMjIuMDkuMDAzYTEyLjM0NSAxMi4zNDUgMCAwIDEgMS42MTIgMy44IDEyLjE1IDEyLjE1IDAgMCAxIC4yNzMgNC4wNDhsLTYuMzMyLTEuNzYtLjAwNi0uMDI2YTEuMDYyIDEuMDYyIDAgMCAxLS43ODMtMS4yNjRjLjA1NC0uMjI4LjE4LS40MjIuMzUtLjU2NWwtLjAwMi0uMDEzIDQuODg3LTQuMjJabS0xMi4wMzYgNC41NjZoMi4wMTRsMS4yNTEgMS41MDktLjQ1IDEuODg0LTEuODA3LjgzOC0xLjgxMy0uODQxLS40NDktMS44ODMgMS4yNTQtMS41MDdabTYuNDU1IDUuMTY1Yy4wODYtLjAwNC4xNy4wMDMuMjU0LjAxOGwuMDEtLjAxMyA2LjUxNyAxLjA2M2ExMi41MzUgMTIuNTM1IDAgMCAxLTUuMjE3IDYuMzIzbC0yLjUzLTUuODk1LjAwOS0uMDFhMS4wNSAxLjA1IDAgMCAxIC41MzUtMS4zOGMuMTM2LS4wNjQuMjgtLjA5OS40MjItLjEwNlptLTEwLjk0NC4wMjZjLjQ5Ny4wMDcuOTQzLjM0IDEuMDU5LjgyOGExLjAyIDEuMDIgMCAwIDEtLjA2Mi42NTVsLjAxOS4wMjMtMi41MDMgNS44MzZjLTIuMzQtMS40NDktNC4yMDQtMy42MTgtNS4yLTYuMjc5bDYuNDYtMS4wNTguMDEuMDEzYTEuMTQgMS4xNCAwIDAgMSAuMjE3LS4wMThabTUuNDU3IDIuNTU2Yy4xNzMtLjAwNi4zNS4wMjkuNTE2LjEwNi4yMi4xMDIuMzg4LjI2Mi40OTUuNDU0aC4wMjRsMy4xODUgNS41NTJjLS40MTQuMTM0LS44MzkuMjQ4LTEuMjczLjM0M2ExMy4zODMgMTMuMzgzIDAgMCAxLTcuMDYyLS4zNTFsMy4xNzctNS41NDFoLjAwNWExLjExIDEuMTEgMCAwIDEgLjkzMy0uNTYzWiIgZmlsbD0iIzMyNkNFNSIgc3Ryb2tlPSIjMzI2Q0U1IiBzdHJva2Utd2lkdGg9Ii4yNSIvPjwvc3ZnPg==)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-placement-server", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "58aad7ba-7469-43d7-b2a3-d2e026780207": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "10", + zIndex: "10", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-placement", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "20px", + width: "20px", + shape: "bottom-round-rectangle", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS4wMTcgMUMxNC41ODgzIDEgMTAuOTk4IDQuNTkwMjIgMTAuOTk4IDkuMDE4OTlWODEuMDUzN0MxMC45OTggODUuNDgyNSAxNC41ODgzIDg5LjA3MjcgMTkuMDE3MSA4OS4wNzI3SDcwLjEzOUM3NC41Njc4IDg5LjA3MjcgNzguMTU4MSA4NS40ODI1IDc4LjE1ODEgODEuMDUzN1Y5LjAxOUM3OC4xNTgxIDQuNTkwMjMgNzQuNTY3OCAxIDcwLjEzOSAxSDE5LjAxN1pNMzIuOTk4IDExLjM5NjVDMzIuOTk4IDEwLjA3MyAzNC4wNzA5IDkgMzUuMzk0NSA5SDUyLjQ1MTRDNTMuNzc1IDkgNTQuODQ4IDEwLjA3MyA1NC44NDggMTEuMzk2NUM1NC44NDggMTIuNzIwMSA1My43NzUgMTMuNzkzMSA1Mi40NTE0IDEzLjc5MzFIMzUuMzk0NUMzNC4wNzA5IDEzLjc5MzEgMzIuOTk4IDEyLjcyMDEgMzIuOTk4IDExLjM5NjVaTTQ0LjQyNjIgNTMuMzgxNUM1MS45ODc0IDUzLjM4MTUgNTguMTE2OSA0Ny4yNTIgNTguMTE2OSAzOS42OTA4QzU4LjExNjkgMzIuMTI5NiA1MS45ODc0IDI2IDQ0LjQyNjIgMjZDMzYuODY1IDI2IDMwLjczNTQgMzIuMTI5NiAzMC43MzU0IDM5LjY5MDhDMzAuNzM1NCA0Ny4yNTIgMzYuODY1IDUzLjM4MTUgNDQuNDI2MiA1My4zODE1Wk0zNC41MDI5IDU0LjEwMThDMzQuNzc4MiA1NC4wNjE2IDM1LjA1NjYgNTQuMTMzMyAzNS4yOTIgNTQuMjgxNkMzNy43NTc0IDU1LjgzNSA0MC45MjAzIDU2Ljc2ODUgNDQuMzY5NCA1Ni43Njg1QzQ3LjgzODMgNTYuNzY4NSA1MS4wMTc3IDU1LjgyNDMgNTMuNDg5MSA1NC4yNTQ4QzUzLjcxOTUgNTQuMTA4NSA1My45OTE1IDU0LjAzNTggNTQuMjYyMiA1NC4wNzA1QzYwLjg3OTkgNTQuOTIwMiA2NS45OTM5IDYwLjU3NDcgNjUuOTkzOSA2Ny40MjM1VjcyLjcyNjlDNjUuOTkzOSA3Ny4yNTI5IDYyLjMyNDggODAuOTIyIDU3Ljc5ODggODAuOTIySDMxLjE5NDJDMjYuNjY4MiA4MC45MjIgMjIuOTk5MSA3Ny4yNTI5IDIyLjk5OTEgNzIuNzI2OVY2Ny40MjM1QzIyLjk5OTEgNjAuNjUzNSAyNy45OTYgNTUuMDUwNiAzNC41MDI5IDU0LjEwMThaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS4wMTcgMUMxNC41ODgzIDEgMTAuOTk4IDQuNTkwMjIgMTAuOTk4IDkuMDE4OTlWODEuMDUzN0MxMC45OTggODUuNDgyNSAxNC41ODgzIDg5LjA3MjcgMTkuMDE3MSA4OS4wNzI3SDcwLjEzOUM3NC41Njc4IDg5LjA3MjcgNzguMTU4MSA4NS40ODI1IDc4LjE1ODEgODEuMDUzN1Y5LjAxOUM3OC4xNTgxIDQuNTkwMjMgNzQuNTY3OCAxIDcwLjEzOSAxSDE5LjAxN1pNMzIuOTk4IDExLjM5NjVDMzIuOTk4IDEwLjA3MyAzNC4wNzA5IDkgMzUuMzk0NSA5SDUyLjQ1MTRDNTMuNzc1IDkgNTQuODQ4IDEwLjA3MyA1NC44NDggMTEuMzk2NUM1NC44NDggMTIuNzIwMSA1My43NzUgMTMuNzkzMSA1Mi40NTE0IDEzLjc5MzFIMzUuMzk0NUMzNC4wNzA5IDEzLjc5MzEgMzIuOTk4IDEyLjcyMDEgMzIuOTk4IDExLjM5NjVaTTQ0LjQyNjIgNTMuMzgxNUM1MS45ODc0IDUzLjM4MTUgNTguMTE2OSA0Ny4yNTIgNTguMTE2OSAzOS42OTA4QzU4LjExNjkgMzIuMTI5NiA1MS45ODc0IDI2IDQ0LjQyNjIgMjZDMzYuODY1IDI2IDMwLjczNTQgMzIuMTI5NiAzMC43MzU0IDM5LjY5MDhDMzAuNzM1NCA0Ny4yNTIgMzYuODY1IDUzLjM4MTUgNDQuNDI2MiA1My4zODE1Wk0zNC41MDI5IDU0LjEwMThDMzQuNzc4MiA1NC4wNjE2IDM1LjA1NjYgNTQuMTMzMyAzNS4yOTIgNTQuMjgxNkMzNy43NTc0IDU1LjgzNSA0MC45MjAzIDU2Ljc2ODUgNDQuMzY5NCA1Ni43Njg1QzQ3LjgzODMgNTYuNzY4NSA1MS4wMTc3IDU1LjgyNDMgNTMuNDg5MSA1NC4yNTQ4QzUzLjcxOTUgNTQuMTA4NSA1My45OTE1IDU0LjAzNTggNTQuMjYyMiA1NC4wNzA1QzYwLjg3OTkgNTQuOTIwMiA2NS45OTM5IDYwLjU3NDcgNjUuOTkzOSA2Ny40MjM1VjcyLjcyNjlDNjUuOTkzOSA3Ny4yNTI5IDYyLjMyNDggODAuOTIyIDU3Ljc5ODggODAuOTIySDMxLjE5NDJDMjYuNjY4MiA4MC45MjIgMjIuOTk5MSA3Ny4yNTI5IDIyLjk5OTEgNzIuNzI2OVY2Ny40MjM1QzIyLjk5OTEgNjAuNjUzNSAyNy45OTYgNTUuMDUwNiAzNC41MDI5IDU0LjEwMThaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-placement", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "76c5bda5-0eb2-44f6-8f2d-b3d9f9ba4337": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "37", + zIndex: "37", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-sentry", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "22px", + width: "22px", + shape: "round-rectangle", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00MS4wMTE0IDQ1LjAxNUM1MS42OTkgNDUuMDE1IDYwLjM2MyAzNi4zNTEyIDYwLjM2MyAyNS42NjM3QzYwLjM2MyAxNC45NzYzIDUxLjY5OSA2LjMxMjUgNDEuMDExNCA2LjMxMjVDMzAuMzIzOSA2LjMxMjUgMjEuNjU5OSAxNC45NzYzIDIxLjY1OTkgMjUuNjYzN0MyMS42NTk5IDM2LjM1MTIgMzAuMzIzOSA0NS4wMTUgNDEuMDExNCA0NS4wMTVaTTI2Ljk4NDEgNDYuMDMzOEMyNy4zNzMzIDQ1Ljk3NzEgMjcuNzY2OCA0Ni4wNzgzIDI4LjA5OTYgNDYuMjg4MUMzMS41ODQ0IDQ4LjQ4NCAzNi4wNTU1IDQ5LjgwMzYgNDAuOTMxIDQ5LjgwMzZDNDUuODM0NiA0OS44MDM2IDUwLjMyODkgNDguNDY4OCA1My44MjIzIDQ2LjI1MDJDNTQuMTQ4IDQ2LjA0MzQgNTQuNTMyNSA0NS45NDA1IDU0LjkxNTEgNDUuOTg5N0M2NC4yNjg2IDQ3LjE5MTEgNzEuNDk2NiA1NS4xODMyIDcxLjQ5NjYgNjQuODYzNVY3Mi4zNTk0QzcxLjQ5NjYgNzguNzU2NyA2Ni4zMTA2IDgzLjk0MjggNTkuOTEzMiA4My45NDI4SDIyLjMwOEMxNS45MTA3IDgzLjk0MjggMTAuNzI0NiA3OC43NTY3IDEwLjcyNDYgNzIuMzU5NFY2NC44NjM1QzEwLjcyNDYgNTUuMjk0NiAxNy43ODcyIDQ3LjM3NTIgMjYuOTg0MSA0Ni4wMzM4WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03Mi4wMzU2IDgyLjQ5MzdDNzMuNzIwMSA4MC4zNTEyIDc0LjcyNDkgNzcuNjQ5IDc0LjcyNDkgNzQuNzEyMlY2NC4wMTIzQzc0LjcyNDkgNTUuOTU3NyA3MC4xMjQ1IDQ4Ljk3NzYgNjMuNDA4IDQ1LjU1NjFDNzIuNzM5MyA0Ny4wOTYzIDc5LjgxNjcgNTQuNjU2MiA3OS43MjM4IDYzLjU3ODNWNzIuMDEwNkM3OS43MjM4IDc2Ljc2NiA3Ni41NTA0IDgwLjgyMTEgNzIuMDM1NiA4Mi40OTM3Wk02My42MTg5IDI1LjY2MzNDNjMuNjE4OSAzMC41NzY5IDYyLjEzMzEgMzUuMTQzNCA1OS41ODYyIDM4LjkzODFDNjYuMjIzMyAzNi43MTMzIDcxLjAwNTUgMzAuNDQ0MiA3MS4wMDU1IDIzLjA1ODFDNzEuMDA1NSAxMy44MTAzIDYzLjUwODggNi4zMTM0OCA1NC4yNjEgNi4zMTM0OEM1NC4wODIyIDYuMzEzNDggNTMuOTA0IDYuMzE2MjggNTMuNzI2NiA2LjMyMTg0QzU5LjcxOTQgMTAuNjU0MiA2My42MTg5IDE3LjcwMzQgNjMuNjE4OSAyNS42NjMzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00MS4wMTE0IDQ1LjAxNUM1MS42OTkgNDUuMDE1IDYwLjM2MyAzNi4zNTEyIDYwLjM2MyAyNS42NjM3QzYwLjM2MyAxNC45NzYzIDUxLjY5OSA2LjMxMjUgNDEuMDExNCA2LjMxMjVDMzAuMzIzOSA2LjMxMjUgMjEuNjU5OSAxNC45NzYzIDIxLjY1OTkgMjUuNjYzN0MyMS42NTk5IDM2LjM1MTIgMzAuMzIzOSA0NS4wMTUgNDEuMDExNCA0NS4wMTVaTTI2Ljk4NDEgNDYuMDMzOEMyNy4zNzMzIDQ1Ljk3NzEgMjcuNzY2OCA0Ni4wNzgzIDI4LjA5OTYgNDYuMjg4MUMzMS41ODQ0IDQ4LjQ4NCAzNi4wNTU1IDQ5LjgwMzYgNDAuOTMxIDQ5LjgwMzZDNDUuODM0NiA0OS44MDM2IDUwLjMyODkgNDguNDY4OCA1My44MjIzIDQ2LjI1MDJDNTQuMTQ4IDQ2LjA0MzQgNTQuNTMyNSA0NS45NDA1IDU0LjkxNTEgNDUuOTg5N0M2NC4yNjg2IDQ3LjE5MTEgNzEuNDk2NiA1NS4xODMyIDcxLjQ5NjYgNjQuODYzNVY3Mi4zNTk0QzcxLjQ5NjYgNzguNzU2NyA2Ni4zMTA2IDgzLjk0MjggNTkuOTEzMiA4My45NDI4SDIyLjMwOEMxNS45MTA3IDgzLjk0MjggMTAuNzI0NiA3OC43NTY3IDEwLjcyNDYgNzIuMzU5NFY2NC44NjM1QzEwLjcyNDYgNTUuMjk0NiAxNy43ODcyIDQ3LjM3NTIgMjYuOTg0MSA0Ni4wMzM4WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03Mi4wMzU2IDgyLjQ5MzdDNzMuNzIwMSA4MC4zNTEyIDc0LjcyNDkgNzcuNjQ5IDc0LjcyNDkgNzQuNzEyMlY2NC4wMTIzQzc0LjcyNDkgNTUuOTU3NyA3MC4xMjQ1IDQ4Ljk3NzYgNjMuNDA4IDQ1LjU1NjFDNzIuNzM5MyA0Ny4wOTYzIDc5LjgxNjcgNTQuNjU2MiA3OS43MjM4IDYzLjU3ODNWNzIuMDEwNkM3OS43MjM4IDc2Ljc2NiA3Ni41NTA0IDgwLjgyMTEgNzIuMDM1NiA4Mi40OTM3Wk02My42MTg5IDI1LjY2MzNDNjMuNjE4OSAzMC41NzY5IDYyLjEzMzEgMzUuMTQzNCA1OS41ODYyIDM4LjkzODFDNjYuMjIzMyAzNi43MTMzIDcxLjAwNTUgMzAuNDQ0MiA3MS4wMDU1IDIzLjA1ODFDNzEuMDA1NSAxMy44MTAzIDYzLjUwODggNi4zMTM0OCA1NC4yNjEgNi4zMTM0OEM1NC4wODIyIDYuMzEzNDggNTMuOTA0IDYuMzE2MjggNTMuNzI2NiA2LjMyMTg0QzU5LjcxOTQgMTAuNjU0MiA2My42MTg5IDE3LjcwMzQgNjMuNjE4OSAyNS42NjMzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-sentry", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "b55838ec-a9dc-48b4-8864-05a9bd33a0cd": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "7", + zIndex: "7", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-sentry", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "20px", + width: "20px", + shape: "bottom-round-rectangle", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS4wMTcgMUMxNC41ODgzIDEgMTAuOTk4IDQuNTkwMjIgMTAuOTk4IDkuMDE4OTlWODEuMDUzN0MxMC45OTggODUuNDgyNSAxNC41ODgzIDg5LjA3MjcgMTkuMDE3MSA4OS4wNzI3SDcwLjEzOUM3NC41Njc4IDg5LjA3MjcgNzguMTU4MSA4NS40ODI1IDc4LjE1ODEgODEuMDUzN1Y5LjAxOUM3OC4xNTgxIDQuNTkwMjMgNzQuNTY3OCAxIDcwLjEzOSAxSDE5LjAxN1pNMzIuOTk4IDExLjM5NjVDMzIuOTk4IDEwLjA3MyAzNC4wNzA5IDkgMzUuMzk0NSA5SDUyLjQ1MTRDNTMuNzc1IDkgNTQuODQ4IDEwLjA3MyA1NC44NDggMTEuMzk2NUM1NC44NDggMTIuNzIwMSA1My43NzUgMTMuNzkzMSA1Mi40NTE0IDEzLjc5MzFIMzUuMzk0NUMzNC4wNzA5IDEzLjc5MzEgMzIuOTk4IDEyLjcyMDEgMzIuOTk4IDExLjM5NjVaTTQ0LjQyNjIgNTMuMzgxNUM1MS45ODc0IDUzLjM4MTUgNTguMTE2OSA0Ny4yNTIgNTguMTE2OSAzOS42OTA4QzU4LjExNjkgMzIuMTI5NiA1MS45ODc0IDI2IDQ0LjQyNjIgMjZDMzYuODY1IDI2IDMwLjczNTQgMzIuMTI5NiAzMC43MzU0IDM5LjY5MDhDMzAuNzM1NCA0Ny4yNTIgMzYuODY1IDUzLjM4MTUgNDQuNDI2MiA1My4zODE1Wk0zNC41MDI5IDU0LjEwMThDMzQuNzc4MiA1NC4wNjE2IDM1LjA1NjYgNTQuMTMzMyAzNS4yOTIgNTQuMjgxNkMzNy43NTc0IDU1LjgzNSA0MC45MjAzIDU2Ljc2ODUgNDQuMzY5NCA1Ni43Njg1QzQ3LjgzODMgNTYuNzY4NSA1MS4wMTc3IDU1LjgyNDMgNTMuNDg5MSA1NC4yNTQ4QzUzLjcxOTUgNTQuMTA4NSA1My45OTE1IDU0LjAzNTggNTQuMjYyMiA1NC4wNzA1QzYwLjg3OTkgNTQuOTIwMiA2NS45OTM5IDYwLjU3NDcgNjUuOTkzOSA2Ny40MjM1VjcyLjcyNjlDNjUuOTkzOSA3Ny4yNTI5IDYyLjMyNDggODAuOTIyIDU3Ljc5ODggODAuOTIySDMxLjE5NDJDMjYuNjY4MiA4MC45MjIgMjIuOTk5MSA3Ny4yNTI5IDIyLjk5OTEgNzIuNzI2OVY2Ny40MjM1QzIyLjk5OTEgNjAuNjUzNSAyNy45OTYgNTUuMDUwNiAzNC41MDI5IDU0LjEwMThaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS4wMTcgMUMxNC41ODgzIDEgMTAuOTk4IDQuNTkwMjIgMTAuOTk4IDkuMDE4OTlWODEuMDUzN0MxMC45OTggODUuNDgyNSAxNC41ODgzIDg5LjA3MjcgMTkuMDE3MSA4OS4wNzI3SDcwLjEzOUM3NC41Njc4IDg5LjA3MjcgNzguMTU4MSA4NS40ODI1IDc4LjE1ODEgODEuMDUzN1Y5LjAxOUM3OC4xNTgxIDQuNTkwMjMgNzQuNTY3OCAxIDcwLjEzOSAxSDE5LjAxN1pNMzIuOTk4IDExLjM5NjVDMzIuOTk4IDEwLjA3MyAzNC4wNzA5IDkgMzUuMzk0NSA5SDUyLjQ1MTRDNTMuNzc1IDkgNTQuODQ4IDEwLjA3MyA1NC44NDggMTEuMzk2NUM1NC44NDggMTIuNzIwMSA1My43NzUgMTMuNzkzMSA1Mi40NTE0IDEzLjc5MzFIMzUuMzk0NUMzNC4wNzA5IDEzLjc5MzEgMzIuOTk4IDEyLjcyMDEgMzIuOTk4IDExLjM5NjVaTTQ0LjQyNjIgNTMuMzgxNUM1MS45ODc0IDUzLjM4MTUgNTguMTE2OSA0Ny4yNTIgNTguMTE2OSAzOS42OTA4QzU4LjExNjkgMzIuMTI5NiA1MS45ODc0IDI2IDQ0LjQyNjIgMjZDMzYuODY1IDI2IDMwLjczNTQgMzIuMTI5NiAzMC43MzU0IDM5LjY5MDhDMzAuNzM1NCA0Ny4yNTIgMzYuODY1IDUzLjM4MTUgNDQuNDI2MiA1My4zODE1Wk0zNC41MDI5IDU0LjEwMThDMzQuNzc4MiA1NC4wNjE2IDM1LjA1NjYgNTQuMTMzMyAzNS4yOTIgNTQuMjgxNkMzNy43NTc0IDU1LjgzNSA0MC45MjAzIDU2Ljc2ODUgNDQuMzY5NCA1Ni43Njg1QzQ3LjgzODMgNTYuNzY4NSA1MS4wMTc3IDU1LjgyNDMgNTMuNDg5MSA1NC4yNTQ4QzUzLjcxOTUgNTQuMTA4NSA1My45OTE1IDU0LjAzNTggNTQuMjYyMiA1NC4wNzA1QzYwLjg3OTkgNTQuOTIwMiA2NS45OTM5IDYwLjU3NDcgNjUuOTkzOSA2Ny40MjM1VjcyLjcyNjlDNjUuOTkzOSA3Ny4yNTI5IDYyLjMyNDggODAuOTIyIDU3Ljc5ODggODAuOTIySDMxLjE5NDJDMjYuNjY4MiA4MC45MjIgMjIuOTk5MSA3Ny4yNTI5IDIyLjk5OTEgNzIuNzI2OVY2Ny40MjM1QzIyLjk5OTEgNjAuNjUzNSAyNy45OTYgNTUuMDUwNiAzNC41MDI5IDU0LjEwMThaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-sentry", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "e5a5d1c1-ba59-4f76-b892-68374a602dc6": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "44", + zIndex: "44", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-sidecar-injector", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "20px", + width: "20px", + shape: "round-triangle", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "12px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODQiIGhlaWdodD0iNzciIHZpZXdCb3g9IjAgMCA4NCA3NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMC4xOSAwQzI5LjY1OTYgMCAyOS4xNTA5IDAuMjEwNzE0IDI4Ljc3NTggMC41ODU3ODZDMjguNDAwNyAwLjk2MDg1OSAyOC4xOSAxLjQ2OTU3IDI4LjE5IDJWMjQuNDVDMjguMTkgMjQuOTgwNCAyOC40MDA3IDI1LjQ4OTEgMjguNzc1OCAyNS44NjQyQzI5LjE1MDkgMjYuMjM5MyAyOS42NTk2IDI2LjQ1IDMwLjE5IDI2LjQ1SDM4Ljc4VjM4LjIySDExLjE3VjUwLjU1SDJDMS40Njk1NyA1MC41NSAwLjk2MDg1OSA1MC43NjA3IDAuNTg1Nzg2IDUxLjEzNThDMC4yMTA3MTQgNTEuNTEwOSAwIDUyLjAxOTYgMCA1Mi41NUwwIDc1QzAgNzUuNTMwNCAwLjIxMDcxNCA3Ni4wMzkxIDAuNTg1Nzg2IDc2LjQxNDJDMC45NjA4NTkgNzYuNzg5MyAxLjQ2OTU3IDc3IDIgNzdIMjQuNDNDMjQuOTYwNCA3NyAyNS40NjkxIDc2Ljc4OTMgMjUuODQ0MiA3Ni40MTQyQzI2LjIxOTMgNzYuMDM5MSAyNi40MyA3NS41MzA0IDI2LjQzIDc1VjUyLjU1QzI2LjQzIDUyLjAxOTYgMjYuMjE5MyA1MS41MTA5IDI1Ljg0NDIgNTEuMTM1OEMyNS40NjkxIDUwLjc2MDcgMjQuOTYwNCA1MC41NSAyNC40MyA1MC41NUgxNS44NVY0Mi45SDY4LjQ1VjUwLjU1SDU5LjU3QzU5LjAzOTYgNTAuNTUgNTguNTMwOSA1MC43NjA3IDU4LjE1NTggNTEuMTM1OEM1Ny43ODA3IDUxLjUxMDkgNTcuNTcgNTIuMDE5NiA1Ny41NyA1Mi41NVY3NUM1Ny41NyA3NS41MzA0IDU3Ljc4MDcgNzYuMDM5MSA1OC4xNTU4IDc2LjQxNDJDNTguNTMwOSA3Ni43ODkzIDU5LjAzOTYgNzcgNTkuNTcgNzdIODJDODIuNTMwNCA3NyA4My4wMzkxIDc2Ljc4OTMgODMuNDE0MiA3Ni40MTQyQzgzLjc4OTMgNzYuMDM5MSA4NCA3NS41MzA0IDg0IDc1VjUyLjU1Qzg0IDUyLjAxOTYgODMuNzg5MyA1MS41MTA5IDgzLjQxNDIgNTEuMTM1OEM4My4wMzkxIDUwLjc2MDcgODIuNTMwNCA1MC41NSA4MiA1MC41NUg3My4xMlYzOC4yMkg0My40NlYyNi40NUg1Mi42M0M1My4xNjA0IDI2LjQ1IDUzLjY2OTEgMjYuMjM5MyA1NC4wNDQyIDI1Ljg2NDJDNTQuNDE5MyAyNS40ODkxIDU0LjYzIDI0Ljk4MDQgNTQuNjMgMjQuNDVWMkM1NC42MyAxLjQ2OTU3IDU0LjQxOTMgMC45NjA4NTkgNTQuMDQ0MiAwLjU4NTc4NkM1My42NjkxIDAuMjEwNzE0IDUzLjE2MDQgMCA1Mi42MyAwTDMwLjE5IDBaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODQiIGhlaWdodD0iNzciIHZpZXdCb3g9IjAgMCA4NCA3NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMC4xOSAwQzI5LjY1OTYgMCAyOS4xNTA5IDAuMjEwNzE0IDI4Ljc3NTggMC41ODU3ODZDMjguNDAwNyAwLjk2MDg1OSAyOC4xOSAxLjQ2OTU3IDI4LjE5IDJWMjQuNDVDMjguMTkgMjQuOTgwNCAyOC40MDA3IDI1LjQ4OTEgMjguNzc1OCAyNS44NjQyQzI5LjE1MDkgMjYuMjM5MyAyOS42NTk2IDI2LjQ1IDMwLjE5IDI2LjQ1SDM4Ljc4VjM4LjIySDExLjE3VjUwLjU1SDJDMS40Njk1NyA1MC41NSAwLjk2MDg1OSA1MC43NjA3IDAuNTg1Nzg2IDUxLjEzNThDMC4yMTA3MTQgNTEuNTEwOSAwIDUyLjAxOTYgMCA1Mi41NUwwIDc1QzAgNzUuNTMwNCAwLjIxMDcxNCA3Ni4wMzkxIDAuNTg1Nzg2IDc2LjQxNDJDMC45NjA4NTkgNzYuNzg5MyAxLjQ2OTU3IDc3IDIgNzdIMjQuNDNDMjQuOTYwNCA3NyAyNS40NjkxIDc2Ljc4OTMgMjUuODQ0MiA3Ni40MTQyQzI2LjIxOTMgNzYuMDM5MSAyNi40MyA3NS41MzA0IDI2LjQzIDc1VjUyLjU1QzI2LjQzIDUyLjAxOTYgMjYuMjE5MyA1MS41MTA5IDI1Ljg0NDIgNTEuMTM1OEMyNS40NjkxIDUwLjc2MDcgMjQuOTYwNCA1MC41NSAyNC40MyA1MC41NUgxNS44NVY0Mi45SDY4LjQ1VjUwLjU1SDU5LjU3QzU5LjAzOTYgNTAuNTUgNTguNTMwOSA1MC43NjA3IDU4LjE1NTggNTEuMTM1OEM1Ny43ODA3IDUxLjUxMDkgNTcuNTcgNTIuMDE5NiA1Ny41NyA1Mi41NVY3NUM1Ny41NyA3NS41MzA0IDU3Ljc4MDcgNzYuMDM5MSA1OC4xNTU4IDc2LjQxNDJDNTguNTMwOSA3Ni43ODkzIDU5LjAzOTYgNzcgNTkuNTcgNzdIODJDODIuNTMwNCA3NyA4My4wMzkxIDc2Ljc4OTMgODMuNDE0MiA3Ni40MTQyQzgzLjc4OTMgNzYuMDM5MSA4NCA3NS41MzA0IDg0IDc1VjUyLjU1Qzg0IDUyLjAxOTYgODMuNzg5MyA1MS41MTA5IDgzLjQxNDIgNTEuMTM1OEM4My4wMzkxIDUwLjc2MDcgODIuNTMwNCA1MC41NSA4MiA1MC41NUg3My4xMlYzOC4yMkg0My40NlYyNi40NUg1Mi42M0M1My4xNjA0IDI2LjQ1IDUzLjY2OTEgMjYuMjM5MyA1NC4wNDQyIDI1Ljg2NDJDNTQuNDE5MyAyNS40ODkxIDU0LjYzIDI0Ljk4MDQgNTQuNjMgMjQuNDVWMkM1NC42MyAxLjQ2OTU3IDU0LjQxOTMgMC45NjA4NTkgNTQuMDQ0MiAwLjU4NTc4NkM1My42NjkxIDAuMjEwNzE0IDUzLjE2MDQgMCA1Mi42MyAwTDMwLjE5IDBaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "4.5px", + backgroundPositionY: "4.5px", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-sidecar-injector", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "12px", + paddingLeft: "12px", + "padding-right": "12px", + paddingRight: "12px", + "padding-top": "12px", + paddingTop: "12px", + "padding-bottom": "12px", + paddingBottom: "12px" + }, + "c313c81e-678c-4a3a-b975-345915c8de9d": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "39", + zIndex: "39", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "configurations.dapr.io", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "20px", + width: "20px", + shape: "ellipse", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yOC43ODMgMTUuODEwOEg3LjE2Mzg3QzUuOTY5NzQgMTUuODEwOCA1LjAwMTcxIDE2Ljc3ODggNS4wMDE3MSAxNy45NzNWMzkuNTk0NUMxMC45NzE2IDM5LjU5NTQgMTUuODEwOCA0NC40MzUyIDE1LjgxMDggNTAuNDA1M0MxNS44MTA4IDU2LjM3NTQgMTAuOTcxNiA2MS4yMTUyIDUuMDAxNzEgNjEuMjE2MVY4Mi44Mzc4QzUuMDAxNzEgODQuMDMyIDUuOTY5NzQgODUgNy4xNjM4NyA4NUgyOC43ODNWODQuOTk5NkMyOC43ODMgNzkuMDI4OSAzMy42MjMxIDc0LjE4ODcgMzkuNTkzOCA3NC4xODg3QzQ1LjU2NDQgNzQuMTg4NyA1MC40MDQ2IDc5LjAyODkgNTAuNDA0NiA4NC45OTk2Vjg1SDcyLjAyODdDNzMuMjIyOSA4NSA3NC4xOTA5IDg0LjAzMiA3NC4xOTA5IDgyLjgzNzhWNjEuMjE2M0M4MC4xNiA2MS4yMTQ1IDg0Ljk5ODMgNTYuMzc1MSA4NC45OTgzIDUwLjQwNTVDODQuOTk4MyA0NC40MzYgODAuMTYgMzkuNTk2NSA3NC4xOTA5IDM5LjU5NDdWMTcuOTczQzc0LjE5MDkgMTYuNzc4OCA3My4yMjI5IDE1LjgxMDggNzIuMDI4NyAxNS44MTA4SDUwLjQwNDZDNTAuNDA0NiA5Ljg0MDE3IDQ1LjU2NDQgNSAzOS41OTM4IDVDMzMuNjIzMSA1IDI4Ljc4MyA5Ljg0MDE3IDI4Ljc4MyAxNS44MTA4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yOC43ODMgMTUuODEwOEg3LjE2Mzg3QzUuOTY5NzQgMTUuODEwOCA1LjAwMTcxIDE2Ljc3ODggNS4wMDE3MSAxNy45NzNWMzkuNTk0NUMxMC45NzE2IDM5LjU5NTQgMTUuODEwOCA0NC40MzUyIDE1LjgxMDggNTAuNDA1M0MxNS44MTA4IDU2LjM3NTQgMTAuOTcxNiA2MS4yMTUyIDUuMDAxNzEgNjEuMjE2MVY4Mi44Mzc4QzUuMDAxNzEgODQuMDMyIDUuOTY5NzQgODUgNy4xNjM4NyA4NUgyOC43ODNWODQuOTk5NkMyOC43ODMgNzkuMDI4OSAzMy42MjMxIDc0LjE4ODcgMzkuNTkzOCA3NC4xODg3QzQ1LjU2NDQgNzQuMTg4NyA1MC40MDQ2IDc5LjAyODkgNTAuNDA0NiA4NC45OTk2Vjg1SDcyLjAyODdDNzMuMjIyOSA4NSA3NC4xOTA5IDg0LjAzMiA3NC4xOTA5IDgyLjgzNzhWNjEuMjE2M0M4MC4xNiA2MS4yMTQ1IDg0Ljk5ODMgNTYuMzc1MSA4NC45OTgzIDUwLjQwNTVDODQuOTk4MyA0NC40MzYgODAuMTYgMzkuNTk2NSA3NC4xOTA5IDM5LjU5NDdWMTcuOTczQzc0LjE5MDkgMTYuNzc4OCA3My4yMjI5IDE1LjgxMDggNzIuMDI4NyAxNS44MTA4SDUwLjQwNDZDNTAuNDA0NiA5Ljg0MDE3IDQ1LjU2NDQgNSAzOS41OTM4IDVDMzMuNjIzMSA1IDI4Ljc4MyA5Ljg0MDE3IDI4Ljc4MyAxNS44MTA4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "configurations.dapr.io", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "2c12611c-0547-4d84-ab43-b3c341199b57": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "20", + zIndex: "20", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-injector", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "22px", + width: "22px", + shape: "round-rectangle", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00MS4wMTE0IDQ1LjAxNUM1MS42OTkgNDUuMDE1IDYwLjM2MyAzNi4zNTEyIDYwLjM2MyAyNS42NjM3QzYwLjM2MyAxNC45NzYzIDUxLjY5OSA2LjMxMjUgNDEuMDExNCA2LjMxMjVDMzAuMzIzOSA2LjMxMjUgMjEuNjU5OSAxNC45NzYzIDIxLjY1OTkgMjUuNjYzN0MyMS42NTk5IDM2LjM1MTIgMzAuMzIzOSA0NS4wMTUgNDEuMDExNCA0NS4wMTVaTTI2Ljk4NDEgNDYuMDMzOEMyNy4zNzMzIDQ1Ljk3NzEgMjcuNzY2OCA0Ni4wNzgzIDI4LjA5OTYgNDYuMjg4MUMzMS41ODQ0IDQ4LjQ4NCAzNi4wNTU1IDQ5LjgwMzYgNDAuOTMxIDQ5LjgwMzZDNDUuODM0NiA0OS44MDM2IDUwLjMyODkgNDguNDY4OCA1My44MjIzIDQ2LjI1MDJDNTQuMTQ4IDQ2LjA0MzQgNTQuNTMyNSA0NS45NDA1IDU0LjkxNTEgNDUuOTg5N0M2NC4yNjg2IDQ3LjE5MTEgNzEuNDk2NiA1NS4xODMyIDcxLjQ5NjYgNjQuODYzNVY3Mi4zNTk0QzcxLjQ5NjYgNzguNzU2NyA2Ni4zMTA2IDgzLjk0MjggNTkuOTEzMiA4My45NDI4SDIyLjMwOEMxNS45MTA3IDgzLjk0MjggMTAuNzI0NiA3OC43NTY3IDEwLjcyNDYgNzIuMzU5NFY2NC44NjM1QzEwLjcyNDYgNTUuMjk0NiAxNy43ODcyIDQ3LjM3NTIgMjYuOTg0MSA0Ni4wMzM4WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03Mi4wMzU2IDgyLjQ5MzdDNzMuNzIwMSA4MC4zNTEyIDc0LjcyNDkgNzcuNjQ5IDc0LjcyNDkgNzQuNzEyMlY2NC4wMTIzQzc0LjcyNDkgNTUuOTU3NyA3MC4xMjQ1IDQ4Ljk3NzYgNjMuNDA4IDQ1LjU1NjFDNzIuNzM5MyA0Ny4wOTYzIDc5LjgxNjcgNTQuNjU2MiA3OS43MjM4IDYzLjU3ODNWNzIuMDEwNkM3OS43MjM4IDc2Ljc2NiA3Ni41NTA0IDgwLjgyMTEgNzIuMDM1NiA4Mi40OTM3Wk02My42MTg5IDI1LjY2MzNDNjMuNjE4OSAzMC41NzY5IDYyLjEzMzEgMzUuMTQzNCA1OS41ODYyIDM4LjkzODFDNjYuMjIzMyAzNi43MTMzIDcxLjAwNTUgMzAuNDQ0MiA3MS4wMDU1IDIzLjA1ODFDNzEuMDA1NSAxMy44MTAzIDYzLjUwODggNi4zMTM0OCA1NC4yNjEgNi4zMTM0OEM1NC4wODIyIDYuMzEzNDggNTMuOTA0IDYuMzE2MjggNTMuNzI2NiA2LjMyMTg0QzU5LjcxOTQgMTAuNjU0MiA2My42MTg5IDE3LjcwMzQgNjMuNjE4OSAyNS42NjMzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00MS4wMTE0IDQ1LjAxNUM1MS42OTkgNDUuMDE1IDYwLjM2MyAzNi4zNTEyIDYwLjM2MyAyNS42NjM3QzYwLjM2MyAxNC45NzYzIDUxLjY5OSA2LjMxMjUgNDEuMDExNCA2LjMxMjVDMzAuMzIzOSA2LjMxMjUgMjEuNjU5OSAxNC45NzYzIDIxLjY1OTkgMjUuNjYzN0MyMS42NTk5IDM2LjM1MTIgMzAuMzIzOSA0NS4wMTUgNDEuMDExNCA0NS4wMTVaTTI2Ljk4NDEgNDYuMDMzOEMyNy4zNzMzIDQ1Ljk3NzEgMjcuNzY2OCA0Ni4wNzgzIDI4LjA5OTYgNDYuMjg4MUMzMS41ODQ0IDQ4LjQ4NCAzNi4wNTU1IDQ5LjgwMzYgNDAuOTMxIDQ5LjgwMzZDNDUuODM0NiA0OS44MDM2IDUwLjMyODkgNDguNDY4OCA1My44MjIzIDQ2LjI1MDJDNTQuMTQ4IDQ2LjA0MzQgNTQuNTMyNSA0NS45NDA1IDU0LjkxNTEgNDUuOTg5N0M2NC4yNjg2IDQ3LjE5MTEgNzEuNDk2NiA1NS4xODMyIDcxLjQ5NjYgNjQuODYzNVY3Mi4zNTk0QzcxLjQ5NjYgNzguNzU2NyA2Ni4zMTA2IDgzLjk0MjggNTkuOTEzMiA4My45NDI4SDIyLjMwOEMxNS45MTA3IDgzLjk0MjggMTAuNzI0NiA3OC43NTY3IDEwLjcyNDYgNzIuMzU5NFY2NC44NjM1QzEwLjcyNDYgNTUuMjk0NiAxNy43ODcyIDQ3LjM3NTIgMjYuOTg0MSA0Ni4wMzM4WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03Mi4wMzU2IDgyLjQ5MzdDNzMuNzIwMSA4MC4zNTEyIDc0LjcyNDkgNzcuNjQ5IDc0LjcyNDkgNzQuNzEyMlY2NC4wMTIzQzc0LjcyNDkgNTUuOTU3NyA3MC4xMjQ1IDQ4Ljk3NzYgNjMuNDA4IDQ1LjU1NjFDNzIuNzM5MyA0Ny4wOTYzIDc5LjgxNjcgNTQuNjU2MiA3OS43MjM4IDYzLjU3ODNWNzIuMDEwNkM3OS43MjM4IDc2Ljc2NiA3Ni41NTA0IDgwLjgyMTEgNzIuMDM1NiA4Mi40OTM3Wk02My42MTg5IDI1LjY2MzNDNjMuNjE4OSAzMC41NzY5IDYyLjEzMzEgMzUuMTQzNCA1OS41ODYyIDM4LjkzODFDNjYuMjIzMyAzNi43MTMzIDcxLjAwNTUgMzAuNDQ0MiA3MS4wMDU1IDIzLjA1ODFDNzEuMDA1NSAxMy44MTAzIDYzLjUwODggNi4zMTM0OCA1NC4yNjEgNi4zMTM0OEM1NC4wODIyIDYuMzEzNDggNTMuOTA0IDYuMzE2MjggNTMuNzI2NiA2LjMyMTg0QzU5LjcxOTQgMTAuNjU0MiA2My42MTg5IDE3LjcwMzQgNjMuNjE4OSAyNS42NjMzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-injector", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "c9bdb4ba-cf67-41a7-b95c-35bdc5ce6ae3": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "1001", + zIndex: "1001", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-injector", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "10.5px", + width: "10.5px", + shape: "round-rectangle", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05LjUgOTBDOS41IDgwLjkwNjkgMTMuMjQwMiA3Mi4xODYxIDE5Ljg5NzcgNjUuNzU2M0MyNi41NTUzIDU5LjMyNjUgMzUuNTg0OCA1NS43MTQzIDQ1IDU1LjcxNDNDNTQuNDE1MiA1NS43MTQzIDYzLjQ0NDggNTkuMzI2NSA3MC4xMDIzIDY1Ljc1NjNDNzYuNzU5OCA3Mi4xODYxIDgwLjUgODAuOTA2OSA4MC41IDkwSDkuNVpNNDUgNTEuNDI4NkMzMC4yODk3IDUxLjQyODYgMTguMzc1IDM5LjkyMTQgMTguMzc1IDI1LjcxNDNDMTguMzc1IDExLjUwNzEgMzAuMjg5NyAwIDQ1IDBDNTkuNzEwMyAwIDcxLjYyNSAxMS41MDcxIDcxLjYyNSAyNS43MTQzQzcxLjYyNSAzOS45MjE0IDU5LjcxMDMgNTEuNDI4NiA0NSA1MS40Mjg2Wk01MC4yNjY3IDY1LjMwOTNDNTEuMjI5OSA2NC40NTEyIDUyLjY4MTEgNjQuNDcxNyA1My42MjAyIDY1LjM1NjZMNTMuNzY2OSA2NS40OTQ4QzU0LjgzMjMgNjYuNDk4NiA1NC44MjI0IDY4LjIwNjcgNTMuNzQ1NSA2OS4xOTc5TDQ3LjQ0NjMgNzQuOTk2MkM0Ni40NjA5IDc1LjkwMzEgNDQuOTQzNCA3NS44Njc4IDQ0LjAwMDYgNzQuOTE2TDQzLjc2MDcgNzQuNjczOEM0My42ODAzIDc0LjU5MjYgNDMuNjA2NSA3NC41MDczIDQzLjUzOTQgNzQuNDE4Nkg0MS42NDkzQzQxLjg1MTcgNzQuOTQzNCA0Mi4xNjMgNzUuNDM2IDQyLjU4NDQgNzUuODYxM0w0Mi44MjQzIDc2LjEwMzVDNDQuMzk1NyA3Ny42ODk5IDQ2LjkyNDkgNzcuNzQ4OCA0OC41NjcxIDc2LjIzNzJMNTQuODY2MyA3MC40Mzg5QzU2LjY2MTIgNjguNzg2OCA1Ni42Nzc2IDY1Ljk0MDEgNTQuOTAxOSA2NC4yNjdMNTQuNzU1MyA2NC4xMjg4QzUzLjE5MDEgNjIuNjU0IDUwLjc3MTUgNjIuNjE5OSA0OS4xNjYgNjQuMDVMNDIuNzczNiA2OS43NDQyQzQyLjY2MzIgNjkuODQyNSA0Mi41NTkzIDY5Ljk0NTMgNDIuNDYxOSA3MC4wNTIxSDQ0Ljk0MjNMNTAuMjY2NyA2NS4zMDkzWk0zNS4zMzMxIDgzLjAzOEMzNi4yNzIzIDgzLjkyMjkgMzcuNzIzNCA4My45NDM0IDM4LjY4NjcgODMuMDg1NEw0NC4wMTEgNzguMzQyNUg0Ni40OTE0QzQ2LjM5NCA3OC40NDkzIDQ2LjI5MDEgNzguNTUyMSA0Ni4xNzk4IDc4LjY1MDRMMzkuNzg3MyA4NC4zNDQ3QzM4LjE4MTkgODUuNzc0NyAzNS43NjMzIDg1Ljc0MDYgMzQuMTk4MSA4NC4yNjU4TDM0LjA1MTQgODQuMTI3NkMzMi4yNzU4IDgyLjQ1NDUgMzIuMjkyMiA3OS42MDc4IDM0LjA4NyA3Ny45NTU3TDQwLjM4NjMgNzIuMTU3NEM0Mi4wMjg1IDcwLjY0NTggNDQuNTU3NyA3MC43MDQ3IDQ2LjEyOTEgNzIuMjkxMUw0Ni4zNjkgNzIuNTMzM0M0Ni43OTAzIDcyLjk1ODcgNDcuMTAxNyA3My40NTEzIDQ3LjMwNDEgNzMuOTc2SDQ1LjQxMzlDNDUuMzQ2OSA3My44ODczIDQ1LjI3MzEgNzMuODAyIDQ1LjE5MjcgNzMuNzIwOEw0NC45NTI4IDczLjQ3ODdDNDQuMDA5OSA3Mi41MjY4IDQyLjQ5MjQgNzIuNDkxNSA0MS41MDcxIDczLjM5ODRMMzUuMjA3OSA3OS4xOTY3QzM0LjEzMSA4MC4xODggMzQuMTIxMSA4MS44OTYgMzUuMTg2NSA4Mi44OTk5TDM1LjMzMzEgODMuMDM4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05LjUgOTBDOS41IDgwLjkwNjkgMTMuMjQwMiA3Mi4xODYxIDE5Ljg5NzcgNjUuNzU2M0MyNi41NTUzIDU5LjMyNjUgMzUuNTg0OCA1NS43MTQzIDQ1IDU1LjcxNDNDNTQuNDE1MiA1NS43MTQzIDYzLjQ0NDggNTkuMzI2NSA3MC4xMDIzIDY1Ljc1NjNDNzYuNzU5OCA3Mi4xODYxIDgwLjUgODAuOTA2OSA4MC41IDkwSDkuNVpNNDUgNTEuNDI4NkMzMC4yODk3IDUxLjQyODYgMTguMzc1IDM5LjkyMTQgMTguMzc1IDI1LjcxNDNDMTguMzc1IDExLjUwNzEgMzAuMjg5NyAwIDQ1IDBDNTkuNzEwMyAwIDcxLjYyNSAxMS41MDcxIDcxLjYyNSAyNS43MTQzQzcxLjYyNSAzOS45MjE0IDU5LjcxMDMgNTEuNDI4NiA0NSA1MS40Mjg2Wk01MC4yNjY3IDY1LjMwOTNDNTEuMjI5OSA2NC40NTEyIDUyLjY4MTEgNjQuNDcxNyA1My42MjAyIDY1LjM1NjZMNTMuNzY2OSA2NS40OTQ4QzU0LjgzMjMgNjYuNDk4NiA1NC44MjI0IDY4LjIwNjcgNTMuNzQ1NSA2OS4xOTc5TDQ3LjQ0NjMgNzQuOTk2MkM0Ni40NjA5IDc1LjkwMzEgNDQuOTQzNCA3NS44Njc4IDQ0LjAwMDYgNzQuOTE2TDQzLjc2MDcgNzQuNjczOEM0My42ODAzIDc0LjU5MjYgNDMuNjA2NSA3NC41MDczIDQzLjUzOTQgNzQuNDE4Nkg0MS42NDkzQzQxLjg1MTcgNzQuOTQzNCA0Mi4xNjMgNzUuNDM2IDQyLjU4NDQgNzUuODYxM0w0Mi44MjQzIDc2LjEwMzVDNDQuMzk1NyA3Ny42ODk5IDQ2LjkyNDkgNzcuNzQ4OCA0OC41NjcxIDc2LjIzNzJMNTQuODY2MyA3MC40Mzg5QzU2LjY2MTIgNjguNzg2OCA1Ni42Nzc2IDY1Ljk0MDEgNTQuOTAxOSA2NC4yNjdMNTQuNzU1MyA2NC4xMjg4QzUzLjE5MDEgNjIuNjU0IDUwLjc3MTUgNjIuNjE5OSA0OS4xNjYgNjQuMDVMNDIuNzczNiA2OS43NDQyQzQyLjY2MzIgNjkuODQyNSA0Mi41NTkzIDY5Ljk0NTMgNDIuNDYxOSA3MC4wNTIxSDQ0Ljk0MjNMNTAuMjY2NyA2NS4zMDkzWk0zNS4zMzMxIDgzLjAzOEMzNi4yNzIzIDgzLjkyMjkgMzcuNzIzNCA4My45NDM0IDM4LjY4NjcgODMuMDg1NEw0NC4wMTEgNzguMzQyNUg0Ni40OTE0QzQ2LjM5NCA3OC40NDkzIDQ2LjI5MDEgNzguNTUyMSA0Ni4xNzk4IDc4LjY1MDRMMzkuNzg3MyA4NC4zNDQ3QzM4LjE4MTkgODUuNzc0NyAzNS43NjMzIDg1Ljc0MDYgMzQuMTk4MSA4NC4yNjU4TDM0LjA1MTQgODQuMTI3NkMzMi4yNzU4IDgyLjQ1NDUgMzIuMjkyMiA3OS42MDc4IDM0LjA4NyA3Ny45NTU3TDQwLjM4NjMgNzIuMTU3NEM0Mi4wMjg1IDcwLjY0NTggNDQuNTU3NyA3MC43MDQ3IDQ2LjEyOTEgNzIuMjkxMUw0Ni4zNjkgNzIuNTMzM0M0Ni43OTAzIDcyLjk1ODcgNDcuMTAxNyA3My40NTEzIDQ3LjMwNDEgNzMuOTc2SDQ1LjQxMzlDNDUuMzQ2OSA3My44ODczIDQ1LjI3MzEgNzMuODAyIDQ1LjE5MjcgNzMuNzIwOEw0NC45NTI4IDczLjQ3ODdDNDQuMDA5OSA3Mi41MjY4IDQyLjQ5MjQgNzIuNDkxNSA0MS41MDcxIDczLjM5ODRMMzUuMjA3OSA3OS4xOTY3QzM0LjEzMSA4MC4xODggMzQuMTIxMSA4MS44OTYgMzUuMTg2NSA4Mi44OTk5TDM1LjMzMzEgODMuMDM4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-injector", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "de4b475b-614b-4c03-b5a1-62d02d83807d": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "38", + zIndex: "38", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-trust-bundle", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "20px", + width: "20px", + shape: "bottom-round-rectangle", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAzMiAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNSAySDMxLjUxNTgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0wIDJINS41MTE4NCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE3LjUgMTBIMzEuNTE1NyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTggMTBIMTMuNTExOCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE3LjUgMThIMzEuNTE1NyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTggMThIMTMuNTExOCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTkuNSAyNkgzMS41MTU4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMCAyNkg1LjUxMTg0IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAzMiAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNSAySDMxLjUxNTgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0wIDJINS41MTE4NCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE3LjUgMTBIMzEuNTE1NyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTggMTBIMTMuNTExOCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE3LjUgMThIMzEuNTE1NyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTggMThIMTMuNTExOCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTkuNSAyNkgzMS41MTU4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMCAyNkg1LjUxMTg0IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-trust-bundle", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "7127921c-3827-4290-b444-c8f5d3feca5f": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "17", + zIndex: "17", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "secret-reader", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "22px", + width: "22px", + shape: "round-rectangle", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00NS4wMDgxIDQ0Ljg4MzFDNTYuMTQ4OCA0NC44ODMxIDY1LjE4MDEgMzUuODUxOCA2NS4xODAxIDI0LjcxMTFDNjUuMTgwMSAxMy41NzA0IDU2LjE0ODggNC41MzkwNiA0NS4wMDgxIDQuNTM5MDZDMzMuODY3NCA0LjUzOTA2IDI0LjgzNjEgMTMuNTcwNCAyNC44MzYxIDI0LjcxMTFDMjQuODM2MSAzNS44NTE4IDMzLjg2NzQgNDQuODgzMSA0NS4wMDgxIDQ0Ljg4MzFaTTMwLjM4NzIgNDUuOTQ0MkMzMC43OTI5IDQ1Ljg4NTEgMzEuMjAzIDQ1Ljk5MDYgMzEuNTQ5OSA0Ni4yMDkyQzM1LjE4MjQgNDguNDk4IDM5Ljg0MjcgNDkuODczMyA0NC45MjQ2IDQ5Ljg3MzNDNTAuMDM1NiA0OS44NzMzIDU0LjcyMDIgNDguNDgyMiA1OC4zNjE2IDQ2LjE2OTdDNTguNzAxIDQ1Ljk1NDIgNTkuMTAxOCA0NS44NDcgNTkuNTAwNiA0NS44OTgyQzY5LjI1MTIgNDcuMTUwMiA3Ni43ODYyIDU1LjQ4MTQgNzYuNzg2MiA2NS41NzI1VjczLjM4NjZDNzYuNzg2MiA4MC4wNTUyIDcxLjM4MDIgODUuNDYxMiA2NC43MTE1IDg1LjQ2MTJIMjUuNTEyMUMxOC44NDM1IDg1LjQ2MTIgMTMuNDM3NSA4MC4wNTUyIDEzLjQzNzUgNzMuMzg2NlY2NS41NzI1QzEzLjQzNzUgNTUuNTk3NiAyMC44IDQ3LjM0MjIgMzAuMzg3MiA0NS45NDQyWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00NS4wMDgxIDQ0Ljg4MzFDNTYuMTQ4OCA0NC44ODMxIDY1LjE4MDEgMzUuODUxOCA2NS4xODAxIDI0LjcxMTFDNjUuMTgwMSAxMy41NzA0IDU2LjE0ODggNC41MzkwNiA0NS4wMDgxIDQuNTM5MDZDMzMuODY3NCA0LjUzOTA2IDI0LjgzNjEgMTMuNTcwNCAyNC44MzYxIDI0LjcxMTFDMjQuODM2MSAzNS44NTE4IDMzLjg2NzQgNDQuODgzMSA0NS4wMDgxIDQ0Ljg4MzFaTTMwLjM4NzIgNDUuOTQ0MkMzMC43OTI5IDQ1Ljg4NTEgMzEuMjAzIDQ1Ljk5MDYgMzEuNTQ5OSA0Ni4yMDkyQzM1LjE4MjQgNDguNDk4IDM5Ljg0MjcgNDkuODczMyA0NC45MjQ2IDQ5Ljg3MzNDNTAuMDM1NiA0OS44NzMzIDU0LjcyMDIgNDguNDgyMiA1OC4zNjE2IDQ2LjE2OTdDNTguNzAxIDQ1Ljk1NDIgNTkuMTAxOCA0NS44NDcgNTkuNTAwNiA0NS44OTgyQzY5LjI1MTIgNDcuMTUwMiA3Ni43ODYyIDU1LjQ4MTQgNzYuNzg2MiA2NS41NzI1VjczLjM4NjZDNzYuNzg2MiA4MC4wNTUyIDcxLjM4MDIgODUuNDYxMiA2NC43MTE1IDg1LjQ2MTJIMjUuNTEyMUMxOC44NDM1IDg1LjQ2MTIgMTMuNDM3NSA4MC4wNTUyIDEzLjQzNzUgNzMuMzg2NlY2NS41NzI1QzEzLjQzNzUgNTUuNTk3NiAyMC44IDQ3LjM0MjIgMzAuMzg3MiA0NS45NDQyWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "secret-reader", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "7a348b87-0a93-43b8-9920-a7eb6afe5941": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "32", + zIndex: "32", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-sentry", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "20px", + width: "20px", + shape: "round-rectangle", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "0.5", + backgroundOpacity: "0.5", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "2px", + borderWidth: "2px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTY3IiBoZWlnaHQ9IjE1NiIgdmlld0JveD0iMCAwIDE2NyAxNTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxwYXRoIGQ9Ik05My44MTg1IDcuMDE4NDhDODUuOTMyNSAxLjI4ODk5IDc1LjI1NDEgMS4yODg5OSA2Ny4zNjgxIDcuMDE4NDlMMTIuMDE5OSA0Ny4yMzEzQzQuMTMzOTEgNTIuOTYwOCAwLjgzNDExNSA2My4xMTY2IDMuODQ2MjkgNzIuMzg3MUwyNC45ODc0IDEzNy40NTNDMjcuOTk5NiAxNDYuNzIzIDM2LjYzODYgMTUzIDQ2LjM4NjIgMTUzSDExNC44QzEyNC41NDggMTUzIDEzMy4xODcgMTQ2LjcyMyAxMzYuMTk5IDEzNy40NTNMMTU3LjM0IDcyLjM4NzFDMTYwLjM1MiA2My4xMTY2IDE1Ny4wNTMgNTIuOTYwOCAxNDkuMTY3IDQ3LjIzMTNMOTMuODE4NSA3LjAxODQ4WiIgZmlsbD0iIzMyNkNFNSIgZmlsbC1vcGFjaXR5PSIwLjEiIHN0cm9rZT0iIzMyNkNFNSIgc3Ryb2tlLXdpZHRoPSI1Ii8+IDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTM3LjMwMiAxMjkuNTFDMTI3LjE3MSAxMjQuNjgyIDEyMi44OSAxMTIuNTkxIDEyNy43NCAxMDIuNTA1QzEzMC4wNjkgOTcuNjYxMiAxMzQuMjM1IDkzLjkzNzEgMTM5LjMyMiA5Mi4xNTE4QzE0NC40MDkgOTAuMzY2NCAxNTAgOTAuNjY2MSAxNTQuODY0IDkyLjk4NDlDMTY0Ljk5NSA5Ny44MTM0IDE2OS4yNzYgMTA5LjkwNCAxNjQuNDI2IDExOS45OUMxNTkuNTc2IDEzMC4wNzcgMTQ3LjQzMyAxMzQuMzM5IDEzNy4zMDIgMTI5LjUxWiIgZmlsbD0iIzMyNkNFNSIvPiA8cGF0aCBkPSJNMTQ1Ljg5IDk5LjEwMjJDMTQ1LjY2MiA5OS4xMTM2IDE0NS40MzggOTkuMTcgMTQ1LjIzMiA5OS4yNjhMMTM2LjI1MiAxMDMuNTM5QzEzNi4wMiAxMDMuNjUgMTM1LjgxNiAxMDMuODExIDEzNS42NTUgMTA0LjAxQzEzNS40OTQgMTA0LjIwOSAxMzUuMzgxIDEwNC40NDEgMTM1LjMyMyAxMDQuNjlMMTMzLjEwOCAxMTQuMjg0QzEzMy4wNTcgMTE0LjUwNSAxMzMuMDUxIDExNC43MzQgMTMzLjA5MSAxMTQuOTU4QzEzMy4xMzEgMTE1LjE4MSAxMzMuMjE2IDExNS4zOTQgMTMzLjM0MSAxMTUuNTg0QzEzMy4zNzEgMTE1LjYzMSAxMzMuNDA0IDExNS42NzYgMTMzLjQzOCAxMTUuNzE5TDEzOS42NTQgMTIzLjQxMkMxMzkuODE1IDEyMy42MTEgMTQwLjAxOSAxMjMuNzcyIDE0MC4yNTEgMTIzLjg4M0MxNDAuNDg0IDEyMy45OTMgMTQwLjczOSAxMjQuMDUgMTQwLjk5NiAxMjQuMDVMMTUwLjk2NCAxMjQuMDQ4QzE1MS4yMjIgMTI0LjA0OCAxNTEuNDc2IDEyMy45OTEgMTUxLjcwOSAxMjMuODgxQzE1MS45NDEgMTIzLjc3MSAxNTIuMTQ2IDEyMy42MSAxNTIuMzA3IDEyMy40MTFMMTU4LjUyIDExNS43MTdDMTU4LjY4MSAxMTUuNTE4IDE1OC43OTQgMTE1LjI4NSAxNTguODUyIDExNS4wMzdDMTU4LjkwOSAxMTQuNzg4IDE1OC45MDkgMTE0LjUzIDE1OC44NTIgMTE0LjI4MkwxNTYuNjMzIDEwNC42ODdDMTU2LjU3NSAxMDQuNDM5IDE1Ni40NjIgMTA0LjIwNyAxNTYuMzAxIDEwNC4wMDdDMTU2LjE0IDEwMy44MDggMTU1LjkzNiAxMDMuNjQ4IDE1NS43MDQgMTAzLjUzN0wxNDYuNzIzIDk5LjI2OEMxNDYuNDY0IDk5LjE0NDcgMTQ2LjE3NyA5OS4wODc3IDE0NS44OSA5OS4xMDIyWiIgZmlsbD0id2hpdGUiLz4gPHBhdGggZD0iTTE0NS45NzkgMTAyLjM2N0MxNDUuNjgyIDEwMi4zNjcgMTQ1LjQ0MiAxMDIuNjM0IDE0NS40NDIgMTAyLjk2MkMxNDUuNDQyIDEwMi45NjcgMTQ1LjQ0MyAxMDIuOTcyIDE0NS40NDMgMTAyLjk3N0MxNDUuNDQyIDEwMy4wMjEgMTQ1LjQ0IDEwMy4wNzUgMTQ1LjQ0MiAxMDMuMTE0QzE0NS40NDkgMTAzLjMwMyAxNDUuNDkgMTAzLjQ0OCAxNDUuNTE1IDEwMy42MjNDMTQ1LjU2IDEwMy45OTYgMTQ1LjU5OCAxMDQuMzA2IDE0NS41NzUgMTA0LjU5M0MxNDUuNTUyIDEwNC43MDIgMTQ1LjQ3MiAxMDQuODAxIDE0NS40IDEwNC44N0wxNDUuMzg4IDEwNS4wOTZDMTQ1LjA2NSAxMDUuMTIzIDE0NC43NCAxMDUuMTcyIDE0NC40MTYgMTA1LjI0NUMxNDMuMDIgMTA1LjU2MSAxNDEuODE5IDEwNi4yNzYgMTQwLjkwNCAxMDcuMjQyQzE0MC44NDUgMTA3LjIwMiAxNDAuNzQxIDEwNy4xMjggMTQwLjcxIDEwNy4xMDVDMTQwLjYxNCAxMDcuMTE4IDE0MC41MTcgMTA3LjE0OCAxNDAuMzkxIDEwNy4wNzRDMTQwLjE1IDEwNi45MTMgMTM5LjkzMSAxMDYuNjkxIDEzOS42NjYgMTA2LjQyM0MxMzkuNTQ0IDEwNi4yOTQgMTM5LjQ1NyAxMDYuMTcyIDEzOS4zMTIgMTA2LjA0OUMxMzkuMjc5IDEwNi4wMjEgMTM5LjIyOSAxMDUuOTgzIDEzOS4xOTMgMTA1Ljk1NEMxMzkuMDggMTA1Ljg2NCAxMzguOTQ3IDEwNS44MTggMTM4LjgxOCAxMDUuODEzQzEzOC42NTMgMTA1LjgwOCAxMzguNDk0IDEwNS44NzIgMTM4LjM5IDEwNi4wMDJDMTM4LjIwNSAxMDYuMjMzIDEzOC4yNjQgMTA2LjU4NiAxMzguNTIyIDEwNi43OTFDMTM4LjUyNSAxMDYuNzkzIDEzOC41MjcgMTA2Ljc5NSAxMzguNTMgMTA2Ljc5N0MxMzguNTY2IDEwNi44MjUgMTM4LjYwOSAxMDYuODYyIDEzOC42NDIgMTA2Ljg4NkMxMzguNzk1IDEwNi45OTggMTM4LjkzNSAxMDcuMDU2IDEzOS4wODcgMTA3LjE0NUMxMzkuNDA5IDEwNy4zNDMgMTM5LjY3NSAxMDcuNTA3IDEzOS44ODYgMTA3LjcwNEMxMzkuOTY5IDEwNy43OTIgMTM5Ljk4MyAxMDcuOTQ2IDEzOS45OTQgMTA4LjAxM0wxNDAuMTY3IDEwOC4xNjZDMTM5LjI0NCAxMDkuNTQ4IDEzOC44MTggMTExLjI1NCAxMzkuMDcgMTEyLjk5M0wxMzguODQ1IDExMy4wNThDMTM4Ljc4NSAxMTMuMTM1IDEzOC43MDIgMTEzLjI1NSAxMzguNjE0IDExMy4yOTFDMTM4LjMzNyAxMTMuMzc3IDEzOC4wMjYgMTEzLjQwOSAxMzcuNjUgMTEzLjQ0OEMxMzcuNDc0IDExMy40NjMgMTM3LjMyMiAxMTMuNDU0IDEzNy4xMzUgMTEzLjQ5QzEzNy4wOTQgMTEzLjQ5NyAxMzcuMDM2IDExMy41MTIgMTM2Ljk5MSAxMTMuNTIzQzEzNi45OSAxMTMuNTIzIDEzNi45ODggMTEzLjUyMyAxMzYuOTg3IDExMy41MjRDMTM2Ljk4NCAxMTMuNTI0IDEzNi45ODEgMTEzLjUyNiAxMzYuOTc5IDExMy41MjZDMTM2LjY2MiAxMTMuNjAyIDEzNi40NTggMTEzLjg5MiAxMzYuNTI0IDExNC4xNzhDMTM2LjU4OSAxMTQuNDYzIDEzNi44OTkgMTE0LjYzNyAxMzcuMjE3IDExNC41NjlDMTM3LjIyIDExNC41NjggMTM3LjIyMyAxMTQuNTY4IDEzNy4yMjUgMTE0LjU2OEMxMzcuMjI5IDExNC41NjcgMTM3LjIzMiAxMTQuNTY1IDEzNy4yMzYgMTE0LjU2NEMxMzcuMjggMTE0LjU1NSAxMzcuMzM2IDExNC41NDQgMTM3LjM3NSAxMTQuNTMzQzEzNy41NTkgMTE0LjQ4NCAxMzcuNjkyIDExNC40MTIgMTM3Ljg1NyAxMTQuMzQ5QzEzOC4yMTMgMTE0LjIyMiAxMzguNTA3IDExNC4xMTYgMTM4Ljc5NCAxMTQuMDc1QzEzOC45MTQgMTE0LjA2NiAxMzkuMDQgMTE0LjE0OCAxMzkuMTAzIDExNC4xODNMMTM5LjMzNyAxMTQuMTQzQzEzOS44NzcgMTE1LjgwOCAxNDEuMDA2IDExNy4xNTIgMTQyLjQzNyAxMTcuOTk2TDE0Mi4zNCAxMTguMjNDMTQyLjM3NSAxMTguMzIgMTQyLjQxNCAxMTguNDQzIDE0Mi4zODcgMTE4LjUzMkMxNDIuMjgzIDExOC44MDIgMTQyLjEwNCAxMTkuMDg2IDE0MS45MDEgMTE5LjQwM0MxNDEuODAyIDExOS41NDkgMTQxLjcwMSAxMTkuNjYzIDE0MS42MTMgMTE5LjgzQzE0MS41OTEgMTE5Ljg3IDE0MS41NjQgMTE5LjkzMiAxNDEuNTQ0IDExOS45NzRDMTQxLjQwNiAxMjAuMjY5IDE0MS41MDcgMTIwLjYwNyAxNDEuNzcyIDEyMC43MzVDMTQyLjAzOSAxMjAuODYzIDE0Mi4zNzEgMTIwLjcyOCAxNDIuNTE0IDEyMC40MzNDMTQyLjUxNCAxMjAuNDMyIDE0Mi41MTUgMTIwLjQzMiAxNDIuNTE1IDEyMC40MzJDMTQyLjUxNSAxMjAuNDMxIDE0Mi41MTUgMTIwLjQzMSAxNDIuNTE1IDEyMC40MzFDMTQyLjUzNiAxMjAuMzg5IDE0Mi41NjUgMTIwLjMzNCAxNDIuNTgyIDEyMC4yOTRDMTQyLjY1OCAxMjAuMTIxIDE0Mi42ODMgMTE5Ljk3MiAxNDIuNzM3IDExOS44MDRDMTQyLjg3OSAxMTkuNDQ4IDE0Mi45NTcgMTE5LjA3NSAxNDMuMTUzIDExOC44NDNDMTQzLjIwNyAxMTguNzc5IDE0My4yOTQgMTE4Ljc1NSAxNDMuMzg1IDExOC43M0wxNDMuNTA2IDExOC41MTFDMTQ0Ljc1NCAxMTguOTg4IDE0Ni4xNSAxMTkuMTE1IDE0Ny41NDQgMTE4LjhDMTQ3Ljg2MyAxMTguNzI4IDE0OC4xNyAxMTguNjM1IDE0OC40NjcgMTE4LjUyNEMxNDguNTAxIDExOC41ODQgMTQ4LjU2NCAxMTguNyAxNDguNTgxIDExOC43MjlDMTQ4LjY3NCAxMTguNzU5IDE0OC43NzQgMTE4Ljc3NSAxNDguODU2IDExOC44OTVDMTQ5LjAwMiAxMTkuMTQ0IDE0OS4xMDMgMTE5LjQzOSAxNDkuMjI1IDExOS43OTVDMTQ5LjI3OCAxMTkuOTYzIDE0OS4zMDUgMTIwLjExMiAxNDkuMzgxIDEyMC4yODVDMTQ5LjM5OCAxMjAuMzI1IDE0OS40MjcgMTIwLjM4MSAxNDkuNDQ3IDEyMC40MjNDMTQ5LjU5MSAxMjAuNzE4IDE0OS45MjMgMTIwLjg1NCAxNTAuMTkgMTIwLjcyNkMxNTAuNDU2IDEyMC41OTggMTUwLjU1NyAxMjAuMjU5IDE1MC40MTkgMTE5Ljk2NUMxNTAuMzk4IDExOS45MjMgMTUwLjM3IDExOS44NjEgMTUwLjM0OSAxMTkuODIxQzE1MC4yNiAxMTkuNjU0IDE1MC4xNTkgMTE5LjU0MSAxNTAuMDYxIDExOS4zOTVDMTQ5Ljg1NyAxMTkuMDc4IDE0OS42ODggMTE4LjgxNSAxNDkuNTg0IDExOC41NDVDMTQ5LjU0IDExOC40MDYgMTQ5LjU5MSAxMTguMzIgMTQ5LjYyNSAxMTguMjNDMTQ5LjYwNSAxMTguMjA2IDE0OS41NjEgMTE4LjA3NSAxNDkuNTM2IDExOC4wMTRDMTUxLjAyMyAxMTcuMTQgMTUyLjExOSAxMTUuNzQ0IDE1Mi42MzQgMTE0LjEzM0MxNTIuNzA0IDExNC4xNDQgMTUyLjgyNSAxMTQuMTY1IDE1Mi44NjQgMTE0LjE3M0MxNTIuOTQ1IDExNC4xMiAxNTMuMDE5IDExNC4wNTEgMTUzLjE2NSAxMTQuMDYyQzE1My40NTIgMTE0LjEwNCAxNTMuNzQ2IDExNC4yMSAxNTQuMTAyIDExNC4zMzdDMTU0LjI2NyAxMTQuNCAxNTQuNDAxIDExNC40NzMgMTU0LjU4NCAxMTQuNTIyQzE1NC42MjMgMTE0LjUzMiAxNTQuNjc5IDExNC41NDIgMTU0LjcyMyAxMTQuNTUyQzE1NC43MjcgMTE0LjU1MyAxNTQuNzMgMTE0LjU1NCAxNTQuNzM0IDExNC41NTVDMTU0LjczNiAxMTQuNTU2IDE1NC43MzkgMTE0LjU1NiAxNTQuNzQyIDExNC41NTZDMTU1LjA2IDExNC42MjUgMTU1LjM3IDExNC40NTEgMTU1LjQzNSAxMTQuMTY1QzE1NS41MDEgMTEzLjg4IDE1NS4yOTcgMTEzLjU5IDE1NC45ODEgMTEzLjUxNEMxNTQuOTM1IDExMy41MDMgMTU0Ljg2OSAxMTMuNDg1IDE1NC44MjQgMTEzLjQ3N0MxNTQuNjM3IDExMy40NDIgMTU0LjQ4NSAxMTMuNDUgMTU0LjMwOSAxMTMuNDM2QzE1My45MzMgMTEzLjM5NyAxNTMuNjIyIDExMy4zNjUgMTUzLjM0NSAxMTMuMjc4QzE1My4yMzIgMTEzLjIzNCAxNTMuMTUyIDExMy4xMDEgMTUzLjExMyAxMTMuMDQ2TDE1Mi44OTYgMTEyLjk4M0MxNTMuMDA5IDExMi4xNzIgMTUyLjk3OCAxMTEuMzI5IDE1Mi43ODQgMTEwLjQ4NUMxNTIuNTg3IDEwOS42MzMgMTUyLjI0IDEwOC44NTQgMTUxLjc3NiAxMDguMTY3QzE1MS44MzIgMTA4LjExNyAxNTEuOTM3IDEwOC4wMjQgMTUxLjk2NyAxMDcuOTk3QzE1MS45NzYgMTA3LjkwMSAxNTEuOTY4IDEwNy44IDE1Mi4wNjggMTA3LjY5NEMxNTIuMjggMTA3LjQ5NiAxNTIuNTQ2IDEwNy4zMzMgMTUyLjg2NyAxMDcuMTM1QzE1My4wMiAxMDcuMDQ2IDE1My4xNjEgMTA2Ljk4OCAxNTMuMzE0IDEwNi44NzVDMTUzLjM0OSAxMDYuODUgMTUzLjM5NiAxMDYuODEgMTUzLjQzMyAxMDYuNzgxQzE1My42OSAxMDYuNTc2IDE1My43NSAxMDYuMjIzIDE1My41NjUgMTA1Ljk5MkMxNTMuMzc5IDEwNS43NjEgMTUzLjAyMSAxMDUuNzM5IDE1Mi43NjMgMTA1Ljk0NEMxNTIuNzI2IDEwNS45NzMgMTUyLjY3NiAxMDYuMDEgMTUyLjY0NCAxMDYuMDM5QzE1Mi40OTkgMTA2LjE2MiAxNTIuNDEgMTA2LjI4NCAxNTIuMjg5IDEwNi40MTJDMTUyLjAyNCAxMDYuNjggMTUxLjgwNSAxMDYuOTA0IDE1MS41NjQgMTA3LjA2NUMxNTEuNDYgMTA3LjEyNiAxNTEuMzA3IDEwNy4xMDUgMTUxLjIzOCAxMDcuMTAxTDE1MS4wMzMgMTA3LjI0NkMxNDkuODY4IDEwNi4wMjkgMTQ4LjI4MSAxMDUuMjUxIDE0Ni41NzIgMTA1LjFDMTQ2LjU2NyAxMDUuMDI5IDE0Ni41NjEgMTA0LjkgMTQ2LjU1OSAxMDQuODYxQzE0Ni40ODkgMTA0Ljc5NCAxNDYuNDA1IDEwNC43MzcgMTQ2LjM4MyAxMDQuNTkzQzE0Ni4zNiAxMDQuMzA2IDE0Ni4zOTkgMTAzLjk5NiAxNDYuNDQ0IDEwMy42MjNDMTQ2LjQ2OSAxMDMuNDQ4IDE0Ni41MTEgMTAzLjMwMyAxNDYuNTE4IDEwMy4xMTRDMTQ2LjUxOSAxMDMuMDcxIDE0Ni41MTcgMTAzLjAwOCAxNDYuNTE3IDEwMi45NjJDMTQ2LjUxNiAxMDIuNjM0IDE0Ni4yNzYgMTAyLjM2NyAxNDUuOTc5IDEwMi4zNjdIMTQ1Ljk3OVpNMTQ1LjMwNiAxMDYuNTE4TDE0NS4xNDYgMTA5LjMyNEwxNDUuMTM1IDEwOS4zM0MxNDUuMTI0IDEwOS41ODEgMTQ0LjkxNyAxMDkuNzgyIDE0NC42NjIgMTA5Ljc4MkMxNDQuNTU3IDEwOS43ODIgMTQ0LjQ2MSAxMDkuNzQ4IDE0NC4zODMgMTA5LjY5MUwxNDQuMzc4IDEwOS42OTRMMTQyLjA2NiAxMDguMDYyQzE0Mi43NzcgMTA3LjM2NyAxNDMuNjg2IDEwNi44NTMgMTQ0LjczMyAxMDYuNjE2QzE0NC45MjQgMTA2LjU3MyAxNDUuMTE2IDEwNi41NDEgMTQ1LjMwNiAxMDYuNTE4Wk0xNDYuNjUzIDEwNi41MThDMTQ3Ljg3NiAxMDYuNjY3IDE0OS4wMDcgMTA3LjIxOSAxNDkuODczIDEwOC4wNjNMMTQ3LjU3NyAxMDkuNjg1TDE0Ny41NjggMTA5LjY4MUMxNDcuMzY1IDEwOS44MjkgMTQ3LjA3NyAxMDkuNzkzIDE0Ni45MTggMTA5LjU5NEMxNDYuODUzIDEwOS41MTMgMTQ2LjgxOSAxMDkuNDE3IDE0Ni44MTUgMTA5LjMyMUwxNDYuODEzIDEwOS4zMkwxNDYuNjUzIDEwNi41MThaTTE0MS4yMjggMTA5LjExMUwxNDMuMzM5IDExMC45OUwxNDMuMzM2IDExMS4wMDJDMTQzLjUyNyAxMTEuMTY3IDE0My41NTUgMTExLjQ1MyAxNDMuMzk2IDExMS42NTFDMTQzLjMzMSAxMTEuNzMyIDE0My4yNDQgMTExLjc4NyAxNDMuMTUgMTExLjgxMkwxNDMuMTQ4IDExMS44MjFMMTQwLjQ0MiAxMTIuNTk5QzE0MC4zMDUgMTExLjM0NSAxNDAuNjAxIDExMC4xMjcgMTQxLjIyOCAxMDkuMTExWk0xNTAuNzE1IDEwOS4xMTJDMTUxLjAyOSAxMDkuNjE4IDE1MS4yNjYgMTEwLjE4MyAxNTEuNDA4IDExMC43OTZDMTUxLjU0NyAxMTEuNDAxIDE1MS41ODMgMTEyLjAwNiAxNTEuNTI1IDExMi41OUwxNDguODA1IDExMS44MUwxNDguODAzIDExMS43OTlDMTQ4LjU2IDExMS43MzIgMTQ4LjQxIDExMS40ODYgMTQ4LjQ2NyAxMTEuMjM4QzE0OC40OSAxMTEuMTM3IDE0OC41NDQgMTExLjA1MSAxNDguNjE3IDExMC45ODhMMTQ4LjYxNiAxMTAuOTgyTDE1MC43MTUgMTA5LjExMkgxNTAuNzE1Wk0xNDUuNTQ2IDExMS4xMzVIMTQ2LjQxMUwxNDYuOTQ4IDExMS44MDRMMTQ2Ljc1NSAxMTIuNjM5TDE0NS45NzkgMTEzLjAxTDE0NS4yIDExMi42MzhMMTQ1LjAwNyAxMTEuODAzTDE0NS41NDYgMTExLjEzNVpNMTQ4LjMxOCAxMTMuNDI0QzE0OC4zNTUgMTEzLjQyMiAxNDguMzkyIDExMy40MjYgMTQ4LjQyOCAxMTMuNDMyTDE0OC40MzIgMTEzLjQyN0wxNTEuMjMxIDExMy44OThDMTUwLjgyMSAxMTUuMDQzIDE1MC4wMzggMTE2LjAzNiAxNDguOTkgMTE2LjdMMTQ3LjkwNCAxMTQuMDg3TDE0Ny45MDcgMTE0LjA4M0MxNDcuODA3IDExMy44NTIgMTQ3LjkwNyAxMTMuNTgxIDE0OC4xMzcgMTEzLjQ3MUMxNDguMTk2IDExMy40NDMgMTQ4LjI1NyAxMTMuNDI3IDE0OC4zMTggMTEzLjQyNEgxNDguMzE4Wk0xNDMuNjE4IDExMy40MzZDMTQzLjgzMSAxMTMuNDM5IDE0NC4wMjMgMTEzLjU4NiAxNDQuMDczIDExMy44MDNDMTQ0LjA5NiAxMTMuOTA0IDE0NC4wODUgMTE0LjAwNCAxNDQuMDQ2IDExNC4wOTNMMTQ0LjA1NCAxMTQuMTAzTDE0Mi45NzkgMTE2LjY5QzE0MS45NzQgMTE2LjA0OCAxNDEuMTc0IDExNS4wODYgMTQwLjc0NSAxMTMuOTA3TDE0My41MiAxMTMuNDM4TDE0My41MjUgMTEzLjQ0NEMxNDMuNTU2IDExMy40MzggMTQzLjU4NyAxMTMuNDM1IDE0My42MTggMTEzLjQzNlYxMTMuNDM2Wk0xNDUuOTYyIDExNC41NjlDMTQ2LjAzNiAxMTQuNTY2IDE0Ni4xMTIgMTE0LjU4MSAxNDYuMTgzIDExNC42MTZDMTQ2LjI3OCAxMTQuNjYxIDE0Ni4zNSAxMTQuNzMyIDE0Ni4zOTYgMTE0LjgxN0gxNDYuNDA2TDE0Ny43NzQgMTE3LjI3N0MxNDcuNTk3IDExNy4zMzcgMTQ3LjQxNCAxMTcuMzg3IDE0Ny4yMjcgMTE3LjQyOUMxNDYuMTgxIDExNy42NjYgMTQ1LjEzOSAxMTcuNTk0IDE0NC4xOTQgMTE3LjI3NEwxNDUuNTU5IDExNC44MThIMTQ1LjU2MUMxNDUuNjQzIDExNC42NjYgMTQ1Ljc5OCAxMTQuNTc1IDE0NS45NjIgMTE0LjU2OVoiIGZpbGw9IiMzMjZDRTUiIHN0cm9rZT0iIzMyNkNFNSIgc3Ryb2tlLXdpZHRoPSIwLjI1Ii8+IDwvc3ZnPg==)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTY3IiBoZWlnaHQ9IjE1NiIgdmlld0JveD0iMCAwIDE2NyAxNTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxwYXRoIGQ9Ik05My44MTg1IDcuMDE4NDhDODUuOTMyNSAxLjI4ODk5IDc1LjI1NDEgMS4yODg5OSA2Ny4zNjgxIDcuMDE4NDlMMTIuMDE5OSA0Ny4yMzEzQzQuMTMzOTEgNTIuOTYwOCAwLjgzNDExNSA2My4xMTY2IDMuODQ2MjkgNzIuMzg3MUwyNC45ODc0IDEzNy40NTNDMjcuOTk5NiAxNDYuNzIzIDM2LjYzODYgMTUzIDQ2LjM4NjIgMTUzSDExNC44QzEyNC41NDggMTUzIDEzMy4xODcgMTQ2LjcyMyAxMzYuMTk5IDEzNy40NTNMMTU3LjM0IDcyLjM4NzFDMTYwLjM1MiA2My4xMTY2IDE1Ny4wNTMgNTIuOTYwOCAxNDkuMTY3IDQ3LjIzMTNMOTMuODE4NSA3LjAxODQ4WiIgZmlsbD0iIzMyNkNFNSIgZmlsbC1vcGFjaXR5PSIwLjEiIHN0cm9rZT0iIzMyNkNFNSIgc3Ryb2tlLXdpZHRoPSI1Ii8+IDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTM3LjMwMiAxMjkuNTFDMTI3LjE3MSAxMjQuNjgyIDEyMi44OSAxMTIuNTkxIDEyNy43NCAxMDIuNTA1QzEzMC4wNjkgOTcuNjYxMiAxMzQuMjM1IDkzLjkzNzEgMTM5LjMyMiA5Mi4xNTE4QzE0NC40MDkgOTAuMzY2NCAxNTAgOTAuNjY2MSAxNTQuODY0IDkyLjk4NDlDMTY0Ljk5NSA5Ny44MTM0IDE2OS4yNzYgMTA5LjkwNCAxNjQuNDI2IDExOS45OUMxNTkuNTc2IDEzMC4wNzcgMTQ3LjQzMyAxMzQuMzM5IDEzNy4zMDIgMTI5LjUxWiIgZmlsbD0iIzMyNkNFNSIvPiA8cGF0aCBkPSJNMTQ1Ljg5IDk5LjEwMjJDMTQ1LjY2MiA5OS4xMTM2IDE0NS40MzggOTkuMTcgMTQ1LjIzMiA5OS4yNjhMMTM2LjI1MiAxMDMuNTM5QzEzNi4wMiAxMDMuNjUgMTM1LjgxNiAxMDMuODExIDEzNS42NTUgMTA0LjAxQzEzNS40OTQgMTA0LjIwOSAxMzUuMzgxIDEwNC40NDEgMTM1LjMyMyAxMDQuNjlMMTMzLjEwOCAxMTQuMjg0QzEzMy4wNTcgMTE0LjUwNSAxMzMuMDUxIDExNC43MzQgMTMzLjA5MSAxMTQuOTU4QzEzMy4xMzEgMTE1LjE4MSAxMzMuMjE2IDExNS4zOTQgMTMzLjM0MSAxMTUuNTg0QzEzMy4zNzEgMTE1LjYzMSAxMzMuNDA0IDExNS42NzYgMTMzLjQzOCAxMTUuNzE5TDEzOS42NTQgMTIzLjQxMkMxMzkuODE1IDEyMy42MTEgMTQwLjAxOSAxMjMuNzcyIDE0MC4yNTEgMTIzLjg4M0MxNDAuNDg0IDEyMy45OTMgMTQwLjczOSAxMjQuMDUgMTQwLjk5NiAxMjQuMDVMMTUwLjk2NCAxMjQuMDQ4QzE1MS4yMjIgMTI0LjA0OCAxNTEuNDc2IDEyMy45OTEgMTUxLjcwOSAxMjMuODgxQzE1MS45NDEgMTIzLjc3MSAxNTIuMTQ2IDEyMy42MSAxNTIuMzA3IDEyMy40MTFMMTU4LjUyIDExNS43MTdDMTU4LjY4MSAxMTUuNTE4IDE1OC43OTQgMTE1LjI4NSAxNTguODUyIDExNS4wMzdDMTU4LjkwOSAxMTQuNzg4IDE1OC45MDkgMTE0LjUzIDE1OC44NTIgMTE0LjI4MkwxNTYuNjMzIDEwNC42ODdDMTU2LjU3NSAxMDQuNDM5IDE1Ni40NjIgMTA0LjIwNyAxNTYuMzAxIDEwNC4wMDdDMTU2LjE0IDEwMy44MDggMTU1LjkzNiAxMDMuNjQ4IDE1NS43MDQgMTAzLjUzN0wxNDYuNzIzIDk5LjI2OEMxNDYuNDY0IDk5LjE0NDcgMTQ2LjE3NyA5OS4wODc3IDE0NS44OSA5OS4xMDIyWiIgZmlsbD0id2hpdGUiLz4gPHBhdGggZD0iTTE0NS45NzkgMTAyLjM2N0MxNDUuNjgyIDEwMi4zNjcgMTQ1LjQ0MiAxMDIuNjM0IDE0NS40NDIgMTAyLjk2MkMxNDUuNDQyIDEwMi45NjcgMTQ1LjQ0MyAxMDIuOTcyIDE0NS40NDMgMTAyLjk3N0MxNDUuNDQyIDEwMy4wMjEgMTQ1LjQ0IDEwMy4wNzUgMTQ1LjQ0MiAxMDMuMTE0QzE0NS40NDkgMTAzLjMwMyAxNDUuNDkgMTAzLjQ0OCAxNDUuNTE1IDEwMy42MjNDMTQ1LjU2IDEwMy45OTYgMTQ1LjU5OCAxMDQuMzA2IDE0NS41NzUgMTA0LjU5M0MxNDUuNTUyIDEwNC43MDIgMTQ1LjQ3MiAxMDQuODAxIDE0NS40IDEwNC44N0wxNDUuMzg4IDEwNS4wOTZDMTQ1LjA2NSAxMDUuMTIzIDE0NC43NCAxMDUuMTcyIDE0NC40MTYgMTA1LjI0NUMxNDMuMDIgMTA1LjU2MSAxNDEuODE5IDEwNi4yNzYgMTQwLjkwNCAxMDcuMjQyQzE0MC44NDUgMTA3LjIwMiAxNDAuNzQxIDEwNy4xMjggMTQwLjcxIDEwNy4xMDVDMTQwLjYxNCAxMDcuMTE4IDE0MC41MTcgMTA3LjE0OCAxNDAuMzkxIDEwNy4wNzRDMTQwLjE1IDEwNi45MTMgMTM5LjkzMSAxMDYuNjkxIDEzOS42NjYgMTA2LjQyM0MxMzkuNTQ0IDEwNi4yOTQgMTM5LjQ1NyAxMDYuMTcyIDEzOS4zMTIgMTA2LjA0OUMxMzkuMjc5IDEwNi4wMjEgMTM5LjIyOSAxMDUuOTgzIDEzOS4xOTMgMTA1Ljk1NEMxMzkuMDggMTA1Ljg2NCAxMzguOTQ3IDEwNS44MTggMTM4LjgxOCAxMDUuODEzQzEzOC42NTMgMTA1LjgwOCAxMzguNDk0IDEwNS44NzIgMTM4LjM5IDEwNi4wMDJDMTM4LjIwNSAxMDYuMjMzIDEzOC4yNjQgMTA2LjU4NiAxMzguNTIyIDEwNi43OTFDMTM4LjUyNSAxMDYuNzkzIDEzOC41MjcgMTA2Ljc5NSAxMzguNTMgMTA2Ljc5N0MxMzguNTY2IDEwNi44MjUgMTM4LjYwOSAxMDYuODYyIDEzOC42NDIgMTA2Ljg4NkMxMzguNzk1IDEwNi45OTggMTM4LjkzNSAxMDcuMDU2IDEzOS4wODcgMTA3LjE0NUMxMzkuNDA5IDEwNy4zNDMgMTM5LjY3NSAxMDcuNTA3IDEzOS44ODYgMTA3LjcwNEMxMzkuOTY5IDEwNy43OTIgMTM5Ljk4MyAxMDcuOTQ2IDEzOS45OTQgMTA4LjAxM0wxNDAuMTY3IDEwOC4xNjZDMTM5LjI0NCAxMDkuNTQ4IDEzOC44MTggMTExLjI1NCAxMzkuMDcgMTEyLjk5M0wxMzguODQ1IDExMy4wNThDMTM4Ljc4NSAxMTMuMTM1IDEzOC43MDIgMTEzLjI1NSAxMzguNjE0IDExMy4yOTFDMTM4LjMzNyAxMTMuMzc3IDEzOC4wMjYgMTEzLjQwOSAxMzcuNjUgMTEzLjQ0OEMxMzcuNDc0IDExMy40NjMgMTM3LjMyMiAxMTMuNDU0IDEzNy4xMzUgMTEzLjQ5QzEzNy4wOTQgMTEzLjQ5NyAxMzcuMDM2IDExMy41MTIgMTM2Ljk5MSAxMTMuNTIzQzEzNi45OSAxMTMuNTIzIDEzNi45ODggMTEzLjUyMyAxMzYuOTg3IDExMy41MjRDMTM2Ljk4NCAxMTMuNTI0IDEzNi45ODEgMTEzLjUyNiAxMzYuOTc5IDExMy41MjZDMTM2LjY2MiAxMTMuNjAyIDEzNi40NTggMTEzLjg5MiAxMzYuNTI0IDExNC4xNzhDMTM2LjU4OSAxMTQuNDYzIDEzNi44OTkgMTE0LjYzNyAxMzcuMjE3IDExNC41NjlDMTM3LjIyIDExNC41NjggMTM3LjIyMyAxMTQuNTY4IDEzNy4yMjUgMTE0LjU2OEMxMzcuMjI5IDExNC41NjcgMTM3LjIzMiAxMTQuNTY1IDEzNy4yMzYgMTE0LjU2NEMxMzcuMjggMTE0LjU1NSAxMzcuMzM2IDExNC41NDQgMTM3LjM3NSAxMTQuNTMzQzEzNy41NTkgMTE0LjQ4NCAxMzcuNjkyIDExNC40MTIgMTM3Ljg1NyAxMTQuMzQ5QzEzOC4yMTMgMTE0LjIyMiAxMzguNTA3IDExNC4xMTYgMTM4Ljc5NCAxMTQuMDc1QzEzOC45MTQgMTE0LjA2NiAxMzkuMDQgMTE0LjE0OCAxMzkuMTAzIDExNC4xODNMMTM5LjMzNyAxMTQuMTQzQzEzOS44NzcgMTE1LjgwOCAxNDEuMDA2IDExNy4xNTIgMTQyLjQzNyAxMTcuOTk2TDE0Mi4zNCAxMTguMjNDMTQyLjM3NSAxMTguMzIgMTQyLjQxNCAxMTguNDQzIDE0Mi4zODcgMTE4LjUzMkMxNDIuMjgzIDExOC44MDIgMTQyLjEwNCAxMTkuMDg2IDE0MS45MDEgMTE5LjQwM0MxNDEuODAyIDExOS41NDkgMTQxLjcwMSAxMTkuNjYzIDE0MS42MTMgMTE5LjgzQzE0MS41OTEgMTE5Ljg3IDE0MS41NjQgMTE5LjkzMiAxNDEuNTQ0IDExOS45NzRDMTQxLjQwNiAxMjAuMjY5IDE0MS41MDcgMTIwLjYwNyAxNDEuNzcyIDEyMC43MzVDMTQyLjAzOSAxMjAuODYzIDE0Mi4zNzEgMTIwLjcyOCAxNDIuNTE0IDEyMC40MzNDMTQyLjUxNCAxMjAuNDMyIDE0Mi41MTUgMTIwLjQzMiAxNDIuNTE1IDEyMC40MzJDMTQyLjUxNSAxMjAuNDMxIDE0Mi41MTUgMTIwLjQzMSAxNDIuNTE1IDEyMC40MzFDMTQyLjUzNiAxMjAuMzg5IDE0Mi41NjUgMTIwLjMzNCAxNDIuNTgyIDEyMC4yOTRDMTQyLjY1OCAxMjAuMTIxIDE0Mi42ODMgMTE5Ljk3MiAxNDIuNzM3IDExOS44MDRDMTQyLjg3OSAxMTkuNDQ4IDE0Mi45NTcgMTE5LjA3NSAxNDMuMTUzIDExOC44NDNDMTQzLjIwNyAxMTguNzc5IDE0My4yOTQgMTE4Ljc1NSAxNDMuMzg1IDExOC43M0wxNDMuNTA2IDExOC41MTFDMTQ0Ljc1NCAxMTguOTg4IDE0Ni4xNSAxMTkuMTE1IDE0Ny41NDQgMTE4LjhDMTQ3Ljg2MyAxMTguNzI4IDE0OC4xNyAxMTguNjM1IDE0OC40NjcgMTE4LjUyNEMxNDguNTAxIDExOC41ODQgMTQ4LjU2NCAxMTguNyAxNDguNTgxIDExOC43MjlDMTQ4LjY3NCAxMTguNzU5IDE0OC43NzQgMTE4Ljc3NSAxNDguODU2IDExOC44OTVDMTQ5LjAwMiAxMTkuMTQ0IDE0OS4xMDMgMTE5LjQzOSAxNDkuMjI1IDExOS43OTVDMTQ5LjI3OCAxMTkuOTYzIDE0OS4zMDUgMTIwLjExMiAxNDkuMzgxIDEyMC4yODVDMTQ5LjM5OCAxMjAuMzI1IDE0OS40MjcgMTIwLjM4MSAxNDkuNDQ3IDEyMC40MjNDMTQ5LjU5MSAxMjAuNzE4IDE0OS45MjMgMTIwLjg1NCAxNTAuMTkgMTIwLjcyNkMxNTAuNDU2IDEyMC41OTggMTUwLjU1NyAxMjAuMjU5IDE1MC40MTkgMTE5Ljk2NUMxNTAuMzk4IDExOS45MjMgMTUwLjM3IDExOS44NjEgMTUwLjM0OSAxMTkuODIxQzE1MC4yNiAxMTkuNjU0IDE1MC4xNTkgMTE5LjU0MSAxNTAuMDYxIDExOS4zOTVDMTQ5Ljg1NyAxMTkuMDc4IDE0OS42ODggMTE4LjgxNSAxNDkuNTg0IDExOC41NDVDMTQ5LjU0IDExOC40MDYgMTQ5LjU5MSAxMTguMzIgMTQ5LjYyNSAxMTguMjNDMTQ5LjYwNSAxMTguMjA2IDE0OS41NjEgMTE4LjA3NSAxNDkuNTM2IDExOC4wMTRDMTUxLjAyMyAxMTcuMTQgMTUyLjExOSAxMTUuNzQ0IDE1Mi42MzQgMTE0LjEzM0MxNTIuNzA0IDExNC4xNDQgMTUyLjgyNSAxMTQuMTY1IDE1Mi44NjQgMTE0LjE3M0MxNTIuOTQ1IDExNC4xMiAxNTMuMDE5IDExNC4wNTEgMTUzLjE2NSAxMTQuMDYyQzE1My40NTIgMTE0LjEwNCAxNTMuNzQ2IDExNC4yMSAxNTQuMTAyIDExNC4zMzdDMTU0LjI2NyAxMTQuNCAxNTQuNDAxIDExNC40NzMgMTU0LjU4NCAxMTQuNTIyQzE1NC42MjMgMTE0LjUzMiAxNTQuNjc5IDExNC41NDIgMTU0LjcyMyAxMTQuNTUyQzE1NC43MjcgMTE0LjU1MyAxNTQuNzMgMTE0LjU1NCAxNTQuNzM0IDExNC41NTVDMTU0LjczNiAxMTQuNTU2IDE1NC43MzkgMTE0LjU1NiAxNTQuNzQyIDExNC41NTZDMTU1LjA2IDExNC42MjUgMTU1LjM3IDExNC40NTEgMTU1LjQzNSAxMTQuMTY1QzE1NS41MDEgMTEzLjg4IDE1NS4yOTcgMTEzLjU5IDE1NC45ODEgMTEzLjUxNEMxNTQuOTM1IDExMy41MDMgMTU0Ljg2OSAxMTMuNDg1IDE1NC44MjQgMTEzLjQ3N0MxNTQuNjM3IDExMy40NDIgMTU0LjQ4NSAxMTMuNDUgMTU0LjMwOSAxMTMuNDM2QzE1My45MzMgMTEzLjM5NyAxNTMuNjIyIDExMy4zNjUgMTUzLjM0NSAxMTMuMjc4QzE1My4yMzIgMTEzLjIzNCAxNTMuMTUyIDExMy4xMDEgMTUzLjExMyAxMTMuMDQ2TDE1Mi44OTYgMTEyLjk4M0MxNTMuMDA5IDExMi4xNzIgMTUyLjk3OCAxMTEuMzI5IDE1Mi43ODQgMTEwLjQ4NUMxNTIuNTg3IDEwOS42MzMgMTUyLjI0IDEwOC44NTQgMTUxLjc3NiAxMDguMTY3QzE1MS44MzIgMTA4LjExNyAxNTEuOTM3IDEwOC4wMjQgMTUxLjk2NyAxMDcuOTk3QzE1MS45NzYgMTA3LjkwMSAxNTEuOTY4IDEwNy44IDE1Mi4wNjggMTA3LjY5NEMxNTIuMjggMTA3LjQ5NiAxNTIuNTQ2IDEwNy4zMzMgMTUyLjg2NyAxMDcuMTM1QzE1My4wMiAxMDcuMDQ2IDE1My4xNjEgMTA2Ljk4OCAxNTMuMzE0IDEwNi44NzVDMTUzLjM0OSAxMDYuODUgMTUzLjM5NiAxMDYuODEgMTUzLjQzMyAxMDYuNzgxQzE1My42OSAxMDYuNTc2IDE1My43NSAxMDYuMjIzIDE1My41NjUgMTA1Ljk5MkMxNTMuMzc5IDEwNS43NjEgMTUzLjAyMSAxMDUuNzM5IDE1Mi43NjMgMTA1Ljk0NEMxNTIuNzI2IDEwNS45NzMgMTUyLjY3NiAxMDYuMDEgMTUyLjY0NCAxMDYuMDM5QzE1Mi40OTkgMTA2LjE2MiAxNTIuNDEgMTA2LjI4NCAxNTIuMjg5IDEwNi40MTJDMTUyLjAyNCAxMDYuNjggMTUxLjgwNSAxMDYuOTA0IDE1MS41NjQgMTA3LjA2NUMxNTEuNDYgMTA3LjEyNiAxNTEuMzA3IDEwNy4xMDUgMTUxLjIzOCAxMDcuMTAxTDE1MS4wMzMgMTA3LjI0NkMxNDkuODY4IDEwNi4wMjkgMTQ4LjI4MSAxMDUuMjUxIDE0Ni41NzIgMTA1LjFDMTQ2LjU2NyAxMDUuMDI5IDE0Ni41NjEgMTA0LjkgMTQ2LjU1OSAxMDQuODYxQzE0Ni40ODkgMTA0Ljc5NCAxNDYuNDA1IDEwNC43MzcgMTQ2LjM4MyAxMDQuNTkzQzE0Ni4zNiAxMDQuMzA2IDE0Ni4zOTkgMTAzLjk5NiAxNDYuNDQ0IDEwMy42MjNDMTQ2LjQ2OSAxMDMuNDQ4IDE0Ni41MTEgMTAzLjMwMyAxNDYuNTE4IDEwMy4xMTRDMTQ2LjUxOSAxMDMuMDcxIDE0Ni41MTcgMTAzLjAwOCAxNDYuNTE3IDEwMi45NjJDMTQ2LjUxNiAxMDIuNjM0IDE0Ni4yNzYgMTAyLjM2NyAxNDUuOTc5IDEwMi4zNjdIMTQ1Ljk3OVpNMTQ1LjMwNiAxMDYuNTE4TDE0NS4xNDYgMTA5LjMyNEwxNDUuMTM1IDEwOS4zM0MxNDUuMTI0IDEwOS41ODEgMTQ0LjkxNyAxMDkuNzgyIDE0NC42NjIgMTA5Ljc4MkMxNDQuNTU3IDEwOS43ODIgMTQ0LjQ2MSAxMDkuNzQ4IDE0NC4zODMgMTA5LjY5MUwxNDQuMzc4IDEwOS42OTRMMTQyLjA2NiAxMDguMDYyQzE0Mi43NzcgMTA3LjM2NyAxNDMuNjg2IDEwNi44NTMgMTQ0LjczMyAxMDYuNjE2QzE0NC45MjQgMTA2LjU3MyAxNDUuMTE2IDEwNi41NDEgMTQ1LjMwNiAxMDYuNTE4Wk0xNDYuNjUzIDEwNi41MThDMTQ3Ljg3NiAxMDYuNjY3IDE0OS4wMDcgMTA3LjIxOSAxNDkuODczIDEwOC4wNjNMMTQ3LjU3NyAxMDkuNjg1TDE0Ny41NjggMTA5LjY4MUMxNDcuMzY1IDEwOS44MjkgMTQ3LjA3NyAxMDkuNzkzIDE0Ni45MTggMTA5LjU5NEMxNDYuODUzIDEwOS41MTMgMTQ2LjgxOSAxMDkuNDE3IDE0Ni44MTUgMTA5LjMyMUwxNDYuODEzIDEwOS4zMkwxNDYuNjUzIDEwNi41MThaTTE0MS4yMjggMTA5LjExMUwxNDMuMzM5IDExMC45OUwxNDMuMzM2IDExMS4wMDJDMTQzLjUyNyAxMTEuMTY3IDE0My41NTUgMTExLjQ1MyAxNDMuMzk2IDExMS42NTFDMTQzLjMzMSAxMTEuNzMyIDE0My4yNDQgMTExLjc4NyAxNDMuMTUgMTExLjgxMkwxNDMuMTQ4IDExMS44MjFMMTQwLjQ0MiAxMTIuNTk5QzE0MC4zMDUgMTExLjM0NSAxNDAuNjAxIDExMC4xMjcgMTQxLjIyOCAxMDkuMTExWk0xNTAuNzE1IDEwOS4xMTJDMTUxLjAyOSAxMDkuNjE4IDE1MS4yNjYgMTEwLjE4MyAxNTEuNDA4IDExMC43OTZDMTUxLjU0NyAxMTEuNDAxIDE1MS41ODMgMTEyLjAwNiAxNTEuNTI1IDExMi41OUwxNDguODA1IDExMS44MUwxNDguODAzIDExMS43OTlDMTQ4LjU2IDExMS43MzIgMTQ4LjQxIDExMS40ODYgMTQ4LjQ2NyAxMTEuMjM4QzE0OC40OSAxMTEuMTM3IDE0OC41NDQgMTExLjA1MSAxNDguNjE3IDExMC45ODhMMTQ4LjYxNiAxMTAuOTgyTDE1MC43MTUgMTA5LjExMkgxNTAuNzE1Wk0xNDUuNTQ2IDExMS4xMzVIMTQ2LjQxMUwxNDYuOTQ4IDExMS44MDRMMTQ2Ljc1NSAxMTIuNjM5TDE0NS45NzkgMTEzLjAxTDE0NS4yIDExMi42MzhMMTQ1LjAwNyAxMTEuODAzTDE0NS41NDYgMTExLjEzNVpNMTQ4LjMxOCAxMTMuNDI0QzE0OC4zNTUgMTEzLjQyMiAxNDguMzkyIDExMy40MjYgMTQ4LjQyOCAxMTMuNDMyTDE0OC40MzIgMTEzLjQyN0wxNTEuMjMxIDExMy44OThDMTUwLjgyMSAxMTUuMDQzIDE1MC4wMzggMTE2LjAzNiAxNDguOTkgMTE2LjdMMTQ3LjkwNCAxMTQuMDg3TDE0Ny45MDcgMTE0LjA4M0MxNDcuODA3IDExMy44NTIgMTQ3LjkwNyAxMTMuNTgxIDE0OC4xMzcgMTEzLjQ3MUMxNDguMTk2IDExMy40NDMgMTQ4LjI1NyAxMTMuNDI3IDE0OC4zMTggMTEzLjQyNEgxNDguMzE4Wk0xNDMuNjE4IDExMy40MzZDMTQzLjgzMSAxMTMuNDM5IDE0NC4wMjMgMTEzLjU4NiAxNDQuMDczIDExMy44MDNDMTQ0LjA5NiAxMTMuOTA0IDE0NC4wODUgMTE0LjAwNCAxNDQuMDQ2IDExNC4wOTNMMTQ0LjA1NCAxMTQuMTAzTDE0Mi45NzkgMTE2LjY5QzE0MS45NzQgMTE2LjA0OCAxNDEuMTc0IDExNS4wODYgMTQwLjc0NSAxMTMuOTA3TDE0My41MiAxMTMuNDM4TDE0My41MjUgMTEzLjQ0NEMxNDMuNTU2IDExMy40MzggMTQzLjU4NyAxMTMuNDM1IDE0My42MTggMTEzLjQzNlYxMTMuNDM2Wk0xNDUuOTYyIDExNC41NjlDMTQ2LjAzNiAxMTQuNTY2IDE0Ni4xMTIgMTE0LjU4MSAxNDYuMTgzIDExNC42MTZDMTQ2LjI3OCAxMTQuNjYxIDE0Ni4zNSAxMTQuNzMyIDE0Ni4zOTYgMTE0LjgxN0gxNDYuNDA2TDE0Ny43NzQgMTE3LjI3N0MxNDcuNTk3IDExNy4zMzcgMTQ3LjQxNCAxMTcuMzg3IDE0Ny4yMjcgMTE3LjQyOUMxNDYuMTgxIDExNy42NjYgMTQ1LjEzOSAxMTcuNTk0IDE0NC4xOTQgMTE3LjI3NEwxNDUuNTU5IDExNC44MThIMTQ1LjU2MUMxNDUuNjQzIDExNC42NjYgMTQ1Ljc5OCAxMTQuNTc1IDE0NS45NjIgMTE0LjU2OVoiIGZpbGw9IiMzMjZDRTUiIHN0cm9rZT0iIzMyNkNFNSIgc3Ryb2tlLXdpZHRoPSIwLjI1Ii8+IDwvc3ZnPg==)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "0", + backgroundImageOpacity: "0", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-sentry", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "03182acd-bf30-4204-afab-e8a2305ee6c0": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "24", + zIndex: "24", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "httpendpoints.dapr.io", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "20px", + width: "20px", + shape: "ellipse", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yOC43ODMgMTUuODEwOEg3LjE2Mzg3QzUuOTY5NzQgMTUuODEwOCA1LjAwMTcxIDE2Ljc3ODggNS4wMDE3MSAxNy45NzNWMzkuNTk0NUMxMC45NzE2IDM5LjU5NTQgMTUuODEwOCA0NC40MzUyIDE1LjgxMDggNTAuNDA1M0MxNS44MTA4IDU2LjM3NTQgMTAuOTcxNiA2MS4yMTUyIDUuMDAxNzEgNjEuMjE2MVY4Mi44Mzc4QzUuMDAxNzEgODQuMDMyIDUuOTY5NzQgODUgNy4xNjM4NyA4NUgyOC43ODNWODQuOTk5NkMyOC43ODMgNzkuMDI4OSAzMy42MjMxIDc0LjE4ODcgMzkuNTkzOCA3NC4xODg3QzQ1LjU2NDQgNzQuMTg4NyA1MC40MDQ2IDc5LjAyODkgNTAuNDA0NiA4NC45OTk2Vjg1SDcyLjAyODdDNzMuMjIyOSA4NSA3NC4xOTA5IDg0LjAzMiA3NC4xOTA5IDgyLjgzNzhWNjEuMjE2M0M4MC4xNiA2MS4yMTQ1IDg0Ljk5ODMgNTYuMzc1MSA4NC45OTgzIDUwLjQwNTVDODQuOTk4MyA0NC40MzYgODAuMTYgMzkuNTk2NSA3NC4xOTA5IDM5LjU5NDdWMTcuOTczQzc0LjE5MDkgMTYuNzc4OCA3My4yMjI5IDE1LjgxMDggNzIuMDI4NyAxNS44MTA4SDUwLjQwNDZDNTAuNDA0NiA5Ljg0MDE3IDQ1LjU2NDQgNSAzOS41OTM4IDVDMzMuNjIzMSA1IDI4Ljc4MyA5Ljg0MDE3IDI4Ljc4MyAxNS44MTA4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yOC43ODMgMTUuODEwOEg3LjE2Mzg3QzUuOTY5NzQgMTUuODEwOCA1LjAwMTcxIDE2Ljc3ODggNS4wMDE3MSAxNy45NzNWMzkuNTk0NUMxMC45NzE2IDM5LjU5NTQgMTUuODEwOCA0NC40MzUyIDE1LjgxMDggNTAuNDA1M0MxNS44MTA4IDU2LjM3NTQgMTAuOTcxNiA2MS4yMTUyIDUuMDAxNzEgNjEuMjE2MVY4Mi44Mzc4QzUuMDAxNzEgODQuMDMyIDUuOTY5NzQgODUgNy4xNjM4NyA4NUgyOC43ODNWODQuOTk5NkMyOC43ODMgNzkuMDI4OSAzMy42MjMxIDc0LjE4ODcgMzkuNTkzOCA3NC4xODg3QzQ1LjU2NDQgNzQuMTg4NyA1MC40MDQ2IDc5LjAyODkgNTAuNDA0NiA4NC45OTk2Vjg1SDcyLjAyODdDNzMuMjIyOSA4NSA3NC4xOTA5IDg0LjAzMiA3NC4xOTA5IDgyLjgzNzhWNjEuMjE2M0M4MC4xNiA2MS4yMTQ1IDg0Ljk5ODMgNTYuMzc1MSA4NC45OTgzIDUwLjQwNTVDODQuOTk4MyA0NC40MzYgODAuMTYgMzkuNTk2NSA3NC4xOTA5IDM5LjU5NDdWMTcuOTczQzc0LjE5MDkgMTYuNzc4OCA3My4yMjI5IDE1LjgxMDggNzIuMDI4NyAxNS44MTA4SDUwLjQwNDZDNTAuNDA0NiA5Ljg0MDE3IDQ1LjU2NDQgNSAzOS41OTM4IDVDMzMuNjIzMSA1IDI4Ljc4MyA5Ljg0MDE3IDI4Ljc4MyAxNS44MTA4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "httpendpoints.dapr.io", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "40fc8324-31d0-44a2-af15-b67e7ee01af4": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "21", + zIndex: "21", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-api", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "20px", + width: "20px", + shape: "round-triangle", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "12px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODQiIGhlaWdodD0iNzciIHZpZXdCb3g9IjAgMCA4NCA3NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMC4xOSAwQzI5LjY1OTYgMCAyOS4xNTA5IDAuMjEwNzE0IDI4Ljc3NTggMC41ODU3ODZDMjguNDAwNyAwLjk2MDg1OSAyOC4xOSAxLjQ2OTU3IDI4LjE5IDJWMjQuNDVDMjguMTkgMjQuOTgwNCAyOC40MDA3IDI1LjQ4OTEgMjguNzc1OCAyNS44NjQyQzI5LjE1MDkgMjYuMjM5MyAyOS42NTk2IDI2LjQ1IDMwLjE5IDI2LjQ1SDM4Ljc4VjM4LjIySDExLjE3VjUwLjU1SDJDMS40Njk1NyA1MC41NSAwLjk2MDg1OSA1MC43NjA3IDAuNTg1Nzg2IDUxLjEzNThDMC4yMTA3MTQgNTEuNTEwOSAwIDUyLjAxOTYgMCA1Mi41NUwwIDc1QzAgNzUuNTMwNCAwLjIxMDcxNCA3Ni4wMzkxIDAuNTg1Nzg2IDc2LjQxNDJDMC45NjA4NTkgNzYuNzg5MyAxLjQ2OTU3IDc3IDIgNzdIMjQuNDNDMjQuOTYwNCA3NyAyNS40NjkxIDc2Ljc4OTMgMjUuODQ0MiA3Ni40MTQyQzI2LjIxOTMgNzYuMDM5MSAyNi40MyA3NS41MzA0IDI2LjQzIDc1VjUyLjU1QzI2LjQzIDUyLjAxOTYgMjYuMjE5MyA1MS41MTA5IDI1Ljg0NDIgNTEuMTM1OEMyNS40NjkxIDUwLjc2MDcgMjQuOTYwNCA1MC41NSAyNC40MyA1MC41NUgxNS44NVY0Mi45SDY4LjQ1VjUwLjU1SDU5LjU3QzU5LjAzOTYgNTAuNTUgNTguNTMwOSA1MC43NjA3IDU4LjE1NTggNTEuMTM1OEM1Ny43ODA3IDUxLjUxMDkgNTcuNTcgNTIuMDE5NiA1Ny41NyA1Mi41NVY3NUM1Ny41NyA3NS41MzA0IDU3Ljc4MDcgNzYuMDM5MSA1OC4xNTU4IDc2LjQxNDJDNTguNTMwOSA3Ni43ODkzIDU5LjAzOTYgNzcgNTkuNTcgNzdIODJDODIuNTMwNCA3NyA4My4wMzkxIDc2Ljc4OTMgODMuNDE0MiA3Ni40MTQyQzgzLjc4OTMgNzYuMDM5MSA4NCA3NS41MzA0IDg0IDc1VjUyLjU1Qzg0IDUyLjAxOTYgODMuNzg5MyA1MS41MTA5IDgzLjQxNDIgNTEuMTM1OEM4My4wMzkxIDUwLjc2MDcgODIuNTMwNCA1MC41NSA4MiA1MC41NUg3My4xMlYzOC4yMkg0My40NlYyNi40NUg1Mi42M0M1My4xNjA0IDI2LjQ1IDUzLjY2OTEgMjYuMjM5MyA1NC4wNDQyIDI1Ljg2NDJDNTQuNDE5MyAyNS40ODkxIDU0LjYzIDI0Ljk4MDQgNTQuNjMgMjQuNDVWMkM1NC42MyAxLjQ2OTU3IDU0LjQxOTMgMC45NjA4NTkgNTQuMDQ0MiAwLjU4NTc4NkM1My42NjkxIDAuMjEwNzE0IDUzLjE2MDQgMCA1Mi42MyAwTDMwLjE5IDBaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODQiIGhlaWdodD0iNzciIHZpZXdCb3g9IjAgMCA4NCA3NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMC4xOSAwQzI5LjY1OTYgMCAyOS4xNTA5IDAuMjEwNzE0IDI4Ljc3NTggMC41ODU3ODZDMjguNDAwNyAwLjk2MDg1OSAyOC4xOSAxLjQ2OTU3IDI4LjE5IDJWMjQuNDVDMjguMTkgMjQuOTgwNCAyOC40MDA3IDI1LjQ4OTEgMjguNzc1OCAyNS44NjQyQzI5LjE1MDkgMjYuMjM5MyAyOS42NTk2IDI2LjQ1IDMwLjE5IDI2LjQ1SDM4Ljc4VjM4LjIySDExLjE3VjUwLjU1SDJDMS40Njk1NyA1MC41NSAwLjk2MDg1OSA1MC43NjA3IDAuNTg1Nzg2IDUxLjEzNThDMC4yMTA3MTQgNTEuNTEwOSAwIDUyLjAxOTYgMCA1Mi41NUwwIDc1QzAgNzUuNTMwNCAwLjIxMDcxNCA3Ni4wMzkxIDAuNTg1Nzg2IDc2LjQxNDJDMC45NjA4NTkgNzYuNzg5MyAxLjQ2OTU3IDc3IDIgNzdIMjQuNDNDMjQuOTYwNCA3NyAyNS40NjkxIDc2Ljc4OTMgMjUuODQ0MiA3Ni40MTQyQzI2LjIxOTMgNzYuMDM5MSAyNi40MyA3NS41MzA0IDI2LjQzIDc1VjUyLjU1QzI2LjQzIDUyLjAxOTYgMjYuMjE5MyA1MS41MTA5IDI1Ljg0NDIgNTEuMTM1OEMyNS40NjkxIDUwLjc2MDcgMjQuOTYwNCA1MC41NSAyNC40MyA1MC41NUgxNS44NVY0Mi45SDY4LjQ1VjUwLjU1SDU5LjU3QzU5LjAzOTYgNTAuNTUgNTguNTMwOSA1MC43NjA3IDU4LjE1NTggNTEuMTM1OEM1Ny43ODA3IDUxLjUxMDkgNTcuNTcgNTIuMDE5NiA1Ny41NyA1Mi41NVY3NUM1Ny41NyA3NS41MzA0IDU3Ljc4MDcgNzYuMDM5MSA1OC4xNTU4IDc2LjQxNDJDNTguNTMwOSA3Ni43ODkzIDU5LjAzOTYgNzcgNTkuNTcgNzdIODJDODIuNTMwNCA3NyA4My4wMzkxIDc2Ljc4OTMgODMuNDE0MiA3Ni40MTQyQzgzLjc4OTMgNzYuMDM5MSA4NCA3NS41MzA0IDg0IDc1VjUyLjU1Qzg0IDUyLjAxOTYgODMuNzg5MyA1MS41MTA5IDgzLjQxNDIgNTEuMTM1OEM4My4wMzkxIDUwLjc2MDcgODIuNTMwNCA1MC41NSA4MiA1MC41NUg3My4xMlYzOC4yMkg0My40NlYyNi40NUg1Mi42M0M1My4xNjA0IDI2LjQ1IDUzLjY2OTEgMjYuMjM5MyA1NC4wNDQyIDI1Ljg2NDJDNTQuNDE5MyAyNS40ODkxIDU0LjYzIDI0Ljk4MDQgNTQuNjMgMjQuNDVWMkM1NC42MyAxLjQ2OTU3IDU0LjQxOTMgMC45NjA4NTkgNTQuMDQ0MiAwLjU4NTc4NkM1My42NjkxIDAuMjEwNzE0IDUzLjE2MDQgMCA1Mi42MyAwTDMwLjE5IDBaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "4.5px", + backgroundPositionY: "4.5px", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-api", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "12px", + paddingLeft: "12px", + "padding-right": "12px", + paddingRight: "12px", + "padding-top": "12px", + paddingTop: "12px", + "padding-bottom": "12px", + paddingBottom: "12px" + }, + "bf3b8a3a-8206-4fd1-9a1d-90dacb4d410a": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "4", + zIndex: "4", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-operator", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "22px", + width: "22px", + shape: "round-rectangle", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00NS4wMDgxIDQ0Ljg4MzFDNTYuMTQ4OCA0NC44ODMxIDY1LjE4MDEgMzUuODUxOCA2NS4xODAxIDI0LjcxMTFDNjUuMTgwMSAxMy41NzA0IDU2LjE0ODggNC41MzkwNiA0NS4wMDgxIDQuNTM5MDZDMzMuODY3NCA0LjUzOTA2IDI0LjgzNjEgMTMuNTcwNCAyNC44MzYxIDI0LjcxMTFDMjQuODM2MSAzNS44NTE4IDMzLjg2NzQgNDQuODgzMSA0NS4wMDgxIDQ0Ljg4MzFaTTMwLjM4NzIgNDUuOTQ0MkMzMC43OTI5IDQ1Ljg4NTEgMzEuMjAzIDQ1Ljk5MDYgMzEuNTQ5OSA0Ni4yMDkyQzM1LjE4MjQgNDguNDk4IDM5Ljg0MjcgNDkuODczMyA0NC45MjQ2IDQ5Ljg3MzNDNTAuMDM1NiA0OS44NzMzIDU0LjcyMDIgNDguNDgyMiA1OC4zNjE2IDQ2LjE2OTdDNTguNzAxIDQ1Ljk1NDIgNTkuMTAxOCA0NS44NDcgNTkuNTAwNiA0NS44OTgyQzY5LjI1MTIgNDcuMTUwMiA3Ni43ODYyIDU1LjQ4MTQgNzYuNzg2MiA2NS41NzI1VjczLjM4NjZDNzYuNzg2MiA4MC4wNTUyIDcxLjM4MDIgODUuNDYxMiA2NC43MTE1IDg1LjQ2MTJIMjUuNTEyMUMxOC44NDM1IDg1LjQ2MTIgMTMuNDM3NSA4MC4wNTUyIDEzLjQzNzUgNzMuMzg2NlY2NS41NzI1QzEzLjQzNzUgNTUuNTk3NiAyMC44IDQ3LjM0MjIgMzAuMzg3MiA0NS45NDQyWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00NS4wMDgxIDQ0Ljg4MzFDNTYuMTQ4OCA0NC44ODMxIDY1LjE4MDEgMzUuODUxOCA2NS4xODAxIDI0LjcxMTFDNjUuMTgwMSAxMy41NzA0IDU2LjE0ODggNC41MzkwNiA0NS4wMDgxIDQuNTM5MDZDMzMuODY3NCA0LjUzOTA2IDI0LjgzNjEgMTMuNTcwNCAyNC44MzYxIDI0LjcxMTFDMjQuODM2MSAzNS44NTE4IDMzLjg2NzQgNDQuODgzMSA0NS4wMDgxIDQ0Ljg4MzFaTTMwLjM4NzIgNDUuOTQ0MkMzMC43OTI5IDQ1Ljg4NTEgMzEuMjAzIDQ1Ljk5MDYgMzEuNTQ5OSA0Ni4yMDkyQzM1LjE4MjQgNDguNDk4IDM5Ljg0MjcgNDkuODczMyA0NC45MjQ2IDQ5Ljg3MzNDNTAuMDM1NiA0OS44NzMzIDU0LjcyMDIgNDguNDgyMiA1OC4zNjE2IDQ2LjE2OTdDNTguNzAxIDQ1Ljk1NDIgNTkuMTAxOCA0NS44NDcgNTkuNTAwNiA0NS44OTgyQzY5LjI1MTIgNDcuMTUwMiA3Ni43ODYyIDU1LjQ4MTQgNzYuNzg2MiA2NS41NzI1VjczLjM4NjZDNzYuNzg2MiA4MC4wNTUyIDcxLjM4MDIgODUuNDYxMiA2NC43MTE1IDg1LjQ2MTJIMjUuNTEyMUMxOC44NDM1IDg1LjQ2MTIgMTMuNDM3NSA4MC4wNTUyIDEzLjQzNzUgNzMuMzg2NlY2NS41NzI1QzEzLjQzNzUgNTUuNTk3NiAyMC44IDQ3LjM0MjIgMzAuMzg3MiA0NS45NDQyWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-operator", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "c6e44479-39aa-4463-bad0-71b894a3d903": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "1002", + zIndex: "1002", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-scheduler", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "10.5px", + width: "10.5px", + shape: "round-rectangle", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjM4NjcgMzYuMjIyMUgyNS4yNzQyVjQyLjE0NzVIMTYuMzg2N1Y1MS4wMzU3SDEwLjQ2MTdWNDIuMTQ3NUgxLjU3NDIyVjM2LjIyMjFIMTAuNDYxN1YyNy4zMzRIMTYuMzg2N1YzNi4yMjIxWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00OS43MTA3IDQ0Ljg4NzFDNjAuMzk4MiA0NC44ODcxIDY5LjA2MjIgMzYuMjIzMiA2OS4wNjIyIDI1LjUzNThDNjkuMDYyMiAxNC44NDg0IDYwLjM5ODIgNi4xODQ1NyA0OS43MTA3IDYuMTg0NTdDMzkuMDIzMSA2LjE4NDU3IDMwLjM1OTEgMTQuODQ4NCAzMC4zNTkxIDI1LjUzNThDMzAuMzU5MSAzNi4yMjMyIDM5LjAyMzEgNDQuODg3MSA0OS43MTA3IDQ0Ljg4NzFaTTM1LjY4MzMgNDUuOTA1OUMzNi4wNzI2IDQ1Ljg0OTEgMzYuNDY2IDQ1Ljk1MDQgMzYuNzk4OCA0Ni4xNjAxQzQwLjI4MzcgNDguMzU2MSA0NC43NTQ3IDQ5LjY3NTYgNDkuNjMwMyA0OS42NzU2QzU0LjUzMzggNDkuNjc1NiA1OS4wMjgxIDQ4LjM0MDkgNjIuNTIxNSA0Ni4xMjIzQzYyLjg0NzIgNDUuOTE1NCA2My4yMzE3IDQ1LjgxMjYgNjMuNjE0MyA0NS44NjE3QzcyLjk2NzggNDcuMDYzMSA4MC4xOTU5IDU1LjA1NTMgODAuMTk1OSA2NC43MzU2VjcyLjIzMTRDODAuMTk1OSA3OC42Mjg4IDc1LjAwOTggODMuODE0OSA2OC42MTI0IDgzLjgxNDlIMzEuMDA3MkMyNC42MDk5IDgzLjgxNDkgMTkuNDIzOCA3OC42Mjg4IDE5LjQyMzggNzIuMjMxNVY2NC43MzU2QzE5LjQyMzggNTUuMTY2NyAyNi40ODY1IDQ3LjI0NzMgMzUuNjgzMyA0NS45MDU5WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04MC43MzQ4IDgyLjM2NTdDODIuNDE5MyA4MC4yMjMzIDgzLjQyNDEgNzcuNTIxMSA4My40MjQxIDc0LjU4NDNWNjMuODg0NEM4My40MjQxIDU1LjgyOTggNzguODIzNyA0OC44NDk3IDcyLjEwNzIgNDUuNDI4MkM4MS40Mzg1IDQ2Ljk2ODQgODguNTE1OSA1NC41MjgzIDg4LjQyMzEgNjMuNDUwNFY3MS44ODI3Qzg4LjQyMzEgNzYuNjM4IDg1LjI0OTYgODAuNjkzMSA4MC43MzQ4IDgyLjM2NTdaTTcyLjMxODIgMjUuNTM1NEM3Mi4zMTgyIDMwLjQ0OSA3MC44MzIzIDM1LjAxNTUgNjguMjg1NCAzOC44MTAyQzc0LjkyMjUgMzYuNTg1NCA3OS43MDQ3IDMwLjMxNjMgNzkuNzA0NyAyMi45MzAxQzc5LjcwNDcgMTMuNjgyMyA3Mi4yMDggNi4xODU1NSA2Mi45NjAyIDYuMTg1NTVDNjIuNzgxNCA2LjE4NTU1IDYyLjYwMzMgNi4xODgzNSA2Mi40MjU4IDYuMTkzOTFDNjguNDE4NyAxMC41MjYyIDcyLjMxODIgMTcuNTc1NCA3Mi4zMTgyIDI1LjUzNTRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjM4NjcgMzYuMjIyMUgyNS4yNzQyVjQyLjE0NzVIMTYuMzg2N1Y1MS4wMzU3SDEwLjQ2MTdWNDIuMTQ3NUgxLjU3NDIyVjM2LjIyMjFIMTAuNDYxN1YyNy4zMzRIMTYuMzg2N1YzNi4yMjIxWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00OS43MTA3IDQ0Ljg4NzFDNjAuMzk4MiA0NC44ODcxIDY5LjA2MjIgMzYuMjIzMiA2OS4wNjIyIDI1LjUzNThDNjkuMDYyMiAxNC44NDg0IDYwLjM5ODIgNi4xODQ1NyA0OS43MTA3IDYuMTg0NTdDMzkuMDIzMSA2LjE4NDU3IDMwLjM1OTEgMTQuODQ4NCAzMC4zNTkxIDI1LjUzNThDMzAuMzU5MSAzNi4yMjMyIDM5LjAyMzEgNDQuODg3MSA0OS43MTA3IDQ0Ljg4NzFaTTM1LjY4MzMgNDUuOTA1OUMzNi4wNzI2IDQ1Ljg0OTEgMzYuNDY2IDQ1Ljk1MDQgMzYuNzk4OCA0Ni4xNjAxQzQwLjI4MzcgNDguMzU2MSA0NC43NTQ3IDQ5LjY3NTYgNDkuNjMwMyA0OS42NzU2QzU0LjUzMzggNDkuNjc1NiA1OS4wMjgxIDQ4LjM0MDkgNjIuNTIxNSA0Ni4xMjIzQzYyLjg0NzIgNDUuOTE1NCA2My4yMzE3IDQ1LjgxMjYgNjMuNjE0MyA0NS44NjE3QzcyLjk2NzggNDcuMDYzMSA4MC4xOTU5IDU1LjA1NTMgODAuMTk1OSA2NC43MzU2VjcyLjIzMTRDODAuMTk1OSA3OC42Mjg4IDc1LjAwOTggODMuODE0OSA2OC42MTI0IDgzLjgxNDlIMzEuMDA3MkMyNC42MDk5IDgzLjgxNDkgMTkuNDIzOCA3OC42Mjg4IDE5LjQyMzggNzIuMjMxNVY2NC43MzU2QzE5LjQyMzggNTUuMTY2NyAyNi40ODY1IDQ3LjI0NzMgMzUuNjgzMyA0NS45MDU5WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04MC43MzQ4IDgyLjM2NTdDODIuNDE5MyA4MC4yMjMzIDgzLjQyNDEgNzcuNTIxMSA4My40MjQxIDc0LjU4NDNWNjMuODg0NEM4My40MjQxIDU1LjgyOTggNzguODIzNyA0OC44NDk3IDcyLjEwNzIgNDUuNDI4MkM4MS40Mzg1IDQ2Ljk2ODQgODguNTE1OSA1NC41MjgzIDg4LjQyMzEgNjMuNDUwNFY3MS44ODI3Qzg4LjQyMzEgNzYuNjM4IDg1LjI0OTYgODAuNjkzMSA4MC43MzQ4IDgyLjM2NTdaTTcyLjMxODIgMjUuNTM1NEM3Mi4zMTgyIDMwLjQ0OSA3MC44MzIzIDM1LjAxNTUgNjguMjg1NCAzOC44MTAyQzc0LjkyMjUgMzYuNTg1NCA3OS43MDQ3IDMwLjMxNjMgNzkuNzA0NyAyMi45MzAxQzc5LjcwNDcgMTMuNjgyMyA3Mi4yMDggNi4xODU1NSA2Mi45NjAyIDYuMTg1NTVDNjIuNzgxNCA2LjE4NTU1IDYyLjYwMzMgNi4xODgzNSA2Mi40MjU4IDYuMTkzOTFDNjguNDE4NyAxMC41MjYyIDcyLjMxODIgMTcuNTc1NCA3Mi4zMTgyIDI1LjUzNTRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-scheduler", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "f6840034-c6a6-49a5-9ae0-edcf7f123184": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "6", + zIndex: "6", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-secret-reader", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "25px", + width: "25px", + shape: "round-rectangle", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05LjUgOTBDOS41IDgwLjkwNjkgMTMuMjQwMiA3Mi4xODYxIDE5Ljg5NzcgNjUuNzU2M0MyNi41NTUzIDU5LjMyNjUgMzUuNTg0OCA1NS43MTQzIDQ1IDU1LjcxNDNDNTQuNDE1MiA1NS43MTQzIDYzLjQ0NDggNTkuMzI2NSA3MC4xMDIzIDY1Ljc1NjNDNzYuNzU5OCA3Mi4xODYxIDgwLjUgODAuOTA2OSA4MC41IDkwSDkuNVpNNDUgNTEuNDI4NkMzMC4yODk3IDUxLjQyODYgMTguMzc1IDM5LjkyMTQgMTguMzc1IDI1LjcxNDNDMTguMzc1IDExLjUwNzEgMzAuMjg5NyAwIDQ1IDBDNTkuNzEwMyAwIDcxLjYyNSAxMS41MDcxIDcxLjYyNSAyNS43MTQzQzcxLjYyNSAzOS45MjE0IDU5LjcxMDMgNTEuNDI4NiA0NSA1MS40Mjg2Wk01MC4yNjY3IDY1LjMwOTNDNTEuMjI5OSA2NC40NTEyIDUyLjY4MTEgNjQuNDcxNyA1My42MjAyIDY1LjM1NjZMNTMuNzY2OSA2NS40OTQ4QzU0LjgzMjMgNjYuNDk4NiA1NC44MjI0IDY4LjIwNjcgNTMuNzQ1NSA2OS4xOTc5TDQ3LjQ0NjMgNzQuOTk2MkM0Ni40NjA5IDc1LjkwMzEgNDQuOTQzNCA3NS44Njc4IDQ0LjAwMDYgNzQuOTE2TDQzLjc2MDcgNzQuNjczOEM0My42ODAzIDc0LjU5MjYgNDMuNjA2NSA3NC41MDczIDQzLjUzOTQgNzQuNDE4Nkg0MS42NDkzQzQxLjg1MTcgNzQuOTQzNCA0Mi4xNjMgNzUuNDM2IDQyLjU4NDQgNzUuODYxM0w0Mi44MjQzIDc2LjEwMzVDNDQuMzk1NyA3Ny42ODk5IDQ2LjkyNDkgNzcuNzQ4OCA0OC41NjcxIDc2LjIzNzJMNTQuODY2MyA3MC40Mzg5QzU2LjY2MTIgNjguNzg2OCA1Ni42Nzc2IDY1Ljk0MDEgNTQuOTAxOSA2NC4yNjdMNTQuNzU1MyA2NC4xMjg4QzUzLjE5MDEgNjIuNjU0IDUwLjc3MTUgNjIuNjE5OSA0OS4xNjYgNjQuMDVMNDIuNzczNiA2OS43NDQyQzQyLjY2MzIgNjkuODQyNSA0Mi41NTkzIDY5Ljk0NTMgNDIuNDYxOSA3MC4wNTIxSDQ0Ljk0MjNMNTAuMjY2NyA2NS4zMDkzWk0zNS4zMzMxIDgzLjAzOEMzNi4yNzIzIDgzLjkyMjkgMzcuNzIzNCA4My45NDM0IDM4LjY4NjcgODMuMDg1NEw0NC4wMTEgNzguMzQyNUg0Ni40OTE0QzQ2LjM5NCA3OC40NDkzIDQ2LjI5MDEgNzguNTUyMSA0Ni4xNzk4IDc4LjY1MDRMMzkuNzg3MyA4NC4zNDQ3QzM4LjE4MTkgODUuNzc0NyAzNS43NjMzIDg1Ljc0MDYgMzQuMTk4MSA4NC4yNjU4TDM0LjA1MTQgODQuMTI3NkMzMi4yNzU4IDgyLjQ1NDUgMzIuMjkyMiA3OS42MDc4IDM0LjA4NyA3Ny45NTU3TDQwLjM4NjMgNzIuMTU3NEM0Mi4wMjg1IDcwLjY0NTggNDQuNTU3NyA3MC43MDQ3IDQ2LjEyOTEgNzIuMjkxMUw0Ni4zNjkgNzIuNTMzM0M0Ni43OTAzIDcyLjk1ODcgNDcuMTAxNyA3My40NTEzIDQ3LjMwNDEgNzMuOTc2SDQ1LjQxMzlDNDUuMzQ2OSA3My44ODczIDQ1LjI3MzEgNzMuODAyIDQ1LjE5MjcgNzMuNzIwOEw0NC45NTI4IDczLjQ3ODdDNDQuMDA5OSA3Mi41MjY4IDQyLjQ5MjQgNzIuNDkxNSA0MS41MDcxIDczLjM5ODRMMzUuMjA3OSA3OS4xOTY3QzM0LjEzMSA4MC4xODggMzQuMTIxMSA4MS44OTYgMzUuMTg2NSA4Mi44OTk5TDM1LjMzMzEgODMuMDM4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05LjUgOTBDOS41IDgwLjkwNjkgMTMuMjQwMiA3Mi4xODYxIDE5Ljg5NzcgNjUuNzU2M0MyNi41NTUzIDU5LjMyNjUgMzUuNTg0OCA1NS43MTQzIDQ1IDU1LjcxNDNDNTQuNDE1MiA1NS43MTQzIDYzLjQ0NDggNTkuMzI2NSA3MC4xMDIzIDY1Ljc1NjNDNzYuNzU5OCA3Mi4xODYxIDgwLjUgODAuOTA2OSA4MC41IDkwSDkuNVpNNDUgNTEuNDI4NkMzMC4yODk3IDUxLjQyODYgMTguMzc1IDM5LjkyMTQgMTguMzc1IDI1LjcxNDNDMTguMzc1IDExLjUwNzEgMzAuMjg5NyAwIDQ1IDBDNTkuNzEwMyAwIDcxLjYyNSAxMS41MDcxIDcxLjYyNSAyNS43MTQzQzcxLjYyNSAzOS45MjE0IDU5LjcxMDMgNTEuNDI4NiA0NSA1MS40Mjg2Wk01MC4yNjY3IDY1LjMwOTNDNTEuMjI5OSA2NC40NTEyIDUyLjY4MTEgNjQuNDcxNyA1My42MjAyIDY1LjM1NjZMNTMuNzY2OSA2NS40OTQ4QzU0LjgzMjMgNjYuNDk4NiA1NC44MjI0IDY4LjIwNjcgNTMuNzQ1NSA2OS4xOTc5TDQ3LjQ0NjMgNzQuOTk2MkM0Ni40NjA5IDc1LjkwMzEgNDQuOTQzNCA3NS44Njc4IDQ0LjAwMDYgNzQuOTE2TDQzLjc2MDcgNzQuNjczOEM0My42ODAzIDc0LjU5MjYgNDMuNjA2NSA3NC41MDczIDQzLjUzOTQgNzQuNDE4Nkg0MS42NDkzQzQxLjg1MTcgNzQuOTQzNCA0Mi4xNjMgNzUuNDM2IDQyLjU4NDQgNzUuODYxM0w0Mi44MjQzIDc2LjEwMzVDNDQuMzk1NyA3Ny42ODk5IDQ2LjkyNDkgNzcuNzQ4OCA0OC41NjcxIDc2LjIzNzJMNTQuODY2MyA3MC40Mzg5QzU2LjY2MTIgNjguNzg2OCA1Ni42Nzc2IDY1Ljk0MDEgNTQuOTAxOSA2NC4yNjdMNTQuNzU1MyA2NC4xMjg4QzUzLjE5MDEgNjIuNjU0IDUwLjc3MTUgNjIuNjE5OSA0OS4xNjYgNjQuMDVMNDIuNzczNiA2OS43NDQyQzQyLjY2MzIgNjkuODQyNSA0Mi41NTkzIDY5Ljk0NTMgNDIuNDYxOSA3MC4wNTIxSDQ0Ljk0MjNMNTAuMjY2NyA2NS4zMDkzWk0zNS4zMzMxIDgzLjAzOEMzNi4yNzIzIDgzLjkyMjkgMzcuNzIzNCA4My45NDM0IDM4LjY4NjcgODMuMDg1NEw0NC4wMTEgNzguMzQyNUg0Ni40OTE0QzQ2LjM5NCA3OC40NDkzIDQ2LjI5MDEgNzguNTUyMSA0Ni4xNzk4IDc4LjY1MDRMMzkuNzg3MyA4NC4zNDQ3QzM4LjE4MTkgODUuNzc0NyAzNS43NjMzIDg1Ljc0MDYgMzQuMTk4MSA4NC4yNjU4TDM0LjA1MTQgODQuMTI3NkMzMi4yNzU4IDgyLjQ1NDUgMzIuMjkyMiA3OS42MDc4IDM0LjA4NyA3Ny45NTU3TDQwLjM4NjMgNzIuMTU3NEM0Mi4wMjg1IDcwLjY0NTggNDQuNTU3NyA3MC43MDQ3IDQ2LjEyOTEgNzIuMjkxMUw0Ni4zNjkgNzIuNTMzM0M0Ni43OTAzIDcyLjk1ODcgNDcuMTAxNyA3My40NTEzIDQ3LjMwNDEgNzMuOTc2SDQ1LjQxMzlDNDUuMzQ2OSA3My44ODczIDQ1LjI3MzEgNzMuODAyIDQ1LjE5MjcgNzMuNzIwOEw0NC45NTI4IDczLjQ3ODdDNDQuMDA5OSA3Mi41MjY4IDQyLjQ5MjQgNzIuNDkxNSA0MS41MDcxIDczLjM5ODRMMzUuMjA3OSA3OS4xOTY3QzM0LjEzMSA4MC4xODggMzQuMTIxMSA4MS44OTYgMzUuMTg2NSA4Mi44OTk5TDM1LjMzMzEgODMuMDM4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-secret-reader", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "4f2e583f-21c7-4c41-80e9-8029395028fe": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "1003", + zIndex: "1003", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-sentry", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "10.5px", + width: "10.5px", + shape: "round-rectangle", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05LjUgOTBDOS41IDgwLjkwNjkgMTMuMjQwMiA3Mi4xODYxIDE5Ljg5NzcgNjUuNzU2M0MyNi41NTUzIDU5LjMyNjUgMzUuNTg0OCA1NS43MTQzIDQ1IDU1LjcxNDNDNTQuNDE1MiA1NS43MTQzIDYzLjQ0NDggNTkuMzI2NSA3MC4xMDIzIDY1Ljc1NjNDNzYuNzU5OCA3Mi4xODYxIDgwLjUgODAuOTA2OSA4MC41IDkwSDkuNVpNNDUgNTEuNDI4NkMzMC4yODk3IDUxLjQyODYgMTguMzc1IDM5LjkyMTQgMTguMzc1IDI1LjcxNDNDMTguMzc1IDExLjUwNzEgMzAuMjg5NyAwIDQ1IDBDNTkuNzEwMyAwIDcxLjYyNSAxMS41MDcxIDcxLjYyNSAyNS43MTQzQzcxLjYyNSAzOS45MjE0IDU5LjcxMDMgNTEuNDI4NiA0NSA1MS40Mjg2Wk01MC4yNjY3IDY1LjMwOTNDNTEuMjI5OSA2NC40NTEyIDUyLjY4MTEgNjQuNDcxNyA1My42MjAyIDY1LjM1NjZMNTMuNzY2OSA2NS40OTQ4QzU0LjgzMjMgNjYuNDk4NiA1NC44MjI0IDY4LjIwNjcgNTMuNzQ1NSA2OS4xOTc5TDQ3LjQ0NjMgNzQuOTk2MkM0Ni40NjA5IDc1LjkwMzEgNDQuOTQzNCA3NS44Njc4IDQ0LjAwMDYgNzQuOTE2TDQzLjc2MDcgNzQuNjczOEM0My42ODAzIDc0LjU5MjYgNDMuNjA2NSA3NC41MDczIDQzLjUzOTQgNzQuNDE4Nkg0MS42NDkzQzQxLjg1MTcgNzQuOTQzNCA0Mi4xNjMgNzUuNDM2IDQyLjU4NDQgNzUuODYxM0w0Mi44MjQzIDc2LjEwMzVDNDQuMzk1NyA3Ny42ODk5IDQ2LjkyNDkgNzcuNzQ4OCA0OC41NjcxIDc2LjIzNzJMNTQuODY2MyA3MC40Mzg5QzU2LjY2MTIgNjguNzg2OCA1Ni42Nzc2IDY1Ljk0MDEgNTQuOTAxOSA2NC4yNjdMNTQuNzU1MyA2NC4xMjg4QzUzLjE5MDEgNjIuNjU0IDUwLjc3MTUgNjIuNjE5OSA0OS4xNjYgNjQuMDVMNDIuNzczNiA2OS43NDQyQzQyLjY2MzIgNjkuODQyNSA0Mi41NTkzIDY5Ljk0NTMgNDIuNDYxOSA3MC4wNTIxSDQ0Ljk0MjNMNTAuMjY2NyA2NS4zMDkzWk0zNS4zMzMxIDgzLjAzOEMzNi4yNzIzIDgzLjkyMjkgMzcuNzIzNCA4My45NDM0IDM4LjY4NjcgODMuMDg1NEw0NC4wMTEgNzguMzQyNUg0Ni40OTE0QzQ2LjM5NCA3OC40NDkzIDQ2LjI5MDEgNzguNTUyMSA0Ni4xNzk4IDc4LjY1MDRMMzkuNzg3MyA4NC4zNDQ3QzM4LjE4MTkgODUuNzc0NyAzNS43NjMzIDg1Ljc0MDYgMzQuMTk4MSA4NC4yNjU4TDM0LjA1MTQgODQuMTI3NkMzMi4yNzU4IDgyLjQ1NDUgMzIuMjkyMiA3OS42MDc4IDM0LjA4NyA3Ny45NTU3TDQwLjM4NjMgNzIuMTU3NEM0Mi4wMjg1IDcwLjY0NTggNDQuNTU3NyA3MC43MDQ3IDQ2LjEyOTEgNzIuMjkxMUw0Ni4zNjkgNzIuNTMzM0M0Ni43OTAzIDcyLjk1ODcgNDcuMTAxNyA3My40NTEzIDQ3LjMwNDEgNzMuOTc2SDQ1LjQxMzlDNDUuMzQ2OSA3My44ODczIDQ1LjI3MzEgNzMuODAyIDQ1LjE5MjcgNzMuNzIwOEw0NC45NTI4IDczLjQ3ODdDNDQuMDA5OSA3Mi41MjY4IDQyLjQ5MjQgNzIuNDkxNSA0MS41MDcxIDczLjM5ODRMMzUuMjA3OSA3OS4xOTY3QzM0LjEzMSA4MC4xODggMzQuMTIxMSA4MS44OTYgMzUuMTg2NSA4Mi44OTk5TDM1LjMzMzEgODMuMDM4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05LjUgOTBDOS41IDgwLjkwNjkgMTMuMjQwMiA3Mi4xODYxIDE5Ljg5NzcgNjUuNzU2M0MyNi41NTUzIDU5LjMyNjUgMzUuNTg0OCA1NS43MTQzIDQ1IDU1LjcxNDNDNTQuNDE1MiA1NS43MTQzIDYzLjQ0NDggNTkuMzI2NSA3MC4xMDIzIDY1Ljc1NjNDNzYuNzU5OCA3Mi4xODYxIDgwLjUgODAuOTA2OSA4MC41IDkwSDkuNVpNNDUgNTEuNDI4NkMzMC4yODk3IDUxLjQyODYgMTguMzc1IDM5LjkyMTQgMTguMzc1IDI1LjcxNDNDMTguMzc1IDExLjUwNzEgMzAuMjg5NyAwIDQ1IDBDNTkuNzEwMyAwIDcxLjYyNSAxMS41MDcxIDcxLjYyNSAyNS43MTQzQzcxLjYyNSAzOS45MjE0IDU5LjcxMDMgNTEuNDI4NiA0NSA1MS40Mjg2Wk01MC4yNjY3IDY1LjMwOTNDNTEuMjI5OSA2NC40NTEyIDUyLjY4MTEgNjQuNDcxNyA1My42MjAyIDY1LjM1NjZMNTMuNzY2OSA2NS40OTQ4QzU0LjgzMjMgNjYuNDk4NiA1NC44MjI0IDY4LjIwNjcgNTMuNzQ1NSA2OS4xOTc5TDQ3LjQ0NjMgNzQuOTk2MkM0Ni40NjA5IDc1LjkwMzEgNDQuOTQzNCA3NS44Njc4IDQ0LjAwMDYgNzQuOTE2TDQzLjc2MDcgNzQuNjczOEM0My42ODAzIDc0LjU5MjYgNDMuNjA2NSA3NC41MDczIDQzLjUzOTQgNzQuNDE4Nkg0MS42NDkzQzQxLjg1MTcgNzQuOTQzNCA0Mi4xNjMgNzUuNDM2IDQyLjU4NDQgNzUuODYxM0w0Mi44MjQzIDc2LjEwMzVDNDQuMzk1NyA3Ny42ODk5IDQ2LjkyNDkgNzcuNzQ4OCA0OC41NjcxIDc2LjIzNzJMNTQuODY2MyA3MC40Mzg5QzU2LjY2MTIgNjguNzg2OCA1Ni42Nzc2IDY1Ljk0MDEgNTQuOTAxOSA2NC4yNjdMNTQuNzU1MyA2NC4xMjg4QzUzLjE5MDEgNjIuNjU0IDUwLjc3MTUgNjIuNjE5OSA0OS4xNjYgNjQuMDVMNDIuNzczNiA2OS43NDQyQzQyLjY2MzIgNjkuODQyNSA0Mi41NTkzIDY5Ljk0NTMgNDIuNDYxOSA3MC4wNTIxSDQ0Ljk0MjNMNTAuMjY2NyA2NS4zMDkzWk0zNS4zMzMxIDgzLjAzOEMzNi4yNzIzIDgzLjkyMjkgMzcuNzIzNCA4My45NDM0IDM4LjY4NjcgODMuMDg1NEw0NC4wMTEgNzguMzQyNUg0Ni40OTE0QzQ2LjM5NCA3OC40NDkzIDQ2LjI5MDEgNzguNTUyMSA0Ni4xNzk4IDc4LjY1MDRMMzkuNzg3MyA4NC4zNDQ3QzM4LjE4MTkgODUuNzc0NyAzNS43NjMzIDg1Ljc0MDYgMzQuMTk4MSA4NC4yNjU4TDM0LjA1MTQgODQuMTI3NkMzMi4yNzU4IDgyLjQ1NDUgMzIuMjkyMiA3OS42MDc4IDM0LjA4NyA3Ny45NTU3TDQwLjM4NjMgNzIuMTU3NEM0Mi4wMjg1IDcwLjY0NTggNDQuNTU3NyA3MC43MDQ3IDQ2LjEyOTEgNzIuMjkxMUw0Ni4zNjkgNzIuNTMzM0M0Ni43OTAzIDcyLjk1ODcgNDcuMTAxNyA3My40NTEzIDQ3LjMwNDEgNzMuOTc2SDQ1LjQxMzlDNDUuMzQ2OSA3My44ODczIDQ1LjI3MzEgNzMuODAyIDQ1LjE5MjcgNzMuNzIwOEw0NC45NTI4IDczLjQ3ODdDNDQuMDA5OSA3Mi41MjY4IDQyLjQ5MjQgNzIuNDkxNSA0MS41MDcxIDczLjM5ODRMMzUuMjA3OSA3OS4xOTY3QzM0LjEzMSA4MC4xODggMzQuMTIxMSA4MS44OTYgMzUuMTg2NSA4Mi44OTk5TDM1LjMzMzEgODMuMDM4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-sentry", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "4a33347b-9159-4462-a7a4-01bbe652aa8d": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "19", + zIndex: "19", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "daprsystem", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "20px", + width: "20px", + shape: "ellipse", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(13,33,146)", + backgroundColor: "rgb(13,33,146)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(15,39,175)", + borderColor: "rgb(15,39,175)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0ODAgMjU1LjYwODc5IiB3aWR0aD0nNDgwJyBoZWlnaHQ9JzI1NS42MDg3OSc+PGRlZnM+PHN0eWxlPi5jbHMtMSwuY2xzLTJ7ZmlsbDojZmZmO30uY2xzLTJ7aXNvbGF0aW9uOmlzb2xhdGU7b3BhY2l0eTowLjA4O308L3N0eWxlPjwvZGVmcz48cmVjdCBpZD0iUmVjdGFuZ2xlLTQiIGNsYXNzPSJjbHMtMSIgeD0iOTkuNzgwNDIiIHk9IjExLjE4OTM4IiB3aWR0aD0iMjgyLjE1MTY4IiBoZWlnaHQ9IjE5OC41NzI3NCIgcng9IjUuNDkzNDciLz48cmVjdCBpZD0iUmVjdGFuZ2xlLTQtMiIgZGF0YS1uYW1lPSJSZWN0YW5nbGUtNCIgY2xhc3M9ImNscy0yIiB4PSI5OS43ODA0MiIgeT0iMTEuMTg5MzgiIHdpZHRoPSIxMDQuMzY5MzYiIGhlaWdodD0iMTk4LjU3Mjc0Ii8+PHJlY3QgaWQ9IlJlY3RhbmdsZS0zIiBjbGFzcz0iY2xzLTEiIHg9IjEwLjY3OTg3IiB5PSIxOTYuOTUwOTMiIHdpZHRoPSI0NTYuNjQwMjciIGhlaWdodD0iNDcuNjU5NTIiIHJ4PSIxMC4yMTgyNyIvPjxyZWN0IGlkPSJSZWN0YW5nbGUtNC0zIiBkYXRhLW5hbWU9IlJlY3RhbmdsZS00IiBjbGFzcz0iY2xzLTIiIHg9IjEwLjY3OTg3IiB5PSIxOTYuOTUwOTMiIHdpZHRoPSIxNDEuMjg1MjEiIGhlaWdodD0iNTguNjU3ODYiLz48L3N2Zz4=)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0ODAgMjU1LjYwODc5IiB3aWR0aD0nNDgwJyBoZWlnaHQ9JzI1NS42MDg3OSc+PGRlZnM+PHN0eWxlPi5jbHMtMSwuY2xzLTJ7ZmlsbDojZmZmO30uY2xzLTJ7aXNvbGF0aW9uOmlzb2xhdGU7b3BhY2l0eTowLjA4O308L3N0eWxlPjwvZGVmcz48cmVjdCBpZD0iUmVjdGFuZ2xlLTQiIGNsYXNzPSJjbHMtMSIgeD0iOTkuNzgwNDIiIHk9IjExLjE4OTM4IiB3aWR0aD0iMjgyLjE1MTY4IiBoZWlnaHQ9IjE5OC41NzI3NCIgcng9IjUuNDkzNDciLz48cmVjdCBpZD0iUmVjdGFuZ2xlLTQtMiIgZGF0YS1uYW1lPSJSZWN0YW5nbGUtNCIgY2xhc3M9ImNscy0yIiB4PSI5OS43ODA0MiIgeT0iMTEuMTg5MzgiIHdpZHRoPSIxMDQuMzY5MzYiIGhlaWdodD0iMTk4LjU3Mjc0Ii8+PHJlY3QgaWQ9IlJlY3RhbmdsZS0zIiBjbGFzcz0iY2xzLTEiIHg9IjEwLjY3OTg3IiB5PSIxOTYuOTUwOTMiIHdpZHRoPSI0NTYuNjQwMjciIGhlaWdodD0iNDcuNjU5NTIiIHJ4PSIxMC4yMTgyNyIvPjxyZWN0IGlkPSJSZWN0YW5nbGUtNC0zIiBkYXRhLW5hbWU9IlJlY3RhbmdsZS00IiBjbGFzcz0iY2xzLTIiIHg9IjEwLjY3OTg3IiB5PSIxOTYuOTUwOTMiIHdpZHRoPSIxNDEuMjg1MjEiIGhlaWdodD0iNTguNjU3ODYiLz48L3N2Zz4=)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "daprsystem", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "b9e4ec94-82be-46e2-9360-0333e86dc44a": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "1004", + zIndex: "1004", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-injector", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "10.5px", + width: "10.5px", + shape: "round-rectangle", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjM4NjcgMzYuMjIyMUgyNS4yNzQyVjQyLjE0NzVIMTYuMzg2N1Y1MS4wMzU3SDEwLjQ2MTdWNDIuMTQ3NUgxLjU3NDIyVjM2LjIyMjFIMTAuNDYxN1YyNy4zMzRIMTYuMzg2N1YzNi4yMjIxWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00OS43MTA3IDQ0Ljg4NzFDNjAuMzk4MiA0NC44ODcxIDY5LjA2MjIgMzYuMjIzMiA2OS4wNjIyIDI1LjUzNThDNjkuMDYyMiAxNC44NDg0IDYwLjM5ODIgNi4xODQ1NyA0OS43MTA3IDYuMTg0NTdDMzkuMDIzMSA2LjE4NDU3IDMwLjM1OTEgMTQuODQ4NCAzMC4zNTkxIDI1LjUzNThDMzAuMzU5MSAzNi4yMjMyIDM5LjAyMzEgNDQuODg3MSA0OS43MTA3IDQ0Ljg4NzFaTTM1LjY4MzMgNDUuOTA1OUMzNi4wNzI2IDQ1Ljg0OTEgMzYuNDY2IDQ1Ljk1MDQgMzYuNzk4OCA0Ni4xNjAxQzQwLjI4MzcgNDguMzU2MSA0NC43NTQ3IDQ5LjY3NTYgNDkuNjMwMyA0OS42NzU2QzU0LjUzMzggNDkuNjc1NiA1OS4wMjgxIDQ4LjM0MDkgNjIuNTIxNSA0Ni4xMjIzQzYyLjg0NzIgNDUuOTE1NCA2My4yMzE3IDQ1LjgxMjYgNjMuNjE0MyA0NS44NjE3QzcyLjk2NzggNDcuMDYzMSA4MC4xOTU5IDU1LjA1NTMgODAuMTk1OSA2NC43MzU2VjcyLjIzMTRDODAuMTk1OSA3OC42Mjg4IDc1LjAwOTggODMuODE0OSA2OC42MTI0IDgzLjgxNDlIMzEuMDA3MkMyNC42MDk5IDgzLjgxNDkgMTkuNDIzOCA3OC42Mjg4IDE5LjQyMzggNzIuMjMxNVY2NC43MzU2QzE5LjQyMzggNTUuMTY2NyAyNi40ODY1IDQ3LjI0NzMgMzUuNjgzMyA0NS45MDU5WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04MC43MzQ4IDgyLjM2NTdDODIuNDE5MyA4MC4yMjMzIDgzLjQyNDEgNzcuNTIxMSA4My40MjQxIDc0LjU4NDNWNjMuODg0NEM4My40MjQxIDU1LjgyOTggNzguODIzNyA0OC44NDk3IDcyLjEwNzIgNDUuNDI4MkM4MS40Mzg1IDQ2Ljk2ODQgODguNTE1OSA1NC41MjgzIDg4LjQyMzEgNjMuNDUwNFY3MS44ODI3Qzg4LjQyMzEgNzYuNjM4IDg1LjI0OTYgODAuNjkzMSA4MC43MzQ4IDgyLjM2NTdaTTcyLjMxODIgMjUuNTM1NEM3Mi4zMTgyIDMwLjQ0OSA3MC44MzIzIDM1LjAxNTUgNjguMjg1NCAzOC44MTAyQzc0LjkyMjUgMzYuNTg1NCA3OS43MDQ3IDMwLjMxNjMgNzkuNzA0NyAyMi45MzAxQzc5LjcwNDcgMTMuNjgyMyA3Mi4yMDggNi4xODU1NSA2Mi45NjAyIDYuMTg1NTVDNjIuNzgxNCA2LjE4NTU1IDYyLjYwMzMgNi4xODgzNSA2Mi40MjU4IDYuMTkzOTFDNjguNDE4NyAxMC41MjYyIDcyLjMxODIgMTcuNTc1NCA3Mi4zMTgyIDI1LjUzNTRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjM4NjcgMzYuMjIyMUgyNS4yNzQyVjQyLjE0NzVIMTYuMzg2N1Y1MS4wMzU3SDEwLjQ2MTdWNDIuMTQ3NUgxLjU3NDIyVjM2LjIyMjFIMTAuNDYxN1YyNy4zMzRIMTYuMzg2N1YzNi4yMjIxWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00OS43MTA3IDQ0Ljg4NzFDNjAuMzk4MiA0NC44ODcxIDY5LjA2MjIgMzYuMjIzMiA2OS4wNjIyIDI1LjUzNThDNjkuMDYyMiAxNC44NDg0IDYwLjM5ODIgNi4xODQ1NyA0OS43MTA3IDYuMTg0NTdDMzkuMDIzMSA2LjE4NDU3IDMwLjM1OTEgMTQuODQ4NCAzMC4zNTkxIDI1LjUzNThDMzAuMzU5MSAzNi4yMjMyIDM5LjAyMzEgNDQuODg3MSA0OS43MTA3IDQ0Ljg4NzFaTTM1LjY4MzMgNDUuOTA1OUMzNi4wNzI2IDQ1Ljg0OTEgMzYuNDY2IDQ1Ljk1MDQgMzYuNzk4OCA0Ni4xNjAxQzQwLjI4MzcgNDguMzU2MSA0NC43NTQ3IDQ5LjY3NTYgNDkuNjMwMyA0OS42NzU2QzU0LjUzMzggNDkuNjc1NiA1OS4wMjgxIDQ4LjM0MDkgNjIuNTIxNSA0Ni4xMjIzQzYyLjg0NzIgNDUuOTE1NCA2My4yMzE3IDQ1LjgxMjYgNjMuNjE0MyA0NS44NjE3QzcyLjk2NzggNDcuMDYzMSA4MC4xOTU5IDU1LjA1NTMgODAuMTk1OSA2NC43MzU2VjcyLjIzMTRDODAuMTk1OSA3OC42Mjg4IDc1LjAwOTggODMuODE0OSA2OC42MTI0IDgzLjgxNDlIMzEuMDA3MkMyNC42MDk5IDgzLjgxNDkgMTkuNDIzOCA3OC42Mjg4IDE5LjQyMzggNzIuMjMxNVY2NC43MzU2QzE5LjQyMzggNTUuMTY2NyAyNi40ODY1IDQ3LjI0NzMgMzUuNjgzMyA0NS45MDU5WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04MC43MzQ4IDgyLjM2NTdDODIuNDE5MyA4MC4yMjMzIDgzLjQyNDEgNzcuNTIxMSA4My40MjQxIDc0LjU4NDNWNjMuODg0NEM4My40MjQxIDU1LjgyOTggNzguODIzNyA0OC44NDk3IDcyLjEwNzIgNDUuNDI4MkM4MS40Mzg1IDQ2Ljk2ODQgODguNTE1OSA1NC41MjgzIDg4LjQyMzEgNjMuNDUwNFY3MS44ODI3Qzg4LjQyMzEgNzYuNjM4IDg1LjI0OTYgODAuNjkzMSA4MC43MzQ4IDgyLjM2NTdaTTcyLjMxODIgMjUuNTM1NEM3Mi4zMTgyIDMwLjQ0OSA3MC44MzIzIDM1LjAxNTUgNjguMjg1NCAzOC44MTAyQzc0LjkyMjUgMzYuNTg1NCA3OS43MDQ3IDMwLjMxNjMgNzkuNzA0NyAyMi45MzAxQzc5LjcwNDcgMTMuNjgyMyA3Mi4yMDggNi4xODU1NSA2Mi45NjAyIDYuMTg1NTVDNjIuNzgxNCA2LjE4NTU1IDYyLjYwMzMgNi4xODgzNSA2Mi40MjU4IDYuMTkzOTFDNjguNDE4NyAxMC41MjYyIDcyLjMxODIgMTcuNTc1NCA3Mi4zMTgyIDI1LjUzNTRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-injector", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "bbbd5037-bc3e-4255-aa07-754479b3a169": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "42", + zIndex: "42", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-operator-admin", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "22px", + width: "22px", + shape: "round-rectangle", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00MS4wMTE0IDQ1LjAxNUM1MS42OTkgNDUuMDE1IDYwLjM2MyAzNi4zNTEyIDYwLjM2MyAyNS42NjM3QzYwLjM2MyAxNC45NzYzIDUxLjY5OSA2LjMxMjUgNDEuMDExNCA2LjMxMjVDMzAuMzIzOSA2LjMxMjUgMjEuNjU5OSAxNC45NzYzIDIxLjY1OTkgMjUuNjYzN0MyMS42NTk5IDM2LjM1MTIgMzAuMzIzOSA0NS4wMTUgNDEuMDExNCA0NS4wMTVaTTI2Ljk4NDEgNDYuMDMzOEMyNy4zNzMzIDQ1Ljk3NzEgMjcuNzY2OCA0Ni4wNzgzIDI4LjA5OTYgNDYuMjg4MUMzMS41ODQ0IDQ4LjQ4NCAzNi4wNTU1IDQ5LjgwMzYgNDAuOTMxIDQ5LjgwMzZDNDUuODM0NiA0OS44MDM2IDUwLjMyODkgNDguNDY4OCA1My44MjIzIDQ2LjI1MDJDNTQuMTQ4IDQ2LjA0MzQgNTQuNTMyNSA0NS45NDA1IDU0LjkxNTEgNDUuOTg5N0M2NC4yNjg2IDQ3LjE5MTEgNzEuNDk2NiA1NS4xODMyIDcxLjQ5NjYgNjQuODYzNVY3Mi4zNTk0QzcxLjQ5NjYgNzguNzU2NyA2Ni4zMTA2IDgzLjk0MjggNTkuOTEzMiA4My45NDI4SDIyLjMwOEMxNS45MTA3IDgzLjk0MjggMTAuNzI0NiA3OC43NTY3IDEwLjcyNDYgNzIuMzU5NFY2NC44NjM1QzEwLjcyNDYgNTUuMjk0NiAxNy43ODcyIDQ3LjM3NTIgMjYuOTg0MSA0Ni4wMzM4WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03Mi4wMzU2IDgyLjQ5MzdDNzMuNzIwMSA4MC4zNTEyIDc0LjcyNDkgNzcuNjQ5IDc0LjcyNDkgNzQuNzEyMlY2NC4wMTIzQzc0LjcyNDkgNTUuOTU3NyA3MC4xMjQ1IDQ4Ljk3NzYgNjMuNDA4IDQ1LjU1NjFDNzIuNzM5MyA0Ny4wOTYzIDc5LjgxNjcgNTQuNjU2MiA3OS43MjM4IDYzLjU3ODNWNzIuMDEwNkM3OS43MjM4IDc2Ljc2NiA3Ni41NTA0IDgwLjgyMTEgNzIuMDM1NiA4Mi40OTM3Wk02My42MTg5IDI1LjY2MzNDNjMuNjE4OSAzMC41NzY5IDYyLjEzMzEgMzUuMTQzNCA1OS41ODYyIDM4LjkzODFDNjYuMjIzMyAzNi43MTMzIDcxLjAwNTUgMzAuNDQ0MiA3MS4wMDU1IDIzLjA1ODFDNzEuMDA1NSAxMy44MTAzIDYzLjUwODggNi4zMTM0OCA1NC4yNjEgNi4zMTM0OEM1NC4wODIyIDYuMzEzNDggNTMuOTA0IDYuMzE2MjggNTMuNzI2NiA2LjMyMTg0QzU5LjcxOTQgMTAuNjU0MiA2My42MTg5IDE3LjcwMzQgNjMuNjE4OSAyNS42NjMzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00MS4wMTE0IDQ1LjAxNUM1MS42OTkgNDUuMDE1IDYwLjM2MyAzNi4zNTEyIDYwLjM2MyAyNS42NjM3QzYwLjM2MyAxNC45NzYzIDUxLjY5OSA2LjMxMjUgNDEuMDExNCA2LjMxMjVDMzAuMzIzOSA2LjMxMjUgMjEuNjU5OSAxNC45NzYzIDIxLjY1OTkgMjUuNjYzN0MyMS42NTk5IDM2LjM1MTIgMzAuMzIzOSA0NS4wMTUgNDEuMDExNCA0NS4wMTVaTTI2Ljk4NDEgNDYuMDMzOEMyNy4zNzMzIDQ1Ljk3NzEgMjcuNzY2OCA0Ni4wNzgzIDI4LjA5OTYgNDYuMjg4MUMzMS41ODQ0IDQ4LjQ4NCAzNi4wNTU1IDQ5LjgwMzYgNDAuOTMxIDQ5LjgwMzZDNDUuODM0NiA0OS44MDM2IDUwLjMyODkgNDguNDY4OCA1My44MjIzIDQ2LjI1MDJDNTQuMTQ4IDQ2LjA0MzQgNTQuNTMyNSA0NS45NDA1IDU0LjkxNTEgNDUuOTg5N0M2NC4yNjg2IDQ3LjE5MTEgNzEuNDk2NiA1NS4xODMyIDcxLjQ5NjYgNjQuODYzNVY3Mi4zNTk0QzcxLjQ5NjYgNzguNzU2NyA2Ni4zMTA2IDgzLjk0MjggNTkuOTEzMiA4My45NDI4SDIyLjMwOEMxNS45MTA3IDgzLjk0MjggMTAuNzI0NiA3OC43NTY3IDEwLjcyNDYgNzIuMzU5NFY2NC44NjM1QzEwLjcyNDYgNTUuMjk0NiAxNy43ODcyIDQ3LjM3NTIgMjYuOTg0MSA0Ni4wMzM4WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03Mi4wMzU2IDgyLjQ5MzdDNzMuNzIwMSA4MC4zNTEyIDc0LjcyNDkgNzcuNjQ5IDc0LjcyNDkgNzQuNzEyMlY2NC4wMTIzQzc0LjcyNDkgNTUuOTU3NyA3MC4xMjQ1IDQ4Ljk3NzYgNjMuNDA4IDQ1LjU1NjFDNzIuNzM5MyA0Ny4wOTYzIDc5LjgxNjcgNTQuNjU2MiA3OS43MjM4IDYzLjU3ODNWNzIuMDEwNkM3OS43MjM4IDc2Ljc2NiA3Ni41NTA0IDgwLjgyMTEgNzIuMDM1NiA4Mi40OTM3Wk02My42MTg5IDI1LjY2MzNDNjMuNjE4OSAzMC41NzY5IDYyLjEzMzEgMzUuMTQzNCA1OS41ODYyIDM4LjkzODFDNjYuMjIzMyAzNi43MTMzIDcxLjAwNTUgMzAuNDQ0MiA3MS4wMDU1IDIzLjA1ODFDNzEuMDA1NSAxMy44MTAzIDYzLjUwODggNi4zMTM0OCA1NC4yNjEgNi4zMTM0OEM1NC4wODIyIDYuMzEzNDggNTMuOTA0IDYuMzE2MjggNTMuNzI2NiA2LjMyMTg0QzU5LjcxOTQgMTAuNjU0MiA2My42MTg5IDE3LjcwMzQgNjMuNjE4OSAyNS42NjMzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-operator-admin", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "787667bc-3cdf-4388-9f17-61df0e81a8d9": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "29", + zIndex: "29", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-scheduler-server", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "20px", + width: "20px", + shape: "round-triangle", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "12px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODQiIGhlaWdodD0iNzciIHZpZXdCb3g9IjAgMCA4NCA3NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMC4xOSAwQzI5LjY1OTYgMCAyOS4xNTA5IDAuMjEwNzE0IDI4Ljc3NTggMC41ODU3ODZDMjguNDAwNyAwLjk2MDg1OSAyOC4xOSAxLjQ2OTU3IDI4LjE5IDJWMjQuNDVDMjguMTkgMjQuOTgwNCAyOC40MDA3IDI1LjQ4OTEgMjguNzc1OCAyNS44NjQyQzI5LjE1MDkgMjYuMjM5MyAyOS42NTk2IDI2LjQ1IDMwLjE5IDI2LjQ1SDM4Ljc4VjM4LjIySDExLjE3VjUwLjU1SDJDMS40Njk1NyA1MC41NSAwLjk2MDg1OSA1MC43NjA3IDAuNTg1Nzg2IDUxLjEzNThDMC4yMTA3MTQgNTEuNTEwOSAwIDUyLjAxOTYgMCA1Mi41NUwwIDc1QzAgNzUuNTMwNCAwLjIxMDcxNCA3Ni4wMzkxIDAuNTg1Nzg2IDc2LjQxNDJDMC45NjA4NTkgNzYuNzg5MyAxLjQ2OTU3IDc3IDIgNzdIMjQuNDNDMjQuOTYwNCA3NyAyNS40NjkxIDc2Ljc4OTMgMjUuODQ0MiA3Ni40MTQyQzI2LjIxOTMgNzYuMDM5MSAyNi40MyA3NS41MzA0IDI2LjQzIDc1VjUyLjU1QzI2LjQzIDUyLjAxOTYgMjYuMjE5MyA1MS41MTA5IDI1Ljg0NDIgNTEuMTM1OEMyNS40NjkxIDUwLjc2MDcgMjQuOTYwNCA1MC41NSAyNC40MyA1MC41NUgxNS44NVY0Mi45SDY4LjQ1VjUwLjU1SDU5LjU3QzU5LjAzOTYgNTAuNTUgNTguNTMwOSA1MC43NjA3IDU4LjE1NTggNTEuMTM1OEM1Ny43ODA3IDUxLjUxMDkgNTcuNTcgNTIuMDE5NiA1Ny41NyA1Mi41NVY3NUM1Ny41NyA3NS41MzA0IDU3Ljc4MDcgNzYuMDM5MSA1OC4xNTU4IDc2LjQxNDJDNTguNTMwOSA3Ni43ODkzIDU5LjAzOTYgNzcgNTkuNTcgNzdIODJDODIuNTMwNCA3NyA4My4wMzkxIDc2Ljc4OTMgODMuNDE0MiA3Ni40MTQyQzgzLjc4OTMgNzYuMDM5MSA4NCA3NS41MzA0IDg0IDc1VjUyLjU1Qzg0IDUyLjAxOTYgODMuNzg5MyA1MS41MTA5IDgzLjQxNDIgNTEuMTM1OEM4My4wMzkxIDUwLjc2MDcgODIuNTMwNCA1MC41NSA4MiA1MC41NUg3My4xMlYzOC4yMkg0My40NlYyNi40NUg1Mi42M0M1My4xNjA0IDI2LjQ1IDUzLjY2OTEgMjYuMjM5MyA1NC4wNDQyIDI1Ljg2NDJDNTQuNDE5MyAyNS40ODkxIDU0LjYzIDI0Ljk4MDQgNTQuNjMgMjQuNDVWMkM1NC42MyAxLjQ2OTU3IDU0LjQxOTMgMC45NjA4NTkgNTQuMDQ0MiAwLjU4NTc4NkM1My42NjkxIDAuMjEwNzE0IDUzLjE2MDQgMCA1Mi42MyAwTDMwLjE5IDBaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODQiIGhlaWdodD0iNzciIHZpZXdCb3g9IjAgMCA4NCA3NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMC4xOSAwQzI5LjY1OTYgMCAyOS4xNTA5IDAuMjEwNzE0IDI4Ljc3NTggMC41ODU3ODZDMjguNDAwNyAwLjk2MDg1OSAyOC4xOSAxLjQ2OTU3IDI4LjE5IDJWMjQuNDVDMjguMTkgMjQuOTgwNCAyOC40MDA3IDI1LjQ4OTEgMjguNzc1OCAyNS44NjQyQzI5LjE1MDkgMjYuMjM5MyAyOS42NTk2IDI2LjQ1IDMwLjE5IDI2LjQ1SDM4Ljc4VjM4LjIySDExLjE3VjUwLjU1SDJDMS40Njk1NyA1MC41NSAwLjk2MDg1OSA1MC43NjA3IDAuNTg1Nzg2IDUxLjEzNThDMC4yMTA3MTQgNTEuNTEwOSAwIDUyLjAxOTYgMCA1Mi41NUwwIDc1QzAgNzUuNTMwNCAwLjIxMDcxNCA3Ni4wMzkxIDAuNTg1Nzg2IDc2LjQxNDJDMC45NjA4NTkgNzYuNzg5MyAxLjQ2OTU3IDc3IDIgNzdIMjQuNDNDMjQuOTYwNCA3NyAyNS40NjkxIDc2Ljc4OTMgMjUuODQ0MiA3Ni40MTQyQzI2LjIxOTMgNzYuMDM5MSAyNi40MyA3NS41MzA0IDI2LjQzIDc1VjUyLjU1QzI2LjQzIDUyLjAxOTYgMjYuMjE5MyA1MS41MTA5IDI1Ljg0NDIgNTEuMTM1OEMyNS40NjkxIDUwLjc2MDcgMjQuOTYwNCA1MC41NSAyNC40MyA1MC41NUgxNS44NVY0Mi45SDY4LjQ1VjUwLjU1SDU5LjU3QzU5LjAzOTYgNTAuNTUgNTguNTMwOSA1MC43NjA3IDU4LjE1NTggNTEuMTM1OEM1Ny43ODA3IDUxLjUxMDkgNTcuNTcgNTIuMDE5NiA1Ny41NyA1Mi41NVY3NUM1Ny41NyA3NS41MzA0IDU3Ljc4MDcgNzYuMDM5MSA1OC4xNTU4IDc2LjQxNDJDNTguNTMwOSA3Ni43ODkzIDU5LjAzOTYgNzcgNTkuNTcgNzdIODJDODIuNTMwNCA3NyA4My4wMzkxIDc2Ljc4OTMgODMuNDE0MiA3Ni40MTQyQzgzLjc4OTMgNzYuMDM5MSA4NCA3NS41MzA0IDg0IDc1VjUyLjU1Qzg0IDUyLjAxOTYgODMuNzg5MyA1MS41MTA5IDgzLjQxNDIgNTEuMTM1OEM4My4wMzkxIDUwLjc2MDcgODIuNTMwNCA1MC41NSA4MiA1MC41NUg3My4xMlYzOC4yMkg0My40NlYyNi40NUg1Mi42M0M1My4xNjA0IDI2LjQ1IDUzLjY2OTEgMjYuMjM5MyA1NC4wNDQyIDI1Ljg2NDJDNTQuNDE5MyAyNS40ODkxIDU0LjYzIDI0Ljk4MDQgNTQuNjMgMjQuNDVWMkM1NC42MyAxLjQ2OTU3IDU0LjQxOTMgMC45NjA4NTkgNTQuMDQ0MiAwLjU4NTc4NkM1My42NjkxIDAuMjEwNzE0IDUzLjE2MDQgMCA1Mi42MyAwTDMwLjE5IDBaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "4.5px", + backgroundPositionY: "4.5px", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-scheduler-server", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "12px", + paddingLeft: "12px", + "padding-right": "12px", + paddingRight: "12px", + "padding-top": "12px", + paddingTop: "12px", + "padding-bottom": "12px", + paddingBottom: "12px" + }, + "a8b21273-3bab-44d3-9a66-de1b98d25873": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "2", + zIndex: "2", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-placement", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "22px", + width: "22px", + shape: "round-rectangle", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00MS4wMTE0IDQ1LjAxNUM1MS42OTkgNDUuMDE1IDYwLjM2MyAzNi4zNTEyIDYwLjM2MyAyNS42NjM3QzYwLjM2MyAxNC45NzYzIDUxLjY5OSA2LjMxMjUgNDEuMDExNCA2LjMxMjVDMzAuMzIzOSA2LjMxMjUgMjEuNjU5OSAxNC45NzYzIDIxLjY1OTkgMjUuNjYzN0MyMS42NTk5IDM2LjM1MTIgMzAuMzIzOSA0NS4wMTUgNDEuMDExNCA0NS4wMTVaTTI2Ljk4NDEgNDYuMDMzOEMyNy4zNzMzIDQ1Ljk3NzEgMjcuNzY2OCA0Ni4wNzgzIDI4LjA5OTYgNDYuMjg4MUMzMS41ODQ0IDQ4LjQ4NCAzNi4wNTU1IDQ5LjgwMzYgNDAuOTMxIDQ5LjgwMzZDNDUuODM0NiA0OS44MDM2IDUwLjMyODkgNDguNDY4OCA1My44MjIzIDQ2LjI1MDJDNTQuMTQ4IDQ2LjA0MzQgNTQuNTMyNSA0NS45NDA1IDU0LjkxNTEgNDUuOTg5N0M2NC4yNjg2IDQ3LjE5MTEgNzEuNDk2NiA1NS4xODMyIDcxLjQ5NjYgNjQuODYzNVY3Mi4zNTk0QzcxLjQ5NjYgNzguNzU2NyA2Ni4zMTA2IDgzLjk0MjggNTkuOTEzMiA4My45NDI4SDIyLjMwOEMxNS45MTA3IDgzLjk0MjggMTAuNzI0NiA3OC43NTY3IDEwLjcyNDYgNzIuMzU5NFY2NC44NjM1QzEwLjcyNDYgNTUuMjk0NiAxNy43ODcyIDQ3LjM3NTIgMjYuOTg0MSA0Ni4wMzM4WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03Mi4wMzU2IDgyLjQ5MzdDNzMuNzIwMSA4MC4zNTEyIDc0LjcyNDkgNzcuNjQ5IDc0LjcyNDkgNzQuNzEyMlY2NC4wMTIzQzc0LjcyNDkgNTUuOTU3NyA3MC4xMjQ1IDQ4Ljk3NzYgNjMuNDA4IDQ1LjU1NjFDNzIuNzM5MyA0Ny4wOTYzIDc5LjgxNjcgNTQuNjU2MiA3OS43MjM4IDYzLjU3ODNWNzIuMDEwNkM3OS43MjM4IDc2Ljc2NiA3Ni41NTA0IDgwLjgyMTEgNzIuMDM1NiA4Mi40OTM3Wk02My42MTg5IDI1LjY2MzNDNjMuNjE4OSAzMC41NzY5IDYyLjEzMzEgMzUuMTQzNCA1OS41ODYyIDM4LjkzODFDNjYuMjIzMyAzNi43MTMzIDcxLjAwNTUgMzAuNDQ0MiA3MS4wMDU1IDIzLjA1ODFDNzEuMDA1NSAxMy44MTAzIDYzLjUwODggNi4zMTM0OCA1NC4yNjEgNi4zMTM0OEM1NC4wODIyIDYuMzEzNDggNTMuOTA0IDYuMzE2MjggNTMuNzI2NiA2LjMyMTg0QzU5LjcxOTQgMTAuNjU0MiA2My42MTg5IDE3LjcwMzQgNjMuNjE4OSAyNS42NjMzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00MS4wMTE0IDQ1LjAxNUM1MS42OTkgNDUuMDE1IDYwLjM2MyAzNi4zNTEyIDYwLjM2MyAyNS42NjM3QzYwLjM2MyAxNC45NzYzIDUxLjY5OSA2LjMxMjUgNDEuMDExNCA2LjMxMjVDMzAuMzIzOSA2LjMxMjUgMjEuNjU5OSAxNC45NzYzIDIxLjY1OTkgMjUuNjYzN0MyMS42NTk5IDM2LjM1MTIgMzAuMzIzOSA0NS4wMTUgNDEuMDExNCA0NS4wMTVaTTI2Ljk4NDEgNDYuMDMzOEMyNy4zNzMzIDQ1Ljk3NzEgMjcuNzY2OCA0Ni4wNzgzIDI4LjA5OTYgNDYuMjg4MUMzMS41ODQ0IDQ4LjQ4NCAzNi4wNTU1IDQ5LjgwMzYgNDAuOTMxIDQ5LjgwMzZDNDUuODM0NiA0OS44MDM2IDUwLjMyODkgNDguNDY4OCA1My44MjIzIDQ2LjI1MDJDNTQuMTQ4IDQ2LjA0MzQgNTQuNTMyNSA0NS45NDA1IDU0LjkxNTEgNDUuOTg5N0M2NC4yNjg2IDQ3LjE5MTEgNzEuNDk2NiA1NS4xODMyIDcxLjQ5NjYgNjQuODYzNVY3Mi4zNTk0QzcxLjQ5NjYgNzguNzU2NyA2Ni4zMTA2IDgzLjk0MjggNTkuOTEzMiA4My45NDI4SDIyLjMwOEMxNS45MTA3IDgzLjk0MjggMTAuNzI0NiA3OC43NTY3IDEwLjcyNDYgNzIuMzU5NFY2NC44NjM1QzEwLjcyNDYgNTUuMjk0NiAxNy43ODcyIDQ3LjM3NTIgMjYuOTg0MSA0Ni4wMzM4WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03Mi4wMzU2IDgyLjQ5MzdDNzMuNzIwMSA4MC4zNTEyIDc0LjcyNDkgNzcuNjQ5IDc0LjcyNDkgNzQuNzEyMlY2NC4wMTIzQzc0LjcyNDkgNTUuOTU3NyA3MC4xMjQ1IDQ4Ljk3NzYgNjMuNDA4IDQ1LjU1NjFDNzIuNzM5MyA0Ny4wOTYzIDc5LjgxNjcgNTQuNjU2MiA3OS43MjM4IDYzLjU3ODNWNzIuMDEwNkM3OS43MjM4IDc2Ljc2NiA3Ni41NTA0IDgwLjgyMTEgNzIuMDM1NiA4Mi40OTM3Wk02My42MTg5IDI1LjY2MzNDNjMuNjE4OSAzMC41NzY5IDYyLjEzMzEgMzUuMTQzNCA1OS41ODYyIDM4LjkzODFDNjYuMjIzMyAzNi43MTMzIDcxLjAwNTUgMzAuNDQ0MiA3MS4wMDU1IDIzLjA1ODFDNzEuMDA1NSAxMy44MTAzIDYzLjUwODggNi4zMTM0OCA1NC4yNjEgNi4zMTM0OEM1NC4wODIyIDYuMzEzNDggNTMuOTA0IDYuMzE2MjggNTMuNzI2NiA2LjMyMTg0QzU5LjcxOTQgMTAuNjU0MiA2My42MTg5IDE3LjcwMzQgNjMuNjE4OSAyNS42NjMzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-placement", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "74f0fc5f-c84a-4c8c-a201-a75200fb9c1e": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "16", + zIndex: "16", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-placement-server", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "20px", + width: "20px", + shape: "round-triangle", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "12px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODQiIGhlaWdodD0iNzciIHZpZXdCb3g9IjAgMCA4NCA3NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMC4xOSAwQzI5LjY1OTYgMCAyOS4xNTA5IDAuMjEwNzE0IDI4Ljc3NTggMC41ODU3ODZDMjguNDAwNyAwLjk2MDg1OSAyOC4xOSAxLjQ2OTU3IDI4LjE5IDJWMjQuNDVDMjguMTkgMjQuOTgwNCAyOC40MDA3IDI1LjQ4OTEgMjguNzc1OCAyNS44NjQyQzI5LjE1MDkgMjYuMjM5MyAyOS42NTk2IDI2LjQ1IDMwLjE5IDI2LjQ1SDM4Ljc4VjM4LjIySDExLjE3VjUwLjU1SDJDMS40Njk1NyA1MC41NSAwLjk2MDg1OSA1MC43NjA3IDAuNTg1Nzg2IDUxLjEzNThDMC4yMTA3MTQgNTEuNTEwOSAwIDUyLjAxOTYgMCA1Mi41NUwwIDc1QzAgNzUuNTMwNCAwLjIxMDcxNCA3Ni4wMzkxIDAuNTg1Nzg2IDc2LjQxNDJDMC45NjA4NTkgNzYuNzg5MyAxLjQ2OTU3IDc3IDIgNzdIMjQuNDNDMjQuOTYwNCA3NyAyNS40NjkxIDc2Ljc4OTMgMjUuODQ0MiA3Ni40MTQyQzI2LjIxOTMgNzYuMDM5MSAyNi40MyA3NS41MzA0IDI2LjQzIDc1VjUyLjU1QzI2LjQzIDUyLjAxOTYgMjYuMjE5MyA1MS41MTA5IDI1Ljg0NDIgNTEuMTM1OEMyNS40NjkxIDUwLjc2MDcgMjQuOTYwNCA1MC41NSAyNC40MyA1MC41NUgxNS44NVY0Mi45SDY4LjQ1VjUwLjU1SDU5LjU3QzU5LjAzOTYgNTAuNTUgNTguNTMwOSA1MC43NjA3IDU4LjE1NTggNTEuMTM1OEM1Ny43ODA3IDUxLjUxMDkgNTcuNTcgNTIuMDE5NiA1Ny41NyA1Mi41NVY3NUM1Ny41NyA3NS41MzA0IDU3Ljc4MDcgNzYuMDM5MSA1OC4xNTU4IDc2LjQxNDJDNTguNTMwOSA3Ni43ODkzIDU5LjAzOTYgNzcgNTkuNTcgNzdIODJDODIuNTMwNCA3NyA4My4wMzkxIDc2Ljc4OTMgODMuNDE0MiA3Ni40MTQyQzgzLjc4OTMgNzYuMDM5MSA4NCA3NS41MzA0IDg0IDc1VjUyLjU1Qzg0IDUyLjAxOTYgODMuNzg5MyA1MS41MTA5IDgzLjQxNDIgNTEuMTM1OEM4My4wMzkxIDUwLjc2MDcgODIuNTMwNCA1MC41NSA4MiA1MC41NUg3My4xMlYzOC4yMkg0My40NlYyNi40NUg1Mi42M0M1My4xNjA0IDI2LjQ1IDUzLjY2OTEgMjYuMjM5MyA1NC4wNDQyIDI1Ljg2NDJDNTQuNDE5MyAyNS40ODkxIDU0LjYzIDI0Ljk4MDQgNTQuNjMgMjQuNDVWMkM1NC42MyAxLjQ2OTU3IDU0LjQxOTMgMC45NjA4NTkgNTQuMDQ0MiAwLjU4NTc4NkM1My42NjkxIDAuMjEwNzE0IDUzLjE2MDQgMCA1Mi42MyAwTDMwLjE5IDBaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODQiIGhlaWdodD0iNzciIHZpZXdCb3g9IjAgMCA4NCA3NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMC4xOSAwQzI5LjY1OTYgMCAyOS4xNTA5IDAuMjEwNzE0IDI4Ljc3NTggMC41ODU3ODZDMjguNDAwNyAwLjk2MDg1OSAyOC4xOSAxLjQ2OTU3IDI4LjE5IDJWMjQuNDVDMjguMTkgMjQuOTgwNCAyOC40MDA3IDI1LjQ4OTEgMjguNzc1OCAyNS44NjQyQzI5LjE1MDkgMjYuMjM5MyAyOS42NTk2IDI2LjQ1IDMwLjE5IDI2LjQ1SDM4Ljc4VjM4LjIySDExLjE3VjUwLjU1SDJDMS40Njk1NyA1MC41NSAwLjk2MDg1OSA1MC43NjA3IDAuNTg1Nzg2IDUxLjEzNThDMC4yMTA3MTQgNTEuNTEwOSAwIDUyLjAxOTYgMCA1Mi41NUwwIDc1QzAgNzUuNTMwNCAwLjIxMDcxNCA3Ni4wMzkxIDAuNTg1Nzg2IDc2LjQxNDJDMC45NjA4NTkgNzYuNzg5MyAxLjQ2OTU3IDc3IDIgNzdIMjQuNDNDMjQuOTYwNCA3NyAyNS40NjkxIDc2Ljc4OTMgMjUuODQ0MiA3Ni40MTQyQzI2LjIxOTMgNzYuMDM5MSAyNi40MyA3NS41MzA0IDI2LjQzIDc1VjUyLjU1QzI2LjQzIDUyLjAxOTYgMjYuMjE5MyA1MS41MTA5IDI1Ljg0NDIgNTEuMTM1OEMyNS40NjkxIDUwLjc2MDcgMjQuOTYwNCA1MC41NSAyNC40MyA1MC41NUgxNS44NVY0Mi45SDY4LjQ1VjUwLjU1SDU5LjU3QzU5LjAzOTYgNTAuNTUgNTguNTMwOSA1MC43NjA3IDU4LjE1NTggNTEuMTM1OEM1Ny43ODA3IDUxLjUxMDkgNTcuNTcgNTIuMDE5NiA1Ny41NyA1Mi41NVY3NUM1Ny41NyA3NS41MzA0IDU3Ljc4MDcgNzYuMDM5MSA1OC4xNTU4IDc2LjQxNDJDNTguNTMwOSA3Ni43ODkzIDU5LjAzOTYgNzcgNTkuNTcgNzdIODJDODIuNTMwNCA3NyA4My4wMzkxIDc2Ljc4OTMgODMuNDE0MiA3Ni40MTQyQzgzLjc4OTMgNzYuMDM5MSA4NCA3NS41MzA0IDg0IDc1VjUyLjU1Qzg0IDUyLjAxOTYgODMuNzg5MyA1MS41MTA5IDgzLjQxNDIgNTEuMTM1OEM4My4wMzkxIDUwLjc2MDcgODIuNTMwNCA1MC41NSA4MiA1MC41NUg3My4xMlYzOC4yMkg0My40NlYyNi40NUg1Mi42M0M1My4xNjA0IDI2LjQ1IDUzLjY2OTEgMjYuMjM5MyA1NC4wNDQyIDI1Ljg2NDJDNTQuNDE5MyAyNS40ODkxIDU0LjYzIDI0Ljk4MDQgNTQuNjMgMjQuNDVWMkM1NC42MyAxLjQ2OTU3IDU0LjQxOTMgMC45NjA4NTkgNTQuMDQ0MiAwLjU4NTc4NkM1My42NjkxIDAuMjEwNzE0IDUzLjE2MDQgMCA1Mi42MyAwTDMwLjE5IDBaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "4.5px", + backgroundPositionY: "4.5px", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-placement-server", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "12px", + paddingLeft: "12px", + "padding-right": "12px", + paddingRight: "12px", + "padding-top": "12px", + paddingTop: "12px", + "padding-bottom": "12px", + paddingBottom: "12px" + }, + "33edf12d-9592-4f7b-8600-b7fe2d4364fe": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "33", + zIndex: "33", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-sidecar-injector", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "20px", + width: "20px", + shape: "round-rectangle", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "0.5", + backgroundOpacity: "0.5", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "2px", + borderWidth: "2px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTY3IiBoZWlnaHQ9IjE1NiIgdmlld0JveD0iMCAwIDE2NyAxNTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxwYXRoIGQ9Ik05My44MTg1IDcuMDE4NDhDODUuOTMyNSAxLjI4ODk5IDc1LjI1NDEgMS4yODg5OSA2Ny4zNjgxIDcuMDE4NDlMMTIuMDE5OSA0Ny4yMzEzQzQuMTMzOTEgNTIuOTYwOCAwLjgzNDExNSA2My4xMTY2IDMuODQ2MjkgNzIuMzg3MUwyNC45ODc0IDEzNy40NTNDMjcuOTk5NiAxNDYuNzIzIDM2LjYzODYgMTUzIDQ2LjM4NjIgMTUzSDExNC44QzEyNC41NDggMTUzIDEzMy4xODcgMTQ2LjcyMyAxMzYuMTk5IDEzNy40NTNMMTU3LjM0IDcyLjM4NzFDMTYwLjM1MiA2My4xMTY2IDE1Ny4wNTMgNTIuOTYwOCAxNDkuMTY3IDQ3LjIzMTNMOTMuODE4NSA3LjAxODQ4WiIgZmlsbD0iIzMyNkNFNSIgZmlsbC1vcGFjaXR5PSIwLjEiIHN0cm9rZT0iIzMyNkNFNSIgc3Ryb2tlLXdpZHRoPSI1Ii8+IDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTM3LjMwMiAxMjkuNTFDMTI3LjE3MSAxMjQuNjgyIDEyMi44OSAxMTIuNTkxIDEyNy43NCAxMDIuNTA1QzEzMC4wNjkgOTcuNjYxMiAxMzQuMjM1IDkzLjkzNzEgMTM5LjMyMiA5Mi4xNTE4QzE0NC40MDkgOTAuMzY2NCAxNTAgOTAuNjY2MSAxNTQuODY0IDkyLjk4NDlDMTY0Ljk5NSA5Ny44MTM0IDE2OS4yNzYgMTA5LjkwNCAxNjQuNDI2IDExOS45OUMxNTkuNTc2IDEzMC4wNzcgMTQ3LjQzMyAxMzQuMzM5IDEzNy4zMDIgMTI5LjUxWiIgZmlsbD0iIzMyNkNFNSIvPiA8cGF0aCBkPSJNMTQ1Ljg5IDk5LjEwMjJDMTQ1LjY2MiA5OS4xMTM2IDE0NS40MzggOTkuMTcgMTQ1LjIzMiA5OS4yNjhMMTM2LjI1MiAxMDMuNTM5QzEzNi4wMiAxMDMuNjUgMTM1LjgxNiAxMDMuODExIDEzNS42NTUgMTA0LjAxQzEzNS40OTQgMTA0LjIwOSAxMzUuMzgxIDEwNC40NDEgMTM1LjMyMyAxMDQuNjlMMTMzLjEwOCAxMTQuMjg0QzEzMy4wNTcgMTE0LjUwNSAxMzMuMDUxIDExNC43MzQgMTMzLjA5MSAxMTQuOTU4QzEzMy4xMzEgMTE1LjE4MSAxMzMuMjE2IDExNS4zOTQgMTMzLjM0MSAxMTUuNTg0QzEzMy4zNzEgMTE1LjYzMSAxMzMuNDA0IDExNS42NzYgMTMzLjQzOCAxMTUuNzE5TDEzOS42NTQgMTIzLjQxMkMxMzkuODE1IDEyMy42MTEgMTQwLjAxOSAxMjMuNzcyIDE0MC4yNTEgMTIzLjg4M0MxNDAuNDg0IDEyMy45OTMgMTQwLjczOSAxMjQuMDUgMTQwLjk5NiAxMjQuMDVMMTUwLjk2NCAxMjQuMDQ4QzE1MS4yMjIgMTI0LjA0OCAxNTEuNDc2IDEyMy45OTEgMTUxLjcwOSAxMjMuODgxQzE1MS45NDEgMTIzLjc3MSAxNTIuMTQ2IDEyMy42MSAxNTIuMzA3IDEyMy40MTFMMTU4LjUyIDExNS43MTdDMTU4LjY4MSAxMTUuNTE4IDE1OC43OTQgMTE1LjI4NSAxNTguODUyIDExNS4wMzdDMTU4LjkwOSAxMTQuNzg4IDE1OC45MDkgMTE0LjUzIDE1OC44NTIgMTE0LjI4MkwxNTYuNjMzIDEwNC42ODdDMTU2LjU3NSAxMDQuNDM5IDE1Ni40NjIgMTA0LjIwNyAxNTYuMzAxIDEwNC4wMDdDMTU2LjE0IDEwMy44MDggMTU1LjkzNiAxMDMuNjQ4IDE1NS43MDQgMTAzLjUzN0wxNDYuNzIzIDk5LjI2OEMxNDYuNDY0IDk5LjE0NDcgMTQ2LjE3NyA5OS4wODc3IDE0NS44OSA5OS4xMDIyWiIgZmlsbD0id2hpdGUiLz4gPHBhdGggZD0iTTE0NS45NzkgMTAyLjM2N0MxNDUuNjgyIDEwMi4zNjcgMTQ1LjQ0MiAxMDIuNjM0IDE0NS40NDIgMTAyLjk2MkMxNDUuNDQyIDEwMi45NjcgMTQ1LjQ0MyAxMDIuOTcyIDE0NS40NDMgMTAyLjk3N0MxNDUuNDQyIDEwMy4wMjEgMTQ1LjQ0IDEwMy4wNzUgMTQ1LjQ0MiAxMDMuMTE0QzE0NS40NDkgMTAzLjMwMyAxNDUuNDkgMTAzLjQ0OCAxNDUuNTE1IDEwMy42MjNDMTQ1LjU2IDEwMy45OTYgMTQ1LjU5OCAxMDQuMzA2IDE0NS41NzUgMTA0LjU5M0MxNDUuNTUyIDEwNC43MDIgMTQ1LjQ3MiAxMDQuODAxIDE0NS40IDEwNC44N0wxNDUuMzg4IDEwNS4wOTZDMTQ1LjA2NSAxMDUuMTIzIDE0NC43NCAxMDUuMTcyIDE0NC40MTYgMTA1LjI0NUMxNDMuMDIgMTA1LjU2MSAxNDEuODE5IDEwNi4yNzYgMTQwLjkwNCAxMDcuMjQyQzE0MC44NDUgMTA3LjIwMiAxNDAuNzQxIDEwNy4xMjggMTQwLjcxIDEwNy4xMDVDMTQwLjYxNCAxMDcuMTE4IDE0MC41MTcgMTA3LjE0OCAxNDAuMzkxIDEwNy4wNzRDMTQwLjE1IDEwNi45MTMgMTM5LjkzMSAxMDYuNjkxIDEzOS42NjYgMTA2LjQyM0MxMzkuNTQ0IDEwNi4yOTQgMTM5LjQ1NyAxMDYuMTcyIDEzOS4zMTIgMTA2LjA0OUMxMzkuMjc5IDEwNi4wMjEgMTM5LjIyOSAxMDUuOTgzIDEzOS4xOTMgMTA1Ljk1NEMxMzkuMDggMTA1Ljg2NCAxMzguOTQ3IDEwNS44MTggMTM4LjgxOCAxMDUuODEzQzEzOC42NTMgMTA1LjgwOCAxMzguNDk0IDEwNS44NzIgMTM4LjM5IDEwNi4wMDJDMTM4LjIwNSAxMDYuMjMzIDEzOC4yNjQgMTA2LjU4NiAxMzguNTIyIDEwNi43OTFDMTM4LjUyNSAxMDYuNzkzIDEzOC41MjcgMTA2Ljc5NSAxMzguNTMgMTA2Ljc5N0MxMzguNTY2IDEwNi44MjUgMTM4LjYwOSAxMDYuODYyIDEzOC42NDIgMTA2Ljg4NkMxMzguNzk1IDEwNi45OTggMTM4LjkzNSAxMDcuMDU2IDEzOS4wODcgMTA3LjE0NUMxMzkuNDA5IDEwNy4zNDMgMTM5LjY3NSAxMDcuNTA3IDEzOS44ODYgMTA3LjcwNEMxMzkuOTY5IDEwNy43OTIgMTM5Ljk4MyAxMDcuOTQ2IDEzOS45OTQgMTA4LjAxM0wxNDAuMTY3IDEwOC4xNjZDMTM5LjI0NCAxMDkuNTQ4IDEzOC44MTggMTExLjI1NCAxMzkuMDcgMTEyLjk5M0wxMzguODQ1IDExMy4wNThDMTM4Ljc4NSAxMTMuMTM1IDEzOC43MDIgMTEzLjI1NSAxMzguNjE0IDExMy4yOTFDMTM4LjMzNyAxMTMuMzc3IDEzOC4wMjYgMTEzLjQwOSAxMzcuNjUgMTEzLjQ0OEMxMzcuNDc0IDExMy40NjMgMTM3LjMyMiAxMTMuNDU0IDEzNy4xMzUgMTEzLjQ5QzEzNy4wOTQgMTEzLjQ5NyAxMzcuMDM2IDExMy41MTIgMTM2Ljk5MSAxMTMuNTIzQzEzNi45OSAxMTMuNTIzIDEzNi45ODggMTEzLjUyMyAxMzYuOTg3IDExMy41MjRDMTM2Ljk4NCAxMTMuNTI0IDEzNi45ODEgMTEzLjUyNiAxMzYuOTc5IDExMy41MjZDMTM2LjY2MiAxMTMuNjAyIDEzNi40NTggMTEzLjg5MiAxMzYuNTI0IDExNC4xNzhDMTM2LjU4OSAxMTQuNDYzIDEzNi44OTkgMTE0LjYzNyAxMzcuMjE3IDExNC41NjlDMTM3LjIyIDExNC41NjggMTM3LjIyMyAxMTQuNTY4IDEzNy4yMjUgMTE0LjU2OEMxMzcuMjI5IDExNC41NjcgMTM3LjIzMiAxMTQuNTY1IDEzNy4yMzYgMTE0LjU2NEMxMzcuMjggMTE0LjU1NSAxMzcuMzM2IDExNC41NDQgMTM3LjM3NSAxMTQuNTMzQzEzNy41NTkgMTE0LjQ4NCAxMzcuNjkyIDExNC40MTIgMTM3Ljg1NyAxMTQuMzQ5QzEzOC4yMTMgMTE0LjIyMiAxMzguNTA3IDExNC4xMTYgMTM4Ljc5NCAxMTQuMDc1QzEzOC45MTQgMTE0LjA2NiAxMzkuMDQgMTE0LjE0OCAxMzkuMTAzIDExNC4xODNMMTM5LjMzNyAxMTQuMTQzQzEzOS44NzcgMTE1LjgwOCAxNDEuMDA2IDExNy4xNTIgMTQyLjQzNyAxMTcuOTk2TDE0Mi4zNCAxMTguMjNDMTQyLjM3NSAxMTguMzIgMTQyLjQxNCAxMTguNDQzIDE0Mi4zODcgMTE4LjUzMkMxNDIuMjgzIDExOC44MDIgMTQyLjEwNCAxMTkuMDg2IDE0MS45MDEgMTE5LjQwM0MxNDEuODAyIDExOS41NDkgMTQxLjcwMSAxMTkuNjYzIDE0MS42MTMgMTE5LjgzQzE0MS41OTEgMTE5Ljg3IDE0MS41NjQgMTE5LjkzMiAxNDEuNTQ0IDExOS45NzRDMTQxLjQwNiAxMjAuMjY5IDE0MS41MDcgMTIwLjYwNyAxNDEuNzcyIDEyMC43MzVDMTQyLjAzOSAxMjAuODYzIDE0Mi4zNzEgMTIwLjcyOCAxNDIuNTE0IDEyMC40MzNDMTQyLjUxNCAxMjAuNDMyIDE0Mi41MTUgMTIwLjQzMiAxNDIuNTE1IDEyMC40MzJDMTQyLjUxNSAxMjAuNDMxIDE0Mi41MTUgMTIwLjQzMSAxNDIuNTE1IDEyMC40MzFDMTQyLjUzNiAxMjAuMzg5IDE0Mi41NjUgMTIwLjMzNCAxNDIuNTgyIDEyMC4yOTRDMTQyLjY1OCAxMjAuMTIxIDE0Mi42ODMgMTE5Ljk3MiAxNDIuNzM3IDExOS44MDRDMTQyLjg3OSAxMTkuNDQ4IDE0Mi45NTcgMTE5LjA3NSAxNDMuMTUzIDExOC44NDNDMTQzLjIwNyAxMTguNzc5IDE0My4yOTQgMTE4Ljc1NSAxNDMuMzg1IDExOC43M0wxNDMuNTA2IDExOC41MTFDMTQ0Ljc1NCAxMTguOTg4IDE0Ni4xNSAxMTkuMTE1IDE0Ny41NDQgMTE4LjhDMTQ3Ljg2MyAxMTguNzI4IDE0OC4xNyAxMTguNjM1IDE0OC40NjcgMTE4LjUyNEMxNDguNTAxIDExOC41ODQgMTQ4LjU2NCAxMTguNyAxNDguNTgxIDExOC43MjlDMTQ4LjY3NCAxMTguNzU5IDE0OC43NzQgMTE4Ljc3NSAxNDguODU2IDExOC44OTVDMTQ5LjAwMiAxMTkuMTQ0IDE0OS4xMDMgMTE5LjQzOSAxNDkuMjI1IDExOS43OTVDMTQ5LjI3OCAxMTkuOTYzIDE0OS4zMDUgMTIwLjExMiAxNDkuMzgxIDEyMC4yODVDMTQ5LjM5OCAxMjAuMzI1IDE0OS40MjcgMTIwLjM4MSAxNDkuNDQ3IDEyMC40MjNDMTQ5LjU5MSAxMjAuNzE4IDE0OS45MjMgMTIwLjg1NCAxNTAuMTkgMTIwLjcyNkMxNTAuNDU2IDEyMC41OTggMTUwLjU1NyAxMjAuMjU5IDE1MC40MTkgMTE5Ljk2NUMxNTAuMzk4IDExOS45MjMgMTUwLjM3IDExOS44NjEgMTUwLjM0OSAxMTkuODIxQzE1MC4yNiAxMTkuNjU0IDE1MC4xNTkgMTE5LjU0MSAxNTAuMDYxIDExOS4zOTVDMTQ5Ljg1NyAxMTkuMDc4IDE0OS42ODggMTE4LjgxNSAxNDkuNTg0IDExOC41NDVDMTQ5LjU0IDExOC40MDYgMTQ5LjU5MSAxMTguMzIgMTQ5LjYyNSAxMTguMjNDMTQ5LjYwNSAxMTguMjA2IDE0OS41NjEgMTE4LjA3NSAxNDkuNTM2IDExOC4wMTRDMTUxLjAyMyAxMTcuMTQgMTUyLjExOSAxMTUuNzQ0IDE1Mi42MzQgMTE0LjEzM0MxNTIuNzA0IDExNC4xNDQgMTUyLjgyNSAxMTQuMTY1IDE1Mi44NjQgMTE0LjE3M0MxNTIuOTQ1IDExNC4xMiAxNTMuMDE5IDExNC4wNTEgMTUzLjE2NSAxMTQuMDYyQzE1My40NTIgMTE0LjEwNCAxNTMuNzQ2IDExNC4yMSAxNTQuMTAyIDExNC4zMzdDMTU0LjI2NyAxMTQuNCAxNTQuNDAxIDExNC40NzMgMTU0LjU4NCAxMTQuNTIyQzE1NC42MjMgMTE0LjUzMiAxNTQuNjc5IDExNC41NDIgMTU0LjcyMyAxMTQuNTUyQzE1NC43MjcgMTE0LjU1MyAxNTQuNzMgMTE0LjU1NCAxNTQuNzM0IDExNC41NTVDMTU0LjczNiAxMTQuNTU2IDE1NC43MzkgMTE0LjU1NiAxNTQuNzQyIDExNC41NTZDMTU1LjA2IDExNC42MjUgMTU1LjM3IDExNC40NTEgMTU1LjQzNSAxMTQuMTY1QzE1NS41MDEgMTEzLjg4IDE1NS4yOTcgMTEzLjU5IDE1NC45ODEgMTEzLjUxNEMxNTQuOTM1IDExMy41MDMgMTU0Ljg2OSAxMTMuNDg1IDE1NC44MjQgMTEzLjQ3N0MxNTQuNjM3IDExMy40NDIgMTU0LjQ4NSAxMTMuNDUgMTU0LjMwOSAxMTMuNDM2QzE1My45MzMgMTEzLjM5NyAxNTMuNjIyIDExMy4zNjUgMTUzLjM0NSAxMTMuMjc4QzE1My4yMzIgMTEzLjIzNCAxNTMuMTUyIDExMy4xMDEgMTUzLjExMyAxMTMuMDQ2TDE1Mi44OTYgMTEyLjk4M0MxNTMuMDA5IDExMi4xNzIgMTUyLjk3OCAxMTEuMzI5IDE1Mi43ODQgMTEwLjQ4NUMxNTIuNTg3IDEwOS42MzMgMTUyLjI0IDEwOC44NTQgMTUxLjc3NiAxMDguMTY3QzE1MS44MzIgMTA4LjExNyAxNTEuOTM3IDEwOC4wMjQgMTUxLjk2NyAxMDcuOTk3QzE1MS45NzYgMTA3LjkwMSAxNTEuOTY4IDEwNy44IDE1Mi4wNjggMTA3LjY5NEMxNTIuMjggMTA3LjQ5NiAxNTIuNTQ2IDEwNy4zMzMgMTUyLjg2NyAxMDcuMTM1QzE1My4wMiAxMDcuMDQ2IDE1My4xNjEgMTA2Ljk4OCAxNTMuMzE0IDEwNi44NzVDMTUzLjM0OSAxMDYuODUgMTUzLjM5NiAxMDYuODEgMTUzLjQzMyAxMDYuNzgxQzE1My42OSAxMDYuNTc2IDE1My43NSAxMDYuMjIzIDE1My41NjUgMTA1Ljk5MkMxNTMuMzc5IDEwNS43NjEgMTUzLjAyMSAxMDUuNzM5IDE1Mi43NjMgMTA1Ljk0NEMxNTIuNzI2IDEwNS45NzMgMTUyLjY3NiAxMDYuMDEgMTUyLjY0NCAxMDYuMDM5QzE1Mi40OTkgMTA2LjE2MiAxNTIuNDEgMTA2LjI4NCAxNTIuMjg5IDEwNi40MTJDMTUyLjAyNCAxMDYuNjggMTUxLjgwNSAxMDYuOTA0IDE1MS41NjQgMTA3LjA2NUMxNTEuNDYgMTA3LjEyNiAxNTEuMzA3IDEwNy4xMDUgMTUxLjIzOCAxMDcuMTAxTDE1MS4wMzMgMTA3LjI0NkMxNDkuODY4IDEwNi4wMjkgMTQ4LjI4MSAxMDUuMjUxIDE0Ni41NzIgMTA1LjFDMTQ2LjU2NyAxMDUuMDI5IDE0Ni41NjEgMTA0LjkgMTQ2LjU1OSAxMDQuODYxQzE0Ni40ODkgMTA0Ljc5NCAxNDYuNDA1IDEwNC43MzcgMTQ2LjM4MyAxMDQuNTkzQzE0Ni4zNiAxMDQuMzA2IDE0Ni4zOTkgMTAzLjk5NiAxNDYuNDQ0IDEwMy42MjNDMTQ2LjQ2OSAxMDMuNDQ4IDE0Ni41MTEgMTAzLjMwMyAxNDYuNTE4IDEwMy4xMTRDMTQ2LjUxOSAxMDMuMDcxIDE0Ni41MTcgMTAzLjAwOCAxNDYuNTE3IDEwMi45NjJDMTQ2LjUxNiAxMDIuNjM0IDE0Ni4yNzYgMTAyLjM2NyAxNDUuOTc5IDEwMi4zNjdIMTQ1Ljk3OVpNMTQ1LjMwNiAxMDYuNTE4TDE0NS4xNDYgMTA5LjMyNEwxNDUuMTM1IDEwOS4zM0MxNDUuMTI0IDEwOS41ODEgMTQ0LjkxNyAxMDkuNzgyIDE0NC42NjIgMTA5Ljc4MkMxNDQuNTU3IDEwOS43ODIgMTQ0LjQ2MSAxMDkuNzQ4IDE0NC4zODMgMTA5LjY5MUwxNDQuMzc4IDEwOS42OTRMMTQyLjA2NiAxMDguMDYyQzE0Mi43NzcgMTA3LjM2NyAxNDMuNjg2IDEwNi44NTMgMTQ0LjczMyAxMDYuNjE2QzE0NC45MjQgMTA2LjU3MyAxNDUuMTE2IDEwNi41NDEgMTQ1LjMwNiAxMDYuNTE4Wk0xNDYuNjUzIDEwNi41MThDMTQ3Ljg3NiAxMDYuNjY3IDE0OS4wMDcgMTA3LjIxOSAxNDkuODczIDEwOC4wNjNMMTQ3LjU3NyAxMDkuNjg1TDE0Ny41NjggMTA5LjY4MUMxNDcuMzY1IDEwOS44MjkgMTQ3LjA3NyAxMDkuNzkzIDE0Ni45MTggMTA5LjU5NEMxNDYuODUzIDEwOS41MTMgMTQ2LjgxOSAxMDkuNDE3IDE0Ni44MTUgMTA5LjMyMUwxNDYuODEzIDEwOS4zMkwxNDYuNjUzIDEwNi41MThaTTE0MS4yMjggMTA5LjExMUwxNDMuMzM5IDExMC45OUwxNDMuMzM2IDExMS4wMDJDMTQzLjUyNyAxMTEuMTY3IDE0My41NTUgMTExLjQ1MyAxNDMuMzk2IDExMS42NTFDMTQzLjMzMSAxMTEuNzMyIDE0My4yNDQgMTExLjc4NyAxNDMuMTUgMTExLjgxMkwxNDMuMTQ4IDExMS44MjFMMTQwLjQ0MiAxMTIuNTk5QzE0MC4zMDUgMTExLjM0NSAxNDAuNjAxIDExMC4xMjcgMTQxLjIyOCAxMDkuMTExWk0xNTAuNzE1IDEwOS4xMTJDMTUxLjAyOSAxMDkuNjE4IDE1MS4yNjYgMTEwLjE4MyAxNTEuNDA4IDExMC43OTZDMTUxLjU0NyAxMTEuNDAxIDE1MS41ODMgMTEyLjAwNiAxNTEuNTI1IDExMi41OUwxNDguODA1IDExMS44MUwxNDguODAzIDExMS43OTlDMTQ4LjU2IDExMS43MzIgMTQ4LjQxIDExMS40ODYgMTQ4LjQ2NyAxMTEuMjM4QzE0OC40OSAxMTEuMTM3IDE0OC41NDQgMTExLjA1MSAxNDguNjE3IDExMC45ODhMMTQ4LjYxNiAxMTAuOTgyTDE1MC43MTUgMTA5LjExMkgxNTAuNzE1Wk0xNDUuNTQ2IDExMS4xMzVIMTQ2LjQxMUwxNDYuOTQ4IDExMS44MDRMMTQ2Ljc1NSAxMTIuNjM5TDE0NS45NzkgMTEzLjAxTDE0NS4yIDExMi42MzhMMTQ1LjAwNyAxMTEuODAzTDE0NS41NDYgMTExLjEzNVpNMTQ4LjMxOCAxMTMuNDI0QzE0OC4zNTUgMTEzLjQyMiAxNDguMzkyIDExMy40MjYgMTQ4LjQyOCAxMTMuNDMyTDE0OC40MzIgMTEzLjQyN0wxNTEuMjMxIDExMy44OThDMTUwLjgyMSAxMTUuMDQzIDE1MC4wMzggMTE2LjAzNiAxNDguOTkgMTE2LjdMMTQ3LjkwNCAxMTQuMDg3TDE0Ny45MDcgMTE0LjA4M0MxNDcuODA3IDExMy44NTIgMTQ3LjkwNyAxMTMuNTgxIDE0OC4xMzcgMTEzLjQ3MUMxNDguMTk2IDExMy40NDMgMTQ4LjI1NyAxMTMuNDI3IDE0OC4zMTggMTEzLjQyNEgxNDguMzE4Wk0xNDMuNjE4IDExMy40MzZDMTQzLjgzMSAxMTMuNDM5IDE0NC4wMjMgMTEzLjU4NiAxNDQuMDczIDExMy44MDNDMTQ0LjA5NiAxMTMuOTA0IDE0NC4wODUgMTE0LjAwNCAxNDQuMDQ2IDExNC4wOTNMMTQ0LjA1NCAxMTQuMTAzTDE0Mi45NzkgMTE2LjY5QzE0MS45NzQgMTE2LjA0OCAxNDEuMTc0IDExNS4wODYgMTQwLjc0NSAxMTMuOTA3TDE0My41MiAxMTMuNDM4TDE0My41MjUgMTEzLjQ0NEMxNDMuNTU2IDExMy40MzggMTQzLjU4NyAxMTMuNDM1IDE0My42MTggMTEzLjQzNlYxMTMuNDM2Wk0xNDUuOTYyIDExNC41NjlDMTQ2LjAzNiAxMTQuNTY2IDE0Ni4xMTIgMTE0LjU4MSAxNDYuMTgzIDExNC42MTZDMTQ2LjI3OCAxMTQuNjYxIDE0Ni4zNSAxMTQuNzMyIDE0Ni4zOTYgMTE0LjgxN0gxNDYuNDA2TDE0Ny43NzQgMTE3LjI3N0MxNDcuNTk3IDExNy4zMzcgMTQ3LjQxNCAxMTcuMzg3IDE0Ny4yMjcgMTE3LjQyOUMxNDYuMTgxIDExNy42NjYgMTQ1LjEzOSAxMTcuNTk0IDE0NC4xOTQgMTE3LjI3NEwxNDUuNTU5IDExNC44MThIMTQ1LjU2MUMxNDUuNjQzIDExNC42NjYgMTQ1Ljc5OCAxMTQuNTc1IDE0NS45NjIgMTE0LjU2OVoiIGZpbGw9IiMzMjZDRTUiIHN0cm9rZT0iIzMyNkNFNSIgc3Ryb2tlLXdpZHRoPSIwLjI1Ii8+IDwvc3ZnPg==)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTY3IiBoZWlnaHQ9IjE1NiIgdmlld0JveD0iMCAwIDE2NyAxNTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxwYXRoIGQ9Ik05My44MTg1IDcuMDE4NDhDODUuOTMyNSAxLjI4ODk5IDc1LjI1NDEgMS4yODg5OSA2Ny4zNjgxIDcuMDE4NDlMMTIuMDE5OSA0Ny4yMzEzQzQuMTMzOTEgNTIuOTYwOCAwLjgzNDExNSA2My4xMTY2IDMuODQ2MjkgNzIuMzg3MUwyNC45ODc0IDEzNy40NTNDMjcuOTk5NiAxNDYuNzIzIDM2LjYzODYgMTUzIDQ2LjM4NjIgMTUzSDExNC44QzEyNC41NDggMTUzIDEzMy4xODcgMTQ2LjcyMyAxMzYuMTk5IDEzNy40NTNMMTU3LjM0IDcyLjM4NzFDMTYwLjM1MiA2My4xMTY2IDE1Ny4wNTMgNTIuOTYwOCAxNDkuMTY3IDQ3LjIzMTNMOTMuODE4NSA3LjAxODQ4WiIgZmlsbD0iIzMyNkNFNSIgZmlsbC1vcGFjaXR5PSIwLjEiIHN0cm9rZT0iIzMyNkNFNSIgc3Ryb2tlLXdpZHRoPSI1Ii8+IDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTM3LjMwMiAxMjkuNTFDMTI3LjE3MSAxMjQuNjgyIDEyMi44OSAxMTIuNTkxIDEyNy43NCAxMDIuNTA1QzEzMC4wNjkgOTcuNjYxMiAxMzQuMjM1IDkzLjkzNzEgMTM5LjMyMiA5Mi4xNTE4QzE0NC40MDkgOTAuMzY2NCAxNTAgOTAuNjY2MSAxNTQuODY0IDkyLjk4NDlDMTY0Ljk5NSA5Ny44MTM0IDE2OS4yNzYgMTA5LjkwNCAxNjQuNDI2IDExOS45OUMxNTkuNTc2IDEzMC4wNzcgMTQ3LjQzMyAxMzQuMzM5IDEzNy4zMDIgMTI5LjUxWiIgZmlsbD0iIzMyNkNFNSIvPiA8cGF0aCBkPSJNMTQ1Ljg5IDk5LjEwMjJDMTQ1LjY2MiA5OS4xMTM2IDE0NS40MzggOTkuMTcgMTQ1LjIzMiA5OS4yNjhMMTM2LjI1MiAxMDMuNTM5QzEzNi4wMiAxMDMuNjUgMTM1LjgxNiAxMDMuODExIDEzNS42NTUgMTA0LjAxQzEzNS40OTQgMTA0LjIwOSAxMzUuMzgxIDEwNC40NDEgMTM1LjMyMyAxMDQuNjlMMTMzLjEwOCAxMTQuMjg0QzEzMy4wNTcgMTE0LjUwNSAxMzMuMDUxIDExNC43MzQgMTMzLjA5MSAxMTQuOTU4QzEzMy4xMzEgMTE1LjE4MSAxMzMuMjE2IDExNS4zOTQgMTMzLjM0MSAxMTUuNTg0QzEzMy4zNzEgMTE1LjYzMSAxMzMuNDA0IDExNS42NzYgMTMzLjQzOCAxMTUuNzE5TDEzOS42NTQgMTIzLjQxMkMxMzkuODE1IDEyMy42MTEgMTQwLjAxOSAxMjMuNzcyIDE0MC4yNTEgMTIzLjg4M0MxNDAuNDg0IDEyMy45OTMgMTQwLjczOSAxMjQuMDUgMTQwLjk5NiAxMjQuMDVMMTUwLjk2NCAxMjQuMDQ4QzE1MS4yMjIgMTI0LjA0OCAxNTEuNDc2IDEyMy45OTEgMTUxLjcwOSAxMjMuODgxQzE1MS45NDEgMTIzLjc3MSAxNTIuMTQ2IDEyMy42MSAxNTIuMzA3IDEyMy40MTFMMTU4LjUyIDExNS43MTdDMTU4LjY4MSAxMTUuNTE4IDE1OC43OTQgMTE1LjI4NSAxNTguODUyIDExNS4wMzdDMTU4LjkwOSAxMTQuNzg4IDE1OC45MDkgMTE0LjUzIDE1OC44NTIgMTE0LjI4MkwxNTYuNjMzIDEwNC42ODdDMTU2LjU3NSAxMDQuNDM5IDE1Ni40NjIgMTA0LjIwNyAxNTYuMzAxIDEwNC4wMDdDMTU2LjE0IDEwMy44MDggMTU1LjkzNiAxMDMuNjQ4IDE1NS43MDQgMTAzLjUzN0wxNDYuNzIzIDk5LjI2OEMxNDYuNDY0IDk5LjE0NDcgMTQ2LjE3NyA5OS4wODc3IDE0NS44OSA5OS4xMDIyWiIgZmlsbD0id2hpdGUiLz4gPHBhdGggZD0iTTE0NS45NzkgMTAyLjM2N0MxNDUuNjgyIDEwMi4zNjcgMTQ1LjQ0MiAxMDIuNjM0IDE0NS40NDIgMTAyLjk2MkMxNDUuNDQyIDEwMi45NjcgMTQ1LjQ0MyAxMDIuOTcyIDE0NS40NDMgMTAyLjk3N0MxNDUuNDQyIDEwMy4wMjEgMTQ1LjQ0IDEwMy4wNzUgMTQ1LjQ0MiAxMDMuMTE0QzE0NS40NDkgMTAzLjMwMyAxNDUuNDkgMTAzLjQ0OCAxNDUuNTE1IDEwMy42MjNDMTQ1LjU2IDEwMy45OTYgMTQ1LjU5OCAxMDQuMzA2IDE0NS41NzUgMTA0LjU5M0MxNDUuNTUyIDEwNC43MDIgMTQ1LjQ3MiAxMDQuODAxIDE0NS40IDEwNC44N0wxNDUuMzg4IDEwNS4wOTZDMTQ1LjA2NSAxMDUuMTIzIDE0NC43NCAxMDUuMTcyIDE0NC40MTYgMTA1LjI0NUMxNDMuMDIgMTA1LjU2MSAxNDEuODE5IDEwNi4yNzYgMTQwLjkwNCAxMDcuMjQyQzE0MC44NDUgMTA3LjIwMiAxNDAuNzQxIDEwNy4xMjggMTQwLjcxIDEwNy4xMDVDMTQwLjYxNCAxMDcuMTE4IDE0MC41MTcgMTA3LjE0OCAxNDAuMzkxIDEwNy4wNzRDMTQwLjE1IDEwNi45MTMgMTM5LjkzMSAxMDYuNjkxIDEzOS42NjYgMTA2LjQyM0MxMzkuNTQ0IDEwNi4yOTQgMTM5LjQ1NyAxMDYuMTcyIDEzOS4zMTIgMTA2LjA0OUMxMzkuMjc5IDEwNi4wMjEgMTM5LjIyOSAxMDUuOTgzIDEzOS4xOTMgMTA1Ljk1NEMxMzkuMDggMTA1Ljg2NCAxMzguOTQ3IDEwNS44MTggMTM4LjgxOCAxMDUuODEzQzEzOC42NTMgMTA1LjgwOCAxMzguNDk0IDEwNS44NzIgMTM4LjM5IDEwNi4wMDJDMTM4LjIwNSAxMDYuMjMzIDEzOC4yNjQgMTA2LjU4NiAxMzguNTIyIDEwNi43OTFDMTM4LjUyNSAxMDYuNzkzIDEzOC41MjcgMTA2Ljc5NSAxMzguNTMgMTA2Ljc5N0MxMzguNTY2IDEwNi44MjUgMTM4LjYwOSAxMDYuODYyIDEzOC42NDIgMTA2Ljg4NkMxMzguNzk1IDEwNi45OTggMTM4LjkzNSAxMDcuMDU2IDEzOS4wODcgMTA3LjE0NUMxMzkuNDA5IDEwNy4zNDMgMTM5LjY3NSAxMDcuNTA3IDEzOS44ODYgMTA3LjcwNEMxMzkuOTY5IDEwNy43OTIgMTM5Ljk4MyAxMDcuOTQ2IDEzOS45OTQgMTA4LjAxM0wxNDAuMTY3IDEwOC4xNjZDMTM5LjI0NCAxMDkuNTQ4IDEzOC44MTggMTExLjI1NCAxMzkuMDcgMTEyLjk5M0wxMzguODQ1IDExMy4wNThDMTM4Ljc4NSAxMTMuMTM1IDEzOC43MDIgMTEzLjI1NSAxMzguNjE0IDExMy4yOTFDMTM4LjMzNyAxMTMuMzc3IDEzOC4wMjYgMTEzLjQwOSAxMzcuNjUgMTEzLjQ0OEMxMzcuNDc0IDExMy40NjMgMTM3LjMyMiAxMTMuNDU0IDEzNy4xMzUgMTEzLjQ5QzEzNy4wOTQgMTEzLjQ5NyAxMzcuMDM2IDExMy41MTIgMTM2Ljk5MSAxMTMuNTIzQzEzNi45OSAxMTMuNTIzIDEzNi45ODggMTEzLjUyMyAxMzYuOTg3IDExMy41MjRDMTM2Ljk4NCAxMTMuNTI0IDEzNi45ODEgMTEzLjUyNiAxMzYuOTc5IDExMy41MjZDMTM2LjY2MiAxMTMuNjAyIDEzNi40NTggMTEzLjg5MiAxMzYuNTI0IDExNC4xNzhDMTM2LjU4OSAxMTQuNDYzIDEzNi44OTkgMTE0LjYzNyAxMzcuMjE3IDExNC41NjlDMTM3LjIyIDExNC41NjggMTM3LjIyMyAxMTQuNTY4IDEzNy4yMjUgMTE0LjU2OEMxMzcuMjI5IDExNC41NjcgMTM3LjIzMiAxMTQuNTY1IDEzNy4yMzYgMTE0LjU2NEMxMzcuMjggMTE0LjU1NSAxMzcuMzM2IDExNC41NDQgMTM3LjM3NSAxMTQuNTMzQzEzNy41NTkgMTE0LjQ4NCAxMzcuNjkyIDExNC40MTIgMTM3Ljg1NyAxMTQuMzQ5QzEzOC4yMTMgMTE0LjIyMiAxMzguNTA3IDExNC4xMTYgMTM4Ljc5NCAxMTQuMDc1QzEzOC45MTQgMTE0LjA2NiAxMzkuMDQgMTE0LjE0OCAxMzkuMTAzIDExNC4xODNMMTM5LjMzNyAxMTQuMTQzQzEzOS44NzcgMTE1LjgwOCAxNDEuMDA2IDExNy4xNTIgMTQyLjQzNyAxMTcuOTk2TDE0Mi4zNCAxMTguMjNDMTQyLjM3NSAxMTguMzIgMTQyLjQxNCAxMTguNDQzIDE0Mi4zODcgMTE4LjUzMkMxNDIuMjgzIDExOC44MDIgMTQyLjEwNCAxMTkuMDg2IDE0MS45MDEgMTE5LjQwM0MxNDEuODAyIDExOS41NDkgMTQxLjcwMSAxMTkuNjYzIDE0MS42MTMgMTE5LjgzQzE0MS41OTEgMTE5Ljg3IDE0MS41NjQgMTE5LjkzMiAxNDEuNTQ0IDExOS45NzRDMTQxLjQwNiAxMjAuMjY5IDE0MS41MDcgMTIwLjYwNyAxNDEuNzcyIDEyMC43MzVDMTQyLjAzOSAxMjAuODYzIDE0Mi4zNzEgMTIwLjcyOCAxNDIuNTE0IDEyMC40MzNDMTQyLjUxNCAxMjAuNDMyIDE0Mi41MTUgMTIwLjQzMiAxNDIuNTE1IDEyMC40MzJDMTQyLjUxNSAxMjAuNDMxIDE0Mi41MTUgMTIwLjQzMSAxNDIuNTE1IDEyMC40MzFDMTQyLjUzNiAxMjAuMzg5IDE0Mi41NjUgMTIwLjMzNCAxNDIuNTgyIDEyMC4yOTRDMTQyLjY1OCAxMjAuMTIxIDE0Mi42ODMgMTE5Ljk3MiAxNDIuNzM3IDExOS44MDRDMTQyLjg3OSAxMTkuNDQ4IDE0Mi45NTcgMTE5LjA3NSAxNDMuMTUzIDExOC44NDNDMTQzLjIwNyAxMTguNzc5IDE0My4yOTQgMTE4Ljc1NSAxNDMuMzg1IDExOC43M0wxNDMuNTA2IDExOC41MTFDMTQ0Ljc1NCAxMTguOTg4IDE0Ni4xNSAxMTkuMTE1IDE0Ny41NDQgMTE4LjhDMTQ3Ljg2MyAxMTguNzI4IDE0OC4xNyAxMTguNjM1IDE0OC40NjcgMTE4LjUyNEMxNDguNTAxIDExOC41ODQgMTQ4LjU2NCAxMTguNyAxNDguNTgxIDExOC43MjlDMTQ4LjY3NCAxMTguNzU5IDE0OC43NzQgMTE4Ljc3NSAxNDguODU2IDExOC44OTVDMTQ5LjAwMiAxMTkuMTQ0IDE0OS4xMDMgMTE5LjQzOSAxNDkuMjI1IDExOS43OTVDMTQ5LjI3OCAxMTkuOTYzIDE0OS4zMDUgMTIwLjExMiAxNDkuMzgxIDEyMC4yODVDMTQ5LjM5OCAxMjAuMzI1IDE0OS40MjcgMTIwLjM4MSAxNDkuNDQ3IDEyMC40MjNDMTQ5LjU5MSAxMjAuNzE4IDE0OS45MjMgMTIwLjg1NCAxNTAuMTkgMTIwLjcyNkMxNTAuNDU2IDEyMC41OTggMTUwLjU1NyAxMjAuMjU5IDE1MC40MTkgMTE5Ljk2NUMxNTAuMzk4IDExOS45MjMgMTUwLjM3IDExOS44NjEgMTUwLjM0OSAxMTkuODIxQzE1MC4yNiAxMTkuNjU0IDE1MC4xNTkgMTE5LjU0MSAxNTAuMDYxIDExOS4zOTVDMTQ5Ljg1NyAxMTkuMDc4IDE0OS42ODggMTE4LjgxNSAxNDkuNTg0IDExOC41NDVDMTQ5LjU0IDExOC40MDYgMTQ5LjU5MSAxMTguMzIgMTQ5LjYyNSAxMTguMjNDMTQ5LjYwNSAxMTguMjA2IDE0OS41NjEgMTE4LjA3NSAxNDkuNTM2IDExOC4wMTRDMTUxLjAyMyAxMTcuMTQgMTUyLjExOSAxMTUuNzQ0IDE1Mi42MzQgMTE0LjEzM0MxNTIuNzA0IDExNC4xNDQgMTUyLjgyNSAxMTQuMTY1IDE1Mi44NjQgMTE0LjE3M0MxNTIuOTQ1IDExNC4xMiAxNTMuMDE5IDExNC4wNTEgMTUzLjE2NSAxMTQuMDYyQzE1My40NTIgMTE0LjEwNCAxNTMuNzQ2IDExNC4yMSAxNTQuMTAyIDExNC4zMzdDMTU0LjI2NyAxMTQuNCAxNTQuNDAxIDExNC40NzMgMTU0LjU4NCAxMTQuNTIyQzE1NC42MjMgMTE0LjUzMiAxNTQuNjc5IDExNC41NDIgMTU0LjcyMyAxMTQuNTUyQzE1NC43MjcgMTE0LjU1MyAxNTQuNzMgMTE0LjU1NCAxNTQuNzM0IDExNC41NTVDMTU0LjczNiAxMTQuNTU2IDE1NC43MzkgMTE0LjU1NiAxNTQuNzQyIDExNC41NTZDMTU1LjA2IDExNC42MjUgMTU1LjM3IDExNC40NTEgMTU1LjQzNSAxMTQuMTY1QzE1NS41MDEgMTEzLjg4IDE1NS4yOTcgMTEzLjU5IDE1NC45ODEgMTEzLjUxNEMxNTQuOTM1IDExMy41MDMgMTU0Ljg2OSAxMTMuNDg1IDE1NC44MjQgMTEzLjQ3N0MxNTQuNjM3IDExMy40NDIgMTU0LjQ4NSAxMTMuNDUgMTU0LjMwOSAxMTMuNDM2QzE1My45MzMgMTEzLjM5NyAxNTMuNjIyIDExMy4zNjUgMTUzLjM0NSAxMTMuMjc4QzE1My4yMzIgMTEzLjIzNCAxNTMuMTUyIDExMy4xMDEgMTUzLjExMyAxMTMuMDQ2TDE1Mi44OTYgMTEyLjk4M0MxNTMuMDA5IDExMi4xNzIgMTUyLjk3OCAxMTEuMzI5IDE1Mi43ODQgMTEwLjQ4NUMxNTIuNTg3IDEwOS42MzMgMTUyLjI0IDEwOC44NTQgMTUxLjc3NiAxMDguMTY3QzE1MS44MzIgMTA4LjExNyAxNTEuOTM3IDEwOC4wMjQgMTUxLjk2NyAxMDcuOTk3QzE1MS45NzYgMTA3LjkwMSAxNTEuOTY4IDEwNy44IDE1Mi4wNjggMTA3LjY5NEMxNTIuMjggMTA3LjQ5NiAxNTIuNTQ2IDEwNy4zMzMgMTUyLjg2NyAxMDcuMTM1QzE1My4wMiAxMDcuMDQ2IDE1My4xNjEgMTA2Ljk4OCAxNTMuMzE0IDEwNi44NzVDMTUzLjM0OSAxMDYuODUgMTUzLjM5NiAxMDYuODEgMTUzLjQzMyAxMDYuNzgxQzE1My42OSAxMDYuNTc2IDE1My43NSAxMDYuMjIzIDE1My41NjUgMTA1Ljk5MkMxNTMuMzc5IDEwNS43NjEgMTUzLjAyMSAxMDUuNzM5IDE1Mi43NjMgMTA1Ljk0NEMxNTIuNzI2IDEwNS45NzMgMTUyLjY3NiAxMDYuMDEgMTUyLjY0NCAxMDYuMDM5QzE1Mi40OTkgMTA2LjE2MiAxNTIuNDEgMTA2LjI4NCAxNTIuMjg5IDEwNi40MTJDMTUyLjAyNCAxMDYuNjggMTUxLjgwNSAxMDYuOTA0IDE1MS41NjQgMTA3LjA2NUMxNTEuNDYgMTA3LjEyNiAxNTEuMzA3IDEwNy4xMDUgMTUxLjIzOCAxMDcuMTAxTDE1MS4wMzMgMTA3LjI0NkMxNDkuODY4IDEwNi4wMjkgMTQ4LjI4MSAxMDUuMjUxIDE0Ni41NzIgMTA1LjFDMTQ2LjU2NyAxMDUuMDI5IDE0Ni41NjEgMTA0LjkgMTQ2LjU1OSAxMDQuODYxQzE0Ni40ODkgMTA0Ljc5NCAxNDYuNDA1IDEwNC43MzcgMTQ2LjM4MyAxMDQuNTkzQzE0Ni4zNiAxMDQuMzA2IDE0Ni4zOTkgMTAzLjk5NiAxNDYuNDQ0IDEwMy42MjNDMTQ2LjQ2OSAxMDMuNDQ4IDE0Ni41MTEgMTAzLjMwMyAxNDYuNTE4IDEwMy4xMTRDMTQ2LjUxOSAxMDMuMDcxIDE0Ni41MTcgMTAzLjAwOCAxNDYuNTE3IDEwMi45NjJDMTQ2LjUxNiAxMDIuNjM0IDE0Ni4yNzYgMTAyLjM2NyAxNDUuOTc5IDEwMi4zNjdIMTQ1Ljk3OVpNMTQ1LjMwNiAxMDYuNTE4TDE0NS4xNDYgMTA5LjMyNEwxNDUuMTM1IDEwOS4zM0MxNDUuMTI0IDEwOS41ODEgMTQ0LjkxNyAxMDkuNzgyIDE0NC42NjIgMTA5Ljc4MkMxNDQuNTU3IDEwOS43ODIgMTQ0LjQ2MSAxMDkuNzQ4IDE0NC4zODMgMTA5LjY5MUwxNDQuMzc4IDEwOS42OTRMMTQyLjA2NiAxMDguMDYyQzE0Mi43NzcgMTA3LjM2NyAxNDMuNjg2IDEwNi44NTMgMTQ0LjczMyAxMDYuNjE2QzE0NC45MjQgMTA2LjU3MyAxNDUuMTE2IDEwNi41NDEgMTQ1LjMwNiAxMDYuNTE4Wk0xNDYuNjUzIDEwNi41MThDMTQ3Ljg3NiAxMDYuNjY3IDE0OS4wMDcgMTA3LjIxOSAxNDkuODczIDEwOC4wNjNMMTQ3LjU3NyAxMDkuNjg1TDE0Ny41NjggMTA5LjY4MUMxNDcuMzY1IDEwOS44MjkgMTQ3LjA3NyAxMDkuNzkzIDE0Ni45MTggMTA5LjU5NEMxNDYuODUzIDEwOS41MTMgMTQ2LjgxOSAxMDkuNDE3IDE0Ni44MTUgMTA5LjMyMUwxNDYuODEzIDEwOS4zMkwxNDYuNjUzIDEwNi41MThaTTE0MS4yMjggMTA5LjExMUwxNDMuMzM5IDExMC45OUwxNDMuMzM2IDExMS4wMDJDMTQzLjUyNyAxMTEuMTY3IDE0My41NTUgMTExLjQ1MyAxNDMuMzk2IDExMS42NTFDMTQzLjMzMSAxMTEuNzMyIDE0My4yNDQgMTExLjc4NyAxNDMuMTUgMTExLjgxMkwxNDMuMTQ4IDExMS44MjFMMTQwLjQ0MiAxMTIuNTk5QzE0MC4zMDUgMTExLjM0NSAxNDAuNjAxIDExMC4xMjcgMTQxLjIyOCAxMDkuMTExWk0xNTAuNzE1IDEwOS4xMTJDMTUxLjAyOSAxMDkuNjE4IDE1MS4yNjYgMTEwLjE4MyAxNTEuNDA4IDExMC43OTZDMTUxLjU0NyAxMTEuNDAxIDE1MS41ODMgMTEyLjAwNiAxNTEuNTI1IDExMi41OUwxNDguODA1IDExMS44MUwxNDguODAzIDExMS43OTlDMTQ4LjU2IDExMS43MzIgMTQ4LjQxIDExMS40ODYgMTQ4LjQ2NyAxMTEuMjM4QzE0OC40OSAxMTEuMTM3IDE0OC41NDQgMTExLjA1MSAxNDguNjE3IDExMC45ODhMMTQ4LjYxNiAxMTAuOTgyTDE1MC43MTUgMTA5LjExMkgxNTAuNzE1Wk0xNDUuNTQ2IDExMS4xMzVIMTQ2LjQxMUwxNDYuOTQ4IDExMS44MDRMMTQ2Ljc1NSAxMTIuNjM5TDE0NS45NzkgMTEzLjAxTDE0NS4yIDExMi42MzhMMTQ1LjAwNyAxMTEuODAzTDE0NS41NDYgMTExLjEzNVpNMTQ4LjMxOCAxMTMuNDI0QzE0OC4zNTUgMTEzLjQyMiAxNDguMzkyIDExMy40MjYgMTQ4LjQyOCAxMTMuNDMyTDE0OC40MzIgMTEzLjQyN0wxNTEuMjMxIDExMy44OThDMTUwLjgyMSAxMTUuMDQzIDE1MC4wMzggMTE2LjAzNiAxNDguOTkgMTE2LjdMMTQ3LjkwNCAxMTQuMDg3TDE0Ny45MDcgMTE0LjA4M0MxNDcuODA3IDExMy44NTIgMTQ3LjkwNyAxMTMuNTgxIDE0OC4xMzcgMTEzLjQ3MUMxNDguMTk2IDExMy40NDMgMTQ4LjI1NyAxMTMuNDI3IDE0OC4zMTggMTEzLjQyNEgxNDguMzE4Wk0xNDMuNjE4IDExMy40MzZDMTQzLjgzMSAxMTMuNDM5IDE0NC4wMjMgMTEzLjU4NiAxNDQuMDczIDExMy44MDNDMTQ0LjA5NiAxMTMuOTA0IDE0NC4wODUgMTE0LjAwNCAxNDQuMDQ2IDExNC4wOTNMMTQ0LjA1NCAxMTQuMTAzTDE0Mi45NzkgMTE2LjY5QzE0MS45NzQgMTE2LjA0OCAxNDEuMTc0IDExNS4wODYgMTQwLjc0NSAxMTMuOTA3TDE0My41MiAxMTMuNDM4TDE0My41MjUgMTEzLjQ0NEMxNDMuNTU2IDExMy40MzggMTQzLjU4NyAxMTMuNDM1IDE0My42MTggMTEzLjQzNlYxMTMuNDM2Wk0xNDUuOTYyIDExNC41NjlDMTQ2LjAzNiAxMTQuNTY2IDE0Ni4xMTIgMTE0LjU4MSAxNDYuMTgzIDExNC42MTZDMTQ2LjI3OCAxMTQuNjYxIDE0Ni4zNSAxMTQuNzMyIDE0Ni4zOTYgMTE0LjgxN0gxNDYuNDA2TDE0Ny43NzQgMTE3LjI3N0MxNDcuNTk3IDExNy4zMzcgMTQ3LjQxNCAxMTcuMzg3IDE0Ny4yMjcgMTE3LjQyOUMxNDYuMTgxIDExNy42NjYgMTQ1LjEzOSAxMTcuNTk0IDE0NC4xOTQgMTE3LjI3NEwxNDUuNTU5IDExNC44MThIMTQ1LjU2MUMxNDUuNjQzIDExNC42NjYgMTQ1Ljc5OCAxMTQuNTc1IDE0NS45NjIgMTE0LjU2OVoiIGZpbGw9IiMzMjZDRTUiIHN0cm9rZT0iIzMyNkNFNSIgc3Ryb2tlLXdpZHRoPSIwLjI1Ii8+IDwvc3ZnPg==)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "0", + backgroundImageOpacity: "0", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-sidecar-injector", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "674e8273-f90a-45b8-aaa0-8cf23dc67ce4": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "1005", + zIndex: "1005", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-operator-admin", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "10.5px", + width: "10.5px", + shape: "round-rectangle", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjM4NjcgMzYuMjIyMUgyNS4yNzQyVjQyLjE0NzVIMTYuMzg2N1Y1MS4wMzU3SDEwLjQ2MTdWNDIuMTQ3NUgxLjU3NDIyVjM2LjIyMjFIMTAuNDYxN1YyNy4zMzRIMTYuMzg2N1YzNi4yMjIxWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00OS43MTA3IDQ0Ljg4NzFDNjAuMzk4MiA0NC44ODcxIDY5LjA2MjIgMzYuMjIzMiA2OS4wNjIyIDI1LjUzNThDNjkuMDYyMiAxNC44NDg0IDYwLjM5ODIgNi4xODQ1NyA0OS43MTA3IDYuMTg0NTdDMzkuMDIzMSA2LjE4NDU3IDMwLjM1OTEgMTQuODQ4NCAzMC4zNTkxIDI1LjUzNThDMzAuMzU5MSAzNi4yMjMyIDM5LjAyMzEgNDQuODg3MSA0OS43MTA3IDQ0Ljg4NzFaTTM1LjY4MzMgNDUuOTA1OUMzNi4wNzI2IDQ1Ljg0OTEgMzYuNDY2IDQ1Ljk1MDQgMzYuNzk4OCA0Ni4xNjAxQzQwLjI4MzcgNDguMzU2MSA0NC43NTQ3IDQ5LjY3NTYgNDkuNjMwMyA0OS42NzU2QzU0LjUzMzggNDkuNjc1NiA1OS4wMjgxIDQ4LjM0MDkgNjIuNTIxNSA0Ni4xMjIzQzYyLjg0NzIgNDUuOTE1NCA2My4yMzE3IDQ1LjgxMjYgNjMuNjE0MyA0NS44NjE3QzcyLjk2NzggNDcuMDYzMSA4MC4xOTU5IDU1LjA1NTMgODAuMTk1OSA2NC43MzU2VjcyLjIzMTRDODAuMTk1OSA3OC42Mjg4IDc1LjAwOTggODMuODE0OSA2OC42MTI0IDgzLjgxNDlIMzEuMDA3MkMyNC42MDk5IDgzLjgxNDkgMTkuNDIzOCA3OC42Mjg4IDE5LjQyMzggNzIuMjMxNVY2NC43MzU2QzE5LjQyMzggNTUuMTY2NyAyNi40ODY1IDQ3LjI0NzMgMzUuNjgzMyA0NS45MDU5WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04MC43MzQ4IDgyLjM2NTdDODIuNDE5MyA4MC4yMjMzIDgzLjQyNDEgNzcuNTIxMSA4My40MjQxIDc0LjU4NDNWNjMuODg0NEM4My40MjQxIDU1LjgyOTggNzguODIzNyA0OC44NDk3IDcyLjEwNzIgNDUuNDI4MkM4MS40Mzg1IDQ2Ljk2ODQgODguNTE1OSA1NC41MjgzIDg4LjQyMzEgNjMuNDUwNFY3MS44ODI3Qzg4LjQyMzEgNzYuNjM4IDg1LjI0OTYgODAuNjkzMSA4MC43MzQ4IDgyLjM2NTdaTTcyLjMxODIgMjUuNTM1NEM3Mi4zMTgyIDMwLjQ0OSA3MC44MzIzIDM1LjAxNTUgNjguMjg1NCAzOC44MTAyQzc0LjkyMjUgMzYuNTg1NCA3OS43MDQ3IDMwLjMxNjMgNzkuNzA0NyAyMi45MzAxQzc5LjcwNDcgMTMuNjgyMyA3Mi4yMDggNi4xODU1NSA2Mi45NjAyIDYuMTg1NTVDNjIuNzgxNCA2LjE4NTU1IDYyLjYwMzMgNi4xODgzNSA2Mi40MjU4IDYuMTkzOTFDNjguNDE4NyAxMC41MjYyIDcyLjMxODIgMTcuNTc1NCA3Mi4zMTgyIDI1LjUzNTRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjM4NjcgMzYuMjIyMUgyNS4yNzQyVjQyLjE0NzVIMTYuMzg2N1Y1MS4wMzU3SDEwLjQ2MTdWNDIuMTQ3NUgxLjU3NDIyVjM2LjIyMjFIMTAuNDYxN1YyNy4zMzRIMTYuMzg2N1YzNi4yMjIxWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00OS43MTA3IDQ0Ljg4NzFDNjAuMzk4MiA0NC44ODcxIDY5LjA2MjIgMzYuMjIzMiA2OS4wNjIyIDI1LjUzNThDNjkuMDYyMiAxNC44NDg0IDYwLjM5ODIgNi4xODQ1NyA0OS43MTA3IDYuMTg0NTdDMzkuMDIzMSA2LjE4NDU3IDMwLjM1OTEgMTQuODQ4NCAzMC4zNTkxIDI1LjUzNThDMzAuMzU5MSAzNi4yMjMyIDM5LjAyMzEgNDQuODg3MSA0OS43MTA3IDQ0Ljg4NzFaTTM1LjY4MzMgNDUuOTA1OUMzNi4wNzI2IDQ1Ljg0OTEgMzYuNDY2IDQ1Ljk1MDQgMzYuNzk4OCA0Ni4xNjAxQzQwLjI4MzcgNDguMzU2MSA0NC43NTQ3IDQ5LjY3NTYgNDkuNjMwMyA0OS42NzU2QzU0LjUzMzggNDkuNjc1NiA1OS4wMjgxIDQ4LjM0MDkgNjIuNTIxNSA0Ni4xMjIzQzYyLjg0NzIgNDUuOTE1NCA2My4yMzE3IDQ1LjgxMjYgNjMuNjE0MyA0NS44NjE3QzcyLjk2NzggNDcuMDYzMSA4MC4xOTU5IDU1LjA1NTMgODAuMTk1OSA2NC43MzU2VjcyLjIzMTRDODAuMTk1OSA3OC42Mjg4IDc1LjAwOTggODMuODE0OSA2OC42MTI0IDgzLjgxNDlIMzEuMDA3MkMyNC42MDk5IDgzLjgxNDkgMTkuNDIzOCA3OC42Mjg4IDE5LjQyMzggNzIuMjMxNVY2NC43MzU2QzE5LjQyMzggNTUuMTY2NyAyNi40ODY1IDQ3LjI0NzMgMzUuNjgzMyA0NS45MDU5WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04MC43MzQ4IDgyLjM2NTdDODIuNDE5MyA4MC4yMjMzIDgzLjQyNDEgNzcuNTIxMSA4My40MjQxIDc0LjU4NDNWNjMuODg0NEM4My40MjQxIDU1LjgyOTggNzguODIzNyA0OC44NDk3IDcyLjEwNzIgNDUuNDI4MkM4MS40Mzg1IDQ2Ljk2ODQgODguNTE1OSA1NC41MjgzIDg4LjQyMzEgNjMuNDUwNFY3MS44ODI3Qzg4LjQyMzEgNzYuNjM4IDg1LjI0OTYgODAuNjkzMSA4MC43MzQ4IDgyLjM2NTdaTTcyLjMxODIgMjUuNTM1NEM3Mi4zMTgyIDMwLjQ0OSA3MC44MzIzIDM1LjAxNTUgNjguMjg1NCAzOC44MTAyQzc0LjkyMjUgMzYuNTg1NCA3OS43MDQ3IDMwLjMxNjMgNzkuNzA0NyAyMi45MzAxQzc5LjcwNDcgMTMuNjgyMyA3Mi4yMDggNi4xODU1NSA2Mi45NjAyIDYuMTg1NTVDNjIuNzgxNCA2LjE4NTU1IDYyLjYwMzMgNi4xODgzNSA2Mi40MjU4IDYuMTkzOTFDNjguNDE4NyAxMC41MjYyIDcyLjMxODIgMTcuNTc1NCA3Mi4zMTgyIDI1LjUzNTRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-operator-admin", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "26f2ead6-5ab5-4598-b3f8-eb0534fa57b9": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "1006", + zIndex: "1006", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-operator", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "10.5px", + width: "10.5px", + shape: "round-rectangle", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05LjUgOTBDOS41IDgwLjkwNjkgMTMuMjQwMiA3Mi4xODYxIDE5Ljg5NzcgNjUuNzU2M0MyNi41NTUzIDU5LjMyNjUgMzUuNTg0OCA1NS43MTQzIDQ1IDU1LjcxNDNDNTQuNDE1MiA1NS43MTQzIDYzLjQ0NDggNTkuMzI2NSA3MC4xMDIzIDY1Ljc1NjNDNzYuNzU5OCA3Mi4xODYxIDgwLjUgODAuOTA2OSA4MC41IDkwSDkuNVpNNDUgNTEuNDI4NkMzMC4yODk3IDUxLjQyODYgMTguMzc1IDM5LjkyMTQgMTguMzc1IDI1LjcxNDNDMTguMzc1IDExLjUwNzEgMzAuMjg5NyAwIDQ1IDBDNTkuNzEwMyAwIDcxLjYyNSAxMS41MDcxIDcxLjYyNSAyNS43MTQzQzcxLjYyNSAzOS45MjE0IDU5LjcxMDMgNTEuNDI4NiA0NSA1MS40Mjg2Wk01MC4yNjY3IDY1LjMwOTNDNTEuMjI5OSA2NC40NTEyIDUyLjY4MTEgNjQuNDcxNyA1My42MjAyIDY1LjM1NjZMNTMuNzY2OSA2NS40OTQ4QzU0LjgzMjMgNjYuNDk4NiA1NC44MjI0IDY4LjIwNjcgNTMuNzQ1NSA2OS4xOTc5TDQ3LjQ0NjMgNzQuOTk2MkM0Ni40NjA5IDc1LjkwMzEgNDQuOTQzNCA3NS44Njc4IDQ0LjAwMDYgNzQuOTE2TDQzLjc2MDcgNzQuNjczOEM0My42ODAzIDc0LjU5MjYgNDMuNjA2NSA3NC41MDczIDQzLjUzOTQgNzQuNDE4Nkg0MS42NDkzQzQxLjg1MTcgNzQuOTQzNCA0Mi4xNjMgNzUuNDM2IDQyLjU4NDQgNzUuODYxM0w0Mi44MjQzIDc2LjEwMzVDNDQuMzk1NyA3Ny42ODk5IDQ2LjkyNDkgNzcuNzQ4OCA0OC41NjcxIDc2LjIzNzJMNTQuODY2MyA3MC40Mzg5QzU2LjY2MTIgNjguNzg2OCA1Ni42Nzc2IDY1Ljk0MDEgNTQuOTAxOSA2NC4yNjdMNTQuNzU1MyA2NC4xMjg4QzUzLjE5MDEgNjIuNjU0IDUwLjc3MTUgNjIuNjE5OSA0OS4xNjYgNjQuMDVMNDIuNzczNiA2OS43NDQyQzQyLjY2MzIgNjkuODQyNSA0Mi41NTkzIDY5Ljk0NTMgNDIuNDYxOSA3MC4wNTIxSDQ0Ljk0MjNMNTAuMjY2NyA2NS4zMDkzWk0zNS4zMzMxIDgzLjAzOEMzNi4yNzIzIDgzLjkyMjkgMzcuNzIzNCA4My45NDM0IDM4LjY4NjcgODMuMDg1NEw0NC4wMTEgNzguMzQyNUg0Ni40OTE0QzQ2LjM5NCA3OC40NDkzIDQ2LjI5MDEgNzguNTUyMSA0Ni4xNzk4IDc4LjY1MDRMMzkuNzg3MyA4NC4zNDQ3QzM4LjE4MTkgODUuNzc0NyAzNS43NjMzIDg1Ljc0MDYgMzQuMTk4MSA4NC4yNjU4TDM0LjA1MTQgODQuMTI3NkMzMi4yNzU4IDgyLjQ1NDUgMzIuMjkyMiA3OS42MDc4IDM0LjA4NyA3Ny45NTU3TDQwLjM4NjMgNzIuMTU3NEM0Mi4wMjg1IDcwLjY0NTggNDQuNTU3NyA3MC43MDQ3IDQ2LjEyOTEgNzIuMjkxMUw0Ni4zNjkgNzIuNTMzM0M0Ni43OTAzIDcyLjk1ODcgNDcuMTAxNyA3My40NTEzIDQ3LjMwNDEgNzMuOTc2SDQ1LjQxMzlDNDUuMzQ2OSA3My44ODczIDQ1LjI3MzEgNzMuODAyIDQ1LjE5MjcgNzMuNzIwOEw0NC45NTI4IDczLjQ3ODdDNDQuMDA5OSA3Mi41MjY4IDQyLjQ5MjQgNzIuNDkxNSA0MS41MDcxIDczLjM5ODRMMzUuMjA3OSA3OS4xOTY3QzM0LjEzMSA4MC4xODggMzQuMTIxMSA4MS44OTYgMzUuMTg2NSA4Mi44OTk5TDM1LjMzMzEgODMuMDM4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05LjUgOTBDOS41IDgwLjkwNjkgMTMuMjQwMiA3Mi4xODYxIDE5Ljg5NzcgNjUuNzU2M0MyNi41NTUzIDU5LjMyNjUgMzUuNTg0OCA1NS43MTQzIDQ1IDU1LjcxNDNDNTQuNDE1MiA1NS43MTQzIDYzLjQ0NDggNTkuMzI2NSA3MC4xMDIzIDY1Ljc1NjNDNzYuNzU5OCA3Mi4xODYxIDgwLjUgODAuOTA2OSA4MC41IDkwSDkuNVpNNDUgNTEuNDI4NkMzMC4yODk3IDUxLjQyODYgMTguMzc1IDM5LjkyMTQgMTguMzc1IDI1LjcxNDNDMTguMzc1IDExLjUwNzEgMzAuMjg5NyAwIDQ1IDBDNTkuNzEwMyAwIDcxLjYyNSAxMS41MDcxIDcxLjYyNSAyNS43MTQzQzcxLjYyNSAzOS45MjE0IDU5LjcxMDMgNTEuNDI4NiA0NSA1MS40Mjg2Wk01MC4yNjY3IDY1LjMwOTNDNTEuMjI5OSA2NC40NTEyIDUyLjY4MTEgNjQuNDcxNyA1My42MjAyIDY1LjM1NjZMNTMuNzY2OSA2NS40OTQ4QzU0LjgzMjMgNjYuNDk4NiA1NC44MjI0IDY4LjIwNjcgNTMuNzQ1NSA2OS4xOTc5TDQ3LjQ0NjMgNzQuOTk2MkM0Ni40NjA5IDc1LjkwMzEgNDQuOTQzNCA3NS44Njc4IDQ0LjAwMDYgNzQuOTE2TDQzLjc2MDcgNzQuNjczOEM0My42ODAzIDc0LjU5MjYgNDMuNjA2NSA3NC41MDczIDQzLjUzOTQgNzQuNDE4Nkg0MS42NDkzQzQxLjg1MTcgNzQuOTQzNCA0Mi4xNjMgNzUuNDM2IDQyLjU4NDQgNzUuODYxM0w0Mi44MjQzIDc2LjEwMzVDNDQuMzk1NyA3Ny42ODk5IDQ2LjkyNDkgNzcuNzQ4OCA0OC41NjcxIDc2LjIzNzJMNTQuODY2MyA3MC40Mzg5QzU2LjY2MTIgNjguNzg2OCA1Ni42Nzc2IDY1Ljk0MDEgNTQuOTAxOSA2NC4yNjdMNTQuNzU1MyA2NC4xMjg4QzUzLjE5MDEgNjIuNjU0IDUwLjc3MTUgNjIuNjE5OSA0OS4xNjYgNjQuMDVMNDIuNzczNiA2OS43NDQyQzQyLjY2MzIgNjkuODQyNSA0Mi41NTkzIDY5Ljk0NTMgNDIuNDYxOSA3MC4wNTIxSDQ0Ljk0MjNMNTAuMjY2NyA2NS4zMDkzWk0zNS4zMzMxIDgzLjAzOEMzNi4yNzIzIDgzLjkyMjkgMzcuNzIzNCA4My45NDM0IDM4LjY4NjcgODMuMDg1NEw0NC4wMTEgNzguMzQyNUg0Ni40OTE0QzQ2LjM5NCA3OC40NDkzIDQ2LjI5MDEgNzguNTUyMSA0Ni4xNzk4IDc4LjY1MDRMMzkuNzg3MyA4NC4zNDQ3QzM4LjE4MTkgODUuNzc0NyAzNS43NjMzIDg1Ljc0MDYgMzQuMTk4MSA4NC4yNjU4TDM0LjA1MTQgODQuMTI3NkMzMi4yNzU4IDgyLjQ1NDUgMzIuMjkyMiA3OS42MDc4IDM0LjA4NyA3Ny45NTU3TDQwLjM4NjMgNzIuMTU3NEM0Mi4wMjg1IDcwLjY0NTggNDQuNTU3NyA3MC43MDQ3IDQ2LjEyOTEgNzIuMjkxMUw0Ni4zNjkgNzIuNTMzM0M0Ni43OTAzIDcyLjk1ODcgNDcuMTAxNyA3My40NTEzIDQ3LjMwNDEgNzMuOTc2SDQ1LjQxMzlDNDUuMzQ2OSA3My44ODczIDQ1LjI3MzEgNzMuODAyIDQ1LjE5MjcgNzMuNzIwOEw0NC45NTI4IDczLjQ3ODdDNDQuMDA5OSA3Mi41MjY4IDQyLjQ5MjQgNzIuNDkxNSA0MS41MDcxIDczLjM5ODRMMzUuMjA3OSA3OS4xOTY3QzM0LjEzMSA4MC4xODggMzQuMTIxMSA4MS44OTYgMzUuMTg2NSA4Mi44OTk5TDM1LjMzMzEgODMuMDM4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-operator", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "6c3ac91b-c3e2-4312-91b3-4e24841b152e": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "18", + zIndex: "18", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-operator", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "20px", + width: "20px", + shape: "round-rectangle", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "0.5", + backgroundOpacity: "0.5", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "2px", + borderWidth: "2px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTY3IiBoZWlnaHQ9IjE1NiIgdmlld0JveD0iMCAwIDE2NyAxNTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxwYXRoIGQ9Ik05My44MTg1IDcuMDE4NDhDODUuOTMyNSAxLjI4ODk5IDc1LjI1NDEgMS4yODg5OSA2Ny4zNjgxIDcuMDE4NDlMMTIuMDE5OSA0Ny4yMzEzQzQuMTMzOTEgNTIuOTYwOCAwLjgzNDExNSA2My4xMTY2IDMuODQ2MjkgNzIuMzg3MUwyNC45ODc0IDEzNy40NTNDMjcuOTk5NiAxNDYuNzIzIDM2LjYzODYgMTUzIDQ2LjM4NjIgMTUzSDExNC44QzEyNC41NDggMTUzIDEzMy4xODcgMTQ2LjcyMyAxMzYuMTk5IDEzNy40NTNMMTU3LjM0IDcyLjM4NzFDMTYwLjM1MiA2My4xMTY2IDE1Ny4wNTMgNTIuOTYwOCAxNDkuMTY3IDQ3LjIzMTNMOTMuODE4NSA3LjAxODQ4WiIgZmlsbD0iIzMyNkNFNSIgZmlsbC1vcGFjaXR5PSIwLjEiIHN0cm9rZT0iIzMyNkNFNSIgc3Ryb2tlLXdpZHRoPSI1Ii8+IDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTM3LjMwMiAxMjkuNTFDMTI3LjE3MSAxMjQuNjgyIDEyMi44OSAxMTIuNTkxIDEyNy43NCAxMDIuNTA1QzEzMC4wNjkgOTcuNjYxMiAxMzQuMjM1IDkzLjkzNzEgMTM5LjMyMiA5Mi4xNTE4QzE0NC40MDkgOTAuMzY2NCAxNTAgOTAuNjY2MSAxNTQuODY0IDkyLjk4NDlDMTY0Ljk5NSA5Ny44MTM0IDE2OS4yNzYgMTA5LjkwNCAxNjQuNDI2IDExOS45OUMxNTkuNTc2IDEzMC4wNzcgMTQ3LjQzMyAxMzQuMzM5IDEzNy4zMDIgMTI5LjUxWiIgZmlsbD0iIzMyNkNFNSIvPiA8cGF0aCBkPSJNMTQ1Ljg5IDk5LjEwMjJDMTQ1LjY2MiA5OS4xMTM2IDE0NS40MzggOTkuMTcgMTQ1LjIzMiA5OS4yNjhMMTM2LjI1MiAxMDMuNTM5QzEzNi4wMiAxMDMuNjUgMTM1LjgxNiAxMDMuODExIDEzNS42NTUgMTA0LjAxQzEzNS40OTQgMTA0LjIwOSAxMzUuMzgxIDEwNC40NDEgMTM1LjMyMyAxMDQuNjlMMTMzLjEwOCAxMTQuMjg0QzEzMy4wNTcgMTE0LjUwNSAxMzMuMDUxIDExNC43MzQgMTMzLjA5MSAxMTQuOTU4QzEzMy4xMzEgMTE1LjE4MSAxMzMuMjE2IDExNS4zOTQgMTMzLjM0MSAxMTUuNTg0QzEzMy4zNzEgMTE1LjYzMSAxMzMuNDA0IDExNS42NzYgMTMzLjQzOCAxMTUuNzE5TDEzOS42NTQgMTIzLjQxMkMxMzkuODE1IDEyMy42MTEgMTQwLjAxOSAxMjMuNzcyIDE0MC4yNTEgMTIzLjg4M0MxNDAuNDg0IDEyMy45OTMgMTQwLjczOSAxMjQuMDUgMTQwLjk5NiAxMjQuMDVMMTUwLjk2NCAxMjQuMDQ4QzE1MS4yMjIgMTI0LjA0OCAxNTEuNDc2IDEyMy45OTEgMTUxLjcwOSAxMjMuODgxQzE1MS45NDEgMTIzLjc3MSAxNTIuMTQ2IDEyMy42MSAxNTIuMzA3IDEyMy40MTFMMTU4LjUyIDExNS43MTdDMTU4LjY4MSAxMTUuNTE4IDE1OC43OTQgMTE1LjI4NSAxNTguODUyIDExNS4wMzdDMTU4LjkwOSAxMTQuNzg4IDE1OC45MDkgMTE0LjUzIDE1OC44NTIgMTE0LjI4MkwxNTYuNjMzIDEwNC42ODdDMTU2LjU3NSAxMDQuNDM5IDE1Ni40NjIgMTA0LjIwNyAxNTYuMzAxIDEwNC4wMDdDMTU2LjE0IDEwMy44MDggMTU1LjkzNiAxMDMuNjQ4IDE1NS43MDQgMTAzLjUzN0wxNDYuNzIzIDk5LjI2OEMxNDYuNDY0IDk5LjE0NDcgMTQ2LjE3NyA5OS4wODc3IDE0NS44OSA5OS4xMDIyWiIgZmlsbD0id2hpdGUiLz4gPHBhdGggZD0iTTE0NS45NzkgMTAyLjM2N0MxNDUuNjgyIDEwMi4zNjcgMTQ1LjQ0MiAxMDIuNjM0IDE0NS40NDIgMTAyLjk2MkMxNDUuNDQyIDEwMi45NjcgMTQ1LjQ0MyAxMDIuOTcyIDE0NS40NDMgMTAyLjk3N0MxNDUuNDQyIDEwMy4wMjEgMTQ1LjQ0IDEwMy4wNzUgMTQ1LjQ0MiAxMDMuMTE0QzE0NS40NDkgMTAzLjMwMyAxNDUuNDkgMTAzLjQ0OCAxNDUuNTE1IDEwMy42MjNDMTQ1LjU2IDEwMy45OTYgMTQ1LjU5OCAxMDQuMzA2IDE0NS41NzUgMTA0LjU5M0MxNDUuNTUyIDEwNC43MDIgMTQ1LjQ3MiAxMDQuODAxIDE0NS40IDEwNC44N0wxNDUuMzg4IDEwNS4wOTZDMTQ1LjA2NSAxMDUuMTIzIDE0NC43NCAxMDUuMTcyIDE0NC40MTYgMTA1LjI0NUMxNDMuMDIgMTA1LjU2MSAxNDEuODE5IDEwNi4yNzYgMTQwLjkwNCAxMDcuMjQyQzE0MC44NDUgMTA3LjIwMiAxNDAuNzQxIDEwNy4xMjggMTQwLjcxIDEwNy4xMDVDMTQwLjYxNCAxMDcuMTE4IDE0MC41MTcgMTA3LjE0OCAxNDAuMzkxIDEwNy4wNzRDMTQwLjE1IDEwNi45MTMgMTM5LjkzMSAxMDYuNjkxIDEzOS42NjYgMTA2LjQyM0MxMzkuNTQ0IDEwNi4yOTQgMTM5LjQ1NyAxMDYuMTcyIDEzOS4zMTIgMTA2LjA0OUMxMzkuMjc5IDEwNi4wMjEgMTM5LjIyOSAxMDUuOTgzIDEzOS4xOTMgMTA1Ljk1NEMxMzkuMDggMTA1Ljg2NCAxMzguOTQ3IDEwNS44MTggMTM4LjgxOCAxMDUuODEzQzEzOC42NTMgMTA1LjgwOCAxMzguNDk0IDEwNS44NzIgMTM4LjM5IDEwNi4wMDJDMTM4LjIwNSAxMDYuMjMzIDEzOC4yNjQgMTA2LjU4NiAxMzguNTIyIDEwNi43OTFDMTM4LjUyNSAxMDYuNzkzIDEzOC41MjcgMTA2Ljc5NSAxMzguNTMgMTA2Ljc5N0MxMzguNTY2IDEwNi44MjUgMTM4LjYwOSAxMDYuODYyIDEzOC42NDIgMTA2Ljg4NkMxMzguNzk1IDEwNi45OTggMTM4LjkzNSAxMDcuMDU2IDEzOS4wODcgMTA3LjE0NUMxMzkuNDA5IDEwNy4zNDMgMTM5LjY3NSAxMDcuNTA3IDEzOS44ODYgMTA3LjcwNEMxMzkuOTY5IDEwNy43OTIgMTM5Ljk4MyAxMDcuOTQ2IDEzOS45OTQgMTA4LjAxM0wxNDAuMTY3IDEwOC4xNjZDMTM5LjI0NCAxMDkuNTQ4IDEzOC44MTggMTExLjI1NCAxMzkuMDcgMTEyLjk5M0wxMzguODQ1IDExMy4wNThDMTM4Ljc4NSAxMTMuMTM1IDEzOC43MDIgMTEzLjI1NSAxMzguNjE0IDExMy4yOTFDMTM4LjMzNyAxMTMuMzc3IDEzOC4wMjYgMTEzLjQwOSAxMzcuNjUgMTEzLjQ0OEMxMzcuNDc0IDExMy40NjMgMTM3LjMyMiAxMTMuNDU0IDEzNy4xMzUgMTEzLjQ5QzEzNy4wOTQgMTEzLjQ5NyAxMzcuMDM2IDExMy41MTIgMTM2Ljk5MSAxMTMuNTIzQzEzNi45OSAxMTMuNTIzIDEzNi45ODggMTEzLjUyMyAxMzYuOTg3IDExMy41MjRDMTM2Ljk4NCAxMTMuNTI0IDEzNi45ODEgMTEzLjUyNiAxMzYuOTc5IDExMy41MjZDMTM2LjY2MiAxMTMuNjAyIDEzNi40NTggMTEzLjg5MiAxMzYuNTI0IDExNC4xNzhDMTM2LjU4OSAxMTQuNDYzIDEzNi44OTkgMTE0LjYzNyAxMzcuMjE3IDExNC41NjlDMTM3LjIyIDExNC41NjggMTM3LjIyMyAxMTQuNTY4IDEzNy4yMjUgMTE0LjU2OEMxMzcuMjI5IDExNC41NjcgMTM3LjIzMiAxMTQuNTY1IDEzNy4yMzYgMTE0LjU2NEMxMzcuMjggMTE0LjU1NSAxMzcuMzM2IDExNC41NDQgMTM3LjM3NSAxMTQuNTMzQzEzNy41NTkgMTE0LjQ4NCAxMzcuNjkyIDExNC40MTIgMTM3Ljg1NyAxMTQuMzQ5QzEzOC4yMTMgMTE0LjIyMiAxMzguNTA3IDExNC4xMTYgMTM4Ljc5NCAxMTQuMDc1QzEzOC45MTQgMTE0LjA2NiAxMzkuMDQgMTE0LjE0OCAxMzkuMTAzIDExNC4xODNMMTM5LjMzNyAxMTQuMTQzQzEzOS44NzcgMTE1LjgwOCAxNDEuMDA2IDExNy4xNTIgMTQyLjQzNyAxMTcuOTk2TDE0Mi4zNCAxMTguMjNDMTQyLjM3NSAxMTguMzIgMTQyLjQxNCAxMTguNDQzIDE0Mi4zODcgMTE4LjUzMkMxNDIuMjgzIDExOC44MDIgMTQyLjEwNCAxMTkuMDg2IDE0MS45MDEgMTE5LjQwM0MxNDEuODAyIDExOS41NDkgMTQxLjcwMSAxMTkuNjYzIDE0MS42MTMgMTE5LjgzQzE0MS41OTEgMTE5Ljg3IDE0MS41NjQgMTE5LjkzMiAxNDEuNTQ0IDExOS45NzRDMTQxLjQwNiAxMjAuMjY5IDE0MS41MDcgMTIwLjYwNyAxNDEuNzcyIDEyMC43MzVDMTQyLjAzOSAxMjAuODYzIDE0Mi4zNzEgMTIwLjcyOCAxNDIuNTE0IDEyMC40MzNDMTQyLjUxNCAxMjAuNDMyIDE0Mi41MTUgMTIwLjQzMiAxNDIuNTE1IDEyMC40MzJDMTQyLjUxNSAxMjAuNDMxIDE0Mi41MTUgMTIwLjQzMSAxNDIuNTE1IDEyMC40MzFDMTQyLjUzNiAxMjAuMzg5IDE0Mi41NjUgMTIwLjMzNCAxNDIuNTgyIDEyMC4yOTRDMTQyLjY1OCAxMjAuMTIxIDE0Mi42ODMgMTE5Ljk3MiAxNDIuNzM3IDExOS44MDRDMTQyLjg3OSAxMTkuNDQ4IDE0Mi45NTcgMTE5LjA3NSAxNDMuMTUzIDExOC44NDNDMTQzLjIwNyAxMTguNzc5IDE0My4yOTQgMTE4Ljc1NSAxNDMuMzg1IDExOC43M0wxNDMuNTA2IDExOC41MTFDMTQ0Ljc1NCAxMTguOTg4IDE0Ni4xNSAxMTkuMTE1IDE0Ny41NDQgMTE4LjhDMTQ3Ljg2MyAxMTguNzI4IDE0OC4xNyAxMTguNjM1IDE0OC40NjcgMTE4LjUyNEMxNDguNTAxIDExOC41ODQgMTQ4LjU2NCAxMTguNyAxNDguNTgxIDExOC43MjlDMTQ4LjY3NCAxMTguNzU5IDE0OC43NzQgMTE4Ljc3NSAxNDguODU2IDExOC44OTVDMTQ5LjAwMiAxMTkuMTQ0IDE0OS4xMDMgMTE5LjQzOSAxNDkuMjI1IDExOS43OTVDMTQ5LjI3OCAxMTkuOTYzIDE0OS4zMDUgMTIwLjExMiAxNDkuMzgxIDEyMC4yODVDMTQ5LjM5OCAxMjAuMzI1IDE0OS40MjcgMTIwLjM4MSAxNDkuNDQ3IDEyMC40MjNDMTQ5LjU5MSAxMjAuNzE4IDE0OS45MjMgMTIwLjg1NCAxNTAuMTkgMTIwLjcyNkMxNTAuNDU2IDEyMC41OTggMTUwLjU1NyAxMjAuMjU5IDE1MC40MTkgMTE5Ljk2NUMxNTAuMzk4IDExOS45MjMgMTUwLjM3IDExOS44NjEgMTUwLjM0OSAxMTkuODIxQzE1MC4yNiAxMTkuNjU0IDE1MC4xNTkgMTE5LjU0MSAxNTAuMDYxIDExOS4zOTVDMTQ5Ljg1NyAxMTkuMDc4IDE0OS42ODggMTE4LjgxNSAxNDkuNTg0IDExOC41NDVDMTQ5LjU0IDExOC40MDYgMTQ5LjU5MSAxMTguMzIgMTQ5LjYyNSAxMTguMjNDMTQ5LjYwNSAxMTguMjA2IDE0OS41NjEgMTE4LjA3NSAxNDkuNTM2IDExOC4wMTRDMTUxLjAyMyAxMTcuMTQgMTUyLjExOSAxMTUuNzQ0IDE1Mi42MzQgMTE0LjEzM0MxNTIuNzA0IDExNC4xNDQgMTUyLjgyNSAxMTQuMTY1IDE1Mi44NjQgMTE0LjE3M0MxNTIuOTQ1IDExNC4xMiAxNTMuMDE5IDExNC4wNTEgMTUzLjE2NSAxMTQuMDYyQzE1My40NTIgMTE0LjEwNCAxNTMuNzQ2IDExNC4yMSAxNTQuMTAyIDExNC4zMzdDMTU0LjI2NyAxMTQuNCAxNTQuNDAxIDExNC40NzMgMTU0LjU4NCAxMTQuNTIyQzE1NC42MjMgMTE0LjUzMiAxNTQuNjc5IDExNC41NDIgMTU0LjcyMyAxMTQuNTUyQzE1NC43MjcgMTE0LjU1MyAxNTQuNzMgMTE0LjU1NCAxNTQuNzM0IDExNC41NTVDMTU0LjczNiAxMTQuNTU2IDE1NC43MzkgMTE0LjU1NiAxNTQuNzQyIDExNC41NTZDMTU1LjA2IDExNC42MjUgMTU1LjM3IDExNC40NTEgMTU1LjQzNSAxMTQuMTY1QzE1NS41MDEgMTEzLjg4IDE1NS4yOTcgMTEzLjU5IDE1NC45ODEgMTEzLjUxNEMxNTQuOTM1IDExMy41MDMgMTU0Ljg2OSAxMTMuNDg1IDE1NC44MjQgMTEzLjQ3N0MxNTQuNjM3IDExMy40NDIgMTU0LjQ4NSAxMTMuNDUgMTU0LjMwOSAxMTMuNDM2QzE1My45MzMgMTEzLjM5NyAxNTMuNjIyIDExMy4zNjUgMTUzLjM0NSAxMTMuMjc4QzE1My4yMzIgMTEzLjIzNCAxNTMuMTUyIDExMy4xMDEgMTUzLjExMyAxMTMuMDQ2TDE1Mi44OTYgMTEyLjk4M0MxNTMuMDA5IDExMi4xNzIgMTUyLjk3OCAxMTEuMzI5IDE1Mi43ODQgMTEwLjQ4NUMxNTIuNTg3IDEwOS42MzMgMTUyLjI0IDEwOC44NTQgMTUxLjc3NiAxMDguMTY3QzE1MS44MzIgMTA4LjExNyAxNTEuOTM3IDEwOC4wMjQgMTUxLjk2NyAxMDcuOTk3QzE1MS45NzYgMTA3LjkwMSAxNTEuOTY4IDEwNy44IDE1Mi4wNjggMTA3LjY5NEMxNTIuMjggMTA3LjQ5NiAxNTIuNTQ2IDEwNy4zMzMgMTUyLjg2NyAxMDcuMTM1QzE1My4wMiAxMDcuMDQ2IDE1My4xNjEgMTA2Ljk4OCAxNTMuMzE0IDEwNi44NzVDMTUzLjM0OSAxMDYuODUgMTUzLjM5NiAxMDYuODEgMTUzLjQzMyAxMDYuNzgxQzE1My42OSAxMDYuNTc2IDE1My43NSAxMDYuMjIzIDE1My41NjUgMTA1Ljk5MkMxNTMuMzc5IDEwNS43NjEgMTUzLjAyMSAxMDUuNzM5IDE1Mi43NjMgMTA1Ljk0NEMxNTIuNzI2IDEwNS45NzMgMTUyLjY3NiAxMDYuMDEgMTUyLjY0NCAxMDYuMDM5QzE1Mi40OTkgMTA2LjE2MiAxNTIuNDEgMTA2LjI4NCAxNTIuMjg5IDEwNi40MTJDMTUyLjAyNCAxMDYuNjggMTUxLjgwNSAxMDYuOTA0IDE1MS41NjQgMTA3LjA2NUMxNTEuNDYgMTA3LjEyNiAxNTEuMzA3IDEwNy4xMDUgMTUxLjIzOCAxMDcuMTAxTDE1MS4wMzMgMTA3LjI0NkMxNDkuODY4IDEwNi4wMjkgMTQ4LjI4MSAxMDUuMjUxIDE0Ni41NzIgMTA1LjFDMTQ2LjU2NyAxMDUuMDI5IDE0Ni41NjEgMTA0LjkgMTQ2LjU1OSAxMDQuODYxQzE0Ni40ODkgMTA0Ljc5NCAxNDYuNDA1IDEwNC43MzcgMTQ2LjM4MyAxMDQuNTkzQzE0Ni4zNiAxMDQuMzA2IDE0Ni4zOTkgMTAzLjk5NiAxNDYuNDQ0IDEwMy42MjNDMTQ2LjQ2OSAxMDMuNDQ4IDE0Ni41MTEgMTAzLjMwMyAxNDYuNTE4IDEwMy4xMTRDMTQ2LjUxOSAxMDMuMDcxIDE0Ni41MTcgMTAzLjAwOCAxNDYuNTE3IDEwMi45NjJDMTQ2LjUxNiAxMDIuNjM0IDE0Ni4yNzYgMTAyLjM2NyAxNDUuOTc5IDEwMi4zNjdIMTQ1Ljk3OVpNMTQ1LjMwNiAxMDYuNTE4TDE0NS4xNDYgMTA5LjMyNEwxNDUuMTM1IDEwOS4zM0MxNDUuMTI0IDEwOS41ODEgMTQ0LjkxNyAxMDkuNzgyIDE0NC42NjIgMTA5Ljc4MkMxNDQuNTU3IDEwOS43ODIgMTQ0LjQ2MSAxMDkuNzQ4IDE0NC4zODMgMTA5LjY5MUwxNDQuMzc4IDEwOS42OTRMMTQyLjA2NiAxMDguMDYyQzE0Mi43NzcgMTA3LjM2NyAxNDMuNjg2IDEwNi44NTMgMTQ0LjczMyAxMDYuNjE2QzE0NC45MjQgMTA2LjU3MyAxNDUuMTE2IDEwNi41NDEgMTQ1LjMwNiAxMDYuNTE4Wk0xNDYuNjUzIDEwNi41MThDMTQ3Ljg3NiAxMDYuNjY3IDE0OS4wMDcgMTA3LjIxOSAxNDkuODczIDEwOC4wNjNMMTQ3LjU3NyAxMDkuNjg1TDE0Ny41NjggMTA5LjY4MUMxNDcuMzY1IDEwOS44MjkgMTQ3LjA3NyAxMDkuNzkzIDE0Ni45MTggMTA5LjU5NEMxNDYuODUzIDEwOS41MTMgMTQ2LjgxOSAxMDkuNDE3IDE0Ni44MTUgMTA5LjMyMUwxNDYuODEzIDEwOS4zMkwxNDYuNjUzIDEwNi41MThaTTE0MS4yMjggMTA5LjExMUwxNDMuMzM5IDExMC45OUwxNDMuMzM2IDExMS4wMDJDMTQzLjUyNyAxMTEuMTY3IDE0My41NTUgMTExLjQ1MyAxNDMuMzk2IDExMS42NTFDMTQzLjMzMSAxMTEuNzMyIDE0My4yNDQgMTExLjc4NyAxNDMuMTUgMTExLjgxMkwxNDMuMTQ4IDExMS44MjFMMTQwLjQ0MiAxMTIuNTk5QzE0MC4zMDUgMTExLjM0NSAxNDAuNjAxIDExMC4xMjcgMTQxLjIyOCAxMDkuMTExWk0xNTAuNzE1IDEwOS4xMTJDMTUxLjAyOSAxMDkuNjE4IDE1MS4yNjYgMTEwLjE4MyAxNTEuNDA4IDExMC43OTZDMTUxLjU0NyAxMTEuNDAxIDE1MS41ODMgMTEyLjAwNiAxNTEuNTI1IDExMi41OUwxNDguODA1IDExMS44MUwxNDguODAzIDExMS43OTlDMTQ4LjU2IDExMS43MzIgMTQ4LjQxIDExMS40ODYgMTQ4LjQ2NyAxMTEuMjM4QzE0OC40OSAxMTEuMTM3IDE0OC41NDQgMTExLjA1MSAxNDguNjE3IDExMC45ODhMMTQ4LjYxNiAxMTAuOTgyTDE1MC43MTUgMTA5LjExMkgxNTAuNzE1Wk0xNDUuNTQ2IDExMS4xMzVIMTQ2LjQxMUwxNDYuOTQ4IDExMS44MDRMMTQ2Ljc1NSAxMTIuNjM5TDE0NS45NzkgMTEzLjAxTDE0NS4yIDExMi42MzhMMTQ1LjAwNyAxMTEuODAzTDE0NS41NDYgMTExLjEzNVpNMTQ4LjMxOCAxMTMuNDI0QzE0OC4zNTUgMTEzLjQyMiAxNDguMzkyIDExMy40MjYgMTQ4LjQyOCAxMTMuNDMyTDE0OC40MzIgMTEzLjQyN0wxNTEuMjMxIDExMy44OThDMTUwLjgyMSAxMTUuMDQzIDE1MC4wMzggMTE2LjAzNiAxNDguOTkgMTE2LjdMMTQ3LjkwNCAxMTQuMDg3TDE0Ny45MDcgMTE0LjA4M0MxNDcuODA3IDExMy44NTIgMTQ3LjkwNyAxMTMuNTgxIDE0OC4xMzcgMTEzLjQ3MUMxNDguMTk2IDExMy40NDMgMTQ4LjI1NyAxMTMuNDI3IDE0OC4zMTggMTEzLjQyNEgxNDguMzE4Wk0xNDMuNjE4IDExMy40MzZDMTQzLjgzMSAxMTMuNDM5IDE0NC4wMjMgMTEzLjU4NiAxNDQuMDczIDExMy44MDNDMTQ0LjA5NiAxMTMuOTA0IDE0NC4wODUgMTE0LjAwNCAxNDQuMDQ2IDExNC4wOTNMMTQ0LjA1NCAxMTQuMTAzTDE0Mi45NzkgMTE2LjY5QzE0MS45NzQgMTE2LjA0OCAxNDEuMTc0IDExNS4wODYgMTQwLjc0NSAxMTMuOTA3TDE0My41MiAxMTMuNDM4TDE0My41MjUgMTEzLjQ0NEMxNDMuNTU2IDExMy40MzggMTQzLjU4NyAxMTMuNDM1IDE0My42MTggMTEzLjQzNlYxMTMuNDM2Wk0xNDUuOTYyIDExNC41NjlDMTQ2LjAzNiAxMTQuNTY2IDE0Ni4xMTIgMTE0LjU4MSAxNDYuMTgzIDExNC42MTZDMTQ2LjI3OCAxMTQuNjYxIDE0Ni4zNSAxMTQuNzMyIDE0Ni4zOTYgMTE0LjgxN0gxNDYuNDA2TDE0Ny43NzQgMTE3LjI3N0MxNDcuNTk3IDExNy4zMzcgMTQ3LjQxNCAxMTcuMzg3IDE0Ny4yMjcgMTE3LjQyOUMxNDYuMTgxIDExNy42NjYgMTQ1LjEzOSAxMTcuNTk0IDE0NC4xOTQgMTE3LjI3NEwxNDUuNTU5IDExNC44MThIMTQ1LjU2MUMxNDUuNjQzIDExNC42NjYgMTQ1Ljc5OCAxMTQuNTc1IDE0NS45NjIgMTE0LjU2OVoiIGZpbGw9IiMzMjZDRTUiIHN0cm9rZT0iIzMyNkNFNSIgc3Ryb2tlLXdpZHRoPSIwLjI1Ii8+IDwvc3ZnPg==)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTY3IiBoZWlnaHQ9IjE1NiIgdmlld0JveD0iMCAwIDE2NyAxNTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxwYXRoIGQ9Ik05My44MTg1IDcuMDE4NDhDODUuOTMyNSAxLjI4ODk5IDc1LjI1NDEgMS4yODg5OSA2Ny4zNjgxIDcuMDE4NDlMMTIuMDE5OSA0Ny4yMzEzQzQuMTMzOTEgNTIuOTYwOCAwLjgzNDExNSA2My4xMTY2IDMuODQ2MjkgNzIuMzg3MUwyNC45ODc0IDEzNy40NTNDMjcuOTk5NiAxNDYuNzIzIDM2LjYzODYgMTUzIDQ2LjM4NjIgMTUzSDExNC44QzEyNC41NDggMTUzIDEzMy4xODcgMTQ2LjcyMyAxMzYuMTk5IDEzNy40NTNMMTU3LjM0IDcyLjM4NzFDMTYwLjM1MiA2My4xMTY2IDE1Ny4wNTMgNTIuOTYwOCAxNDkuMTY3IDQ3LjIzMTNMOTMuODE4NSA3LjAxODQ4WiIgZmlsbD0iIzMyNkNFNSIgZmlsbC1vcGFjaXR5PSIwLjEiIHN0cm9rZT0iIzMyNkNFNSIgc3Ryb2tlLXdpZHRoPSI1Ii8+IDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTM3LjMwMiAxMjkuNTFDMTI3LjE3MSAxMjQuNjgyIDEyMi44OSAxMTIuNTkxIDEyNy43NCAxMDIuNTA1QzEzMC4wNjkgOTcuNjYxMiAxMzQuMjM1IDkzLjkzNzEgMTM5LjMyMiA5Mi4xNTE4QzE0NC40MDkgOTAuMzY2NCAxNTAgOTAuNjY2MSAxNTQuODY0IDkyLjk4NDlDMTY0Ljk5NSA5Ny44MTM0IDE2OS4yNzYgMTA5LjkwNCAxNjQuNDI2IDExOS45OUMxNTkuNTc2IDEzMC4wNzcgMTQ3LjQzMyAxMzQuMzM5IDEzNy4zMDIgMTI5LjUxWiIgZmlsbD0iIzMyNkNFNSIvPiA8cGF0aCBkPSJNMTQ1Ljg5IDk5LjEwMjJDMTQ1LjY2MiA5OS4xMTM2IDE0NS40MzggOTkuMTcgMTQ1LjIzMiA5OS4yNjhMMTM2LjI1MiAxMDMuNTM5QzEzNi4wMiAxMDMuNjUgMTM1LjgxNiAxMDMuODExIDEzNS42NTUgMTA0LjAxQzEzNS40OTQgMTA0LjIwOSAxMzUuMzgxIDEwNC40NDEgMTM1LjMyMyAxMDQuNjlMMTMzLjEwOCAxMTQuMjg0QzEzMy4wNTcgMTE0LjUwNSAxMzMuMDUxIDExNC43MzQgMTMzLjA5MSAxMTQuOTU4QzEzMy4xMzEgMTE1LjE4MSAxMzMuMjE2IDExNS4zOTQgMTMzLjM0MSAxMTUuNTg0QzEzMy4zNzEgMTE1LjYzMSAxMzMuNDA0IDExNS42NzYgMTMzLjQzOCAxMTUuNzE5TDEzOS42NTQgMTIzLjQxMkMxMzkuODE1IDEyMy42MTEgMTQwLjAxOSAxMjMuNzcyIDE0MC4yNTEgMTIzLjg4M0MxNDAuNDg0IDEyMy45OTMgMTQwLjczOSAxMjQuMDUgMTQwLjk5NiAxMjQuMDVMMTUwLjk2NCAxMjQuMDQ4QzE1MS4yMjIgMTI0LjA0OCAxNTEuNDc2IDEyMy45OTEgMTUxLjcwOSAxMjMuODgxQzE1MS45NDEgMTIzLjc3MSAxNTIuMTQ2IDEyMy42MSAxNTIuMzA3IDEyMy40MTFMMTU4LjUyIDExNS43MTdDMTU4LjY4MSAxMTUuNTE4IDE1OC43OTQgMTE1LjI4NSAxNTguODUyIDExNS4wMzdDMTU4LjkwOSAxMTQuNzg4IDE1OC45MDkgMTE0LjUzIDE1OC44NTIgMTE0LjI4MkwxNTYuNjMzIDEwNC42ODdDMTU2LjU3NSAxMDQuNDM5IDE1Ni40NjIgMTA0LjIwNyAxNTYuMzAxIDEwNC4wMDdDMTU2LjE0IDEwMy44MDggMTU1LjkzNiAxMDMuNjQ4IDE1NS43MDQgMTAzLjUzN0wxNDYuNzIzIDk5LjI2OEMxNDYuNDY0IDk5LjE0NDcgMTQ2LjE3NyA5OS4wODc3IDE0NS44OSA5OS4xMDIyWiIgZmlsbD0id2hpdGUiLz4gPHBhdGggZD0iTTE0NS45NzkgMTAyLjM2N0MxNDUuNjgyIDEwMi4zNjcgMTQ1LjQ0MiAxMDIuNjM0IDE0NS40NDIgMTAyLjk2MkMxNDUuNDQyIDEwMi45NjcgMTQ1LjQ0MyAxMDIuOTcyIDE0NS40NDMgMTAyLjk3N0MxNDUuNDQyIDEwMy4wMjEgMTQ1LjQ0IDEwMy4wNzUgMTQ1LjQ0MiAxMDMuMTE0QzE0NS40NDkgMTAzLjMwMyAxNDUuNDkgMTAzLjQ0OCAxNDUuNTE1IDEwMy42MjNDMTQ1LjU2IDEwMy45OTYgMTQ1LjU5OCAxMDQuMzA2IDE0NS41NzUgMTA0LjU5M0MxNDUuNTUyIDEwNC43MDIgMTQ1LjQ3MiAxMDQuODAxIDE0NS40IDEwNC44N0wxNDUuMzg4IDEwNS4wOTZDMTQ1LjA2NSAxMDUuMTIzIDE0NC43NCAxMDUuMTcyIDE0NC40MTYgMTA1LjI0NUMxNDMuMDIgMTA1LjU2MSAxNDEuODE5IDEwNi4yNzYgMTQwLjkwNCAxMDcuMjQyQzE0MC44NDUgMTA3LjIwMiAxNDAuNzQxIDEwNy4xMjggMTQwLjcxIDEwNy4xMDVDMTQwLjYxNCAxMDcuMTE4IDE0MC41MTcgMTA3LjE0OCAxNDAuMzkxIDEwNy4wNzRDMTQwLjE1IDEwNi45MTMgMTM5LjkzMSAxMDYuNjkxIDEzOS42NjYgMTA2LjQyM0MxMzkuNTQ0IDEwNi4yOTQgMTM5LjQ1NyAxMDYuMTcyIDEzOS4zMTIgMTA2LjA0OUMxMzkuMjc5IDEwNi4wMjEgMTM5LjIyOSAxMDUuOTgzIDEzOS4xOTMgMTA1Ljk1NEMxMzkuMDggMTA1Ljg2NCAxMzguOTQ3IDEwNS44MTggMTM4LjgxOCAxMDUuODEzQzEzOC42NTMgMTA1LjgwOCAxMzguNDk0IDEwNS44NzIgMTM4LjM5IDEwNi4wMDJDMTM4LjIwNSAxMDYuMjMzIDEzOC4yNjQgMTA2LjU4NiAxMzguNTIyIDEwNi43OTFDMTM4LjUyNSAxMDYuNzkzIDEzOC41MjcgMTA2Ljc5NSAxMzguNTMgMTA2Ljc5N0MxMzguNTY2IDEwNi44MjUgMTM4LjYwOSAxMDYuODYyIDEzOC42NDIgMTA2Ljg4NkMxMzguNzk1IDEwNi45OTggMTM4LjkzNSAxMDcuMDU2IDEzOS4wODcgMTA3LjE0NUMxMzkuNDA5IDEwNy4zNDMgMTM5LjY3NSAxMDcuNTA3IDEzOS44ODYgMTA3LjcwNEMxMzkuOTY5IDEwNy43OTIgMTM5Ljk4MyAxMDcuOTQ2IDEzOS45OTQgMTA4LjAxM0wxNDAuMTY3IDEwOC4xNjZDMTM5LjI0NCAxMDkuNTQ4IDEzOC44MTggMTExLjI1NCAxMzkuMDcgMTEyLjk5M0wxMzguODQ1IDExMy4wNThDMTM4Ljc4NSAxMTMuMTM1IDEzOC43MDIgMTEzLjI1NSAxMzguNjE0IDExMy4yOTFDMTM4LjMzNyAxMTMuMzc3IDEzOC4wMjYgMTEzLjQwOSAxMzcuNjUgMTEzLjQ0OEMxMzcuNDc0IDExMy40NjMgMTM3LjMyMiAxMTMuNDU0IDEzNy4xMzUgMTEzLjQ5QzEzNy4wOTQgMTEzLjQ5NyAxMzcuMDM2IDExMy41MTIgMTM2Ljk5MSAxMTMuNTIzQzEzNi45OSAxMTMuNTIzIDEzNi45ODggMTEzLjUyMyAxMzYuOTg3IDExMy41MjRDMTM2Ljk4NCAxMTMuNTI0IDEzNi45ODEgMTEzLjUyNiAxMzYuOTc5IDExMy41MjZDMTM2LjY2MiAxMTMuNjAyIDEzNi40NTggMTEzLjg5MiAxMzYuNTI0IDExNC4xNzhDMTM2LjU4OSAxMTQuNDYzIDEzNi44OTkgMTE0LjYzNyAxMzcuMjE3IDExNC41NjlDMTM3LjIyIDExNC41NjggMTM3LjIyMyAxMTQuNTY4IDEzNy4yMjUgMTE0LjU2OEMxMzcuMjI5IDExNC41NjcgMTM3LjIzMiAxMTQuNTY1IDEzNy4yMzYgMTE0LjU2NEMxMzcuMjggMTE0LjU1NSAxMzcuMzM2IDExNC41NDQgMTM3LjM3NSAxMTQuNTMzQzEzNy41NTkgMTE0LjQ4NCAxMzcuNjkyIDExNC40MTIgMTM3Ljg1NyAxMTQuMzQ5QzEzOC4yMTMgMTE0LjIyMiAxMzguNTA3IDExNC4xMTYgMTM4Ljc5NCAxMTQuMDc1QzEzOC45MTQgMTE0LjA2NiAxMzkuMDQgMTE0LjE0OCAxMzkuMTAzIDExNC4xODNMMTM5LjMzNyAxMTQuMTQzQzEzOS44NzcgMTE1LjgwOCAxNDEuMDA2IDExNy4xNTIgMTQyLjQzNyAxMTcuOTk2TDE0Mi4zNCAxMTguMjNDMTQyLjM3NSAxMTguMzIgMTQyLjQxNCAxMTguNDQzIDE0Mi4zODcgMTE4LjUzMkMxNDIuMjgzIDExOC44MDIgMTQyLjEwNCAxMTkuMDg2IDE0MS45MDEgMTE5LjQwM0MxNDEuODAyIDExOS41NDkgMTQxLjcwMSAxMTkuNjYzIDE0MS42MTMgMTE5LjgzQzE0MS41OTEgMTE5Ljg3IDE0MS41NjQgMTE5LjkzMiAxNDEuNTQ0IDExOS45NzRDMTQxLjQwNiAxMjAuMjY5IDE0MS41MDcgMTIwLjYwNyAxNDEuNzcyIDEyMC43MzVDMTQyLjAzOSAxMjAuODYzIDE0Mi4zNzEgMTIwLjcyOCAxNDIuNTE0IDEyMC40MzNDMTQyLjUxNCAxMjAuNDMyIDE0Mi41MTUgMTIwLjQzMiAxNDIuNTE1IDEyMC40MzJDMTQyLjUxNSAxMjAuNDMxIDE0Mi41MTUgMTIwLjQzMSAxNDIuNTE1IDEyMC40MzFDMTQyLjUzNiAxMjAuMzg5IDE0Mi41NjUgMTIwLjMzNCAxNDIuNTgyIDEyMC4yOTRDMTQyLjY1OCAxMjAuMTIxIDE0Mi42ODMgMTE5Ljk3MiAxNDIuNzM3IDExOS44MDRDMTQyLjg3OSAxMTkuNDQ4IDE0Mi45NTcgMTE5LjA3NSAxNDMuMTUzIDExOC44NDNDMTQzLjIwNyAxMTguNzc5IDE0My4yOTQgMTE4Ljc1NSAxNDMuMzg1IDExOC43M0wxNDMuNTA2IDExOC41MTFDMTQ0Ljc1NCAxMTguOTg4IDE0Ni4xNSAxMTkuMTE1IDE0Ny41NDQgMTE4LjhDMTQ3Ljg2MyAxMTguNzI4IDE0OC4xNyAxMTguNjM1IDE0OC40NjcgMTE4LjUyNEMxNDguNTAxIDExOC41ODQgMTQ4LjU2NCAxMTguNyAxNDguNTgxIDExOC43MjlDMTQ4LjY3NCAxMTguNzU5IDE0OC43NzQgMTE4Ljc3NSAxNDguODU2IDExOC44OTVDMTQ5LjAwMiAxMTkuMTQ0IDE0OS4xMDMgMTE5LjQzOSAxNDkuMjI1IDExOS43OTVDMTQ5LjI3OCAxMTkuOTYzIDE0OS4zMDUgMTIwLjExMiAxNDkuMzgxIDEyMC4yODVDMTQ5LjM5OCAxMjAuMzI1IDE0OS40MjcgMTIwLjM4MSAxNDkuNDQ3IDEyMC40MjNDMTQ5LjU5MSAxMjAuNzE4IDE0OS45MjMgMTIwLjg1NCAxNTAuMTkgMTIwLjcyNkMxNTAuNDU2IDEyMC41OTggMTUwLjU1NyAxMjAuMjU5IDE1MC40MTkgMTE5Ljk2NUMxNTAuMzk4IDExOS45MjMgMTUwLjM3IDExOS44NjEgMTUwLjM0OSAxMTkuODIxQzE1MC4yNiAxMTkuNjU0IDE1MC4xNTkgMTE5LjU0MSAxNTAuMDYxIDExOS4zOTVDMTQ5Ljg1NyAxMTkuMDc4IDE0OS42ODggMTE4LjgxNSAxNDkuNTg0IDExOC41NDVDMTQ5LjU0IDExOC40MDYgMTQ5LjU5MSAxMTguMzIgMTQ5LjYyNSAxMTguMjNDMTQ5LjYwNSAxMTguMjA2IDE0OS41NjEgMTE4LjA3NSAxNDkuNTM2IDExOC4wMTRDMTUxLjAyMyAxMTcuMTQgMTUyLjExOSAxMTUuNzQ0IDE1Mi42MzQgMTE0LjEzM0MxNTIuNzA0IDExNC4xNDQgMTUyLjgyNSAxMTQuMTY1IDE1Mi44NjQgMTE0LjE3M0MxNTIuOTQ1IDExNC4xMiAxNTMuMDE5IDExNC4wNTEgMTUzLjE2NSAxMTQuMDYyQzE1My40NTIgMTE0LjEwNCAxNTMuNzQ2IDExNC4yMSAxNTQuMTAyIDExNC4zMzdDMTU0LjI2NyAxMTQuNCAxNTQuNDAxIDExNC40NzMgMTU0LjU4NCAxMTQuNTIyQzE1NC42MjMgMTE0LjUzMiAxNTQuNjc5IDExNC41NDIgMTU0LjcyMyAxMTQuNTUyQzE1NC43MjcgMTE0LjU1MyAxNTQuNzMgMTE0LjU1NCAxNTQuNzM0IDExNC41NTVDMTU0LjczNiAxMTQuNTU2IDE1NC43MzkgMTE0LjU1NiAxNTQuNzQyIDExNC41NTZDMTU1LjA2IDExNC42MjUgMTU1LjM3IDExNC40NTEgMTU1LjQzNSAxMTQuMTY1QzE1NS41MDEgMTEzLjg4IDE1NS4yOTcgMTEzLjU5IDE1NC45ODEgMTEzLjUxNEMxNTQuOTM1IDExMy41MDMgMTU0Ljg2OSAxMTMuNDg1IDE1NC44MjQgMTEzLjQ3N0MxNTQuNjM3IDExMy40NDIgMTU0LjQ4NSAxMTMuNDUgMTU0LjMwOSAxMTMuNDM2QzE1My45MzMgMTEzLjM5NyAxNTMuNjIyIDExMy4zNjUgMTUzLjM0NSAxMTMuMjc4QzE1My4yMzIgMTEzLjIzNCAxNTMuMTUyIDExMy4xMDEgMTUzLjExMyAxMTMuMDQ2TDE1Mi44OTYgMTEyLjk4M0MxNTMuMDA5IDExMi4xNzIgMTUyLjk3OCAxMTEuMzI5IDE1Mi43ODQgMTEwLjQ4NUMxNTIuNTg3IDEwOS42MzMgMTUyLjI0IDEwOC44NTQgMTUxLjc3NiAxMDguMTY3QzE1MS44MzIgMTA4LjExNyAxNTEuOTM3IDEwOC4wMjQgMTUxLjk2NyAxMDcuOTk3QzE1MS45NzYgMTA3LjkwMSAxNTEuOTY4IDEwNy44IDE1Mi4wNjggMTA3LjY5NEMxNTIuMjggMTA3LjQ5NiAxNTIuNTQ2IDEwNy4zMzMgMTUyLjg2NyAxMDcuMTM1QzE1My4wMiAxMDcuMDQ2IDE1My4xNjEgMTA2Ljk4OCAxNTMuMzE0IDEwNi44NzVDMTUzLjM0OSAxMDYuODUgMTUzLjM5NiAxMDYuODEgMTUzLjQzMyAxMDYuNzgxQzE1My42OSAxMDYuNTc2IDE1My43NSAxMDYuMjIzIDE1My41NjUgMTA1Ljk5MkMxNTMuMzc5IDEwNS43NjEgMTUzLjAyMSAxMDUuNzM5IDE1Mi43NjMgMTA1Ljk0NEMxNTIuNzI2IDEwNS45NzMgMTUyLjY3NiAxMDYuMDEgMTUyLjY0NCAxMDYuMDM5QzE1Mi40OTkgMTA2LjE2MiAxNTIuNDEgMTA2LjI4NCAxNTIuMjg5IDEwNi40MTJDMTUyLjAyNCAxMDYuNjggMTUxLjgwNSAxMDYuOTA0IDE1MS41NjQgMTA3LjA2NUMxNTEuNDYgMTA3LjEyNiAxNTEuMzA3IDEwNy4xMDUgMTUxLjIzOCAxMDcuMTAxTDE1MS4wMzMgMTA3LjI0NkMxNDkuODY4IDEwNi4wMjkgMTQ4LjI4MSAxMDUuMjUxIDE0Ni41NzIgMTA1LjFDMTQ2LjU2NyAxMDUuMDI5IDE0Ni41NjEgMTA0LjkgMTQ2LjU1OSAxMDQuODYxQzE0Ni40ODkgMTA0Ljc5NCAxNDYuNDA1IDEwNC43MzcgMTQ2LjM4MyAxMDQuNTkzQzE0Ni4zNiAxMDQuMzA2IDE0Ni4zOTkgMTAzLjk5NiAxNDYuNDQ0IDEwMy42MjNDMTQ2LjQ2OSAxMDMuNDQ4IDE0Ni41MTEgMTAzLjMwMyAxNDYuNTE4IDEwMy4xMTRDMTQ2LjUxOSAxMDMuMDcxIDE0Ni41MTcgMTAzLjAwOCAxNDYuNTE3IDEwMi45NjJDMTQ2LjUxNiAxMDIuNjM0IDE0Ni4yNzYgMTAyLjM2NyAxNDUuOTc5IDEwMi4zNjdIMTQ1Ljk3OVpNMTQ1LjMwNiAxMDYuNTE4TDE0NS4xNDYgMTA5LjMyNEwxNDUuMTM1IDEwOS4zM0MxNDUuMTI0IDEwOS41ODEgMTQ0LjkxNyAxMDkuNzgyIDE0NC42NjIgMTA5Ljc4MkMxNDQuNTU3IDEwOS43ODIgMTQ0LjQ2MSAxMDkuNzQ4IDE0NC4zODMgMTA5LjY5MUwxNDQuMzc4IDEwOS42OTRMMTQyLjA2NiAxMDguMDYyQzE0Mi43NzcgMTA3LjM2NyAxNDMuNjg2IDEwNi44NTMgMTQ0LjczMyAxMDYuNjE2QzE0NC45MjQgMTA2LjU3MyAxNDUuMTE2IDEwNi41NDEgMTQ1LjMwNiAxMDYuNTE4Wk0xNDYuNjUzIDEwNi41MThDMTQ3Ljg3NiAxMDYuNjY3IDE0OS4wMDcgMTA3LjIxOSAxNDkuODczIDEwOC4wNjNMMTQ3LjU3NyAxMDkuNjg1TDE0Ny41NjggMTA5LjY4MUMxNDcuMzY1IDEwOS44MjkgMTQ3LjA3NyAxMDkuNzkzIDE0Ni45MTggMTA5LjU5NEMxNDYuODUzIDEwOS41MTMgMTQ2LjgxOSAxMDkuNDE3IDE0Ni44MTUgMTA5LjMyMUwxNDYuODEzIDEwOS4zMkwxNDYuNjUzIDEwNi41MThaTTE0MS4yMjggMTA5LjExMUwxNDMuMzM5IDExMC45OUwxNDMuMzM2IDExMS4wMDJDMTQzLjUyNyAxMTEuMTY3IDE0My41NTUgMTExLjQ1MyAxNDMuMzk2IDExMS42NTFDMTQzLjMzMSAxMTEuNzMyIDE0My4yNDQgMTExLjc4NyAxNDMuMTUgMTExLjgxMkwxNDMuMTQ4IDExMS44MjFMMTQwLjQ0MiAxMTIuNTk5QzE0MC4zMDUgMTExLjM0NSAxNDAuNjAxIDExMC4xMjcgMTQxLjIyOCAxMDkuMTExWk0xNTAuNzE1IDEwOS4xMTJDMTUxLjAyOSAxMDkuNjE4IDE1MS4yNjYgMTEwLjE4MyAxNTEuNDA4IDExMC43OTZDMTUxLjU0NyAxMTEuNDAxIDE1MS41ODMgMTEyLjAwNiAxNTEuNTI1IDExMi41OUwxNDguODA1IDExMS44MUwxNDguODAzIDExMS43OTlDMTQ4LjU2IDExMS43MzIgMTQ4LjQxIDExMS40ODYgMTQ4LjQ2NyAxMTEuMjM4QzE0OC40OSAxMTEuMTM3IDE0OC41NDQgMTExLjA1MSAxNDguNjE3IDExMC45ODhMMTQ4LjYxNiAxMTAuOTgyTDE1MC43MTUgMTA5LjExMkgxNTAuNzE1Wk0xNDUuNTQ2IDExMS4xMzVIMTQ2LjQxMUwxNDYuOTQ4IDExMS44MDRMMTQ2Ljc1NSAxMTIuNjM5TDE0NS45NzkgMTEzLjAxTDE0NS4yIDExMi42MzhMMTQ1LjAwNyAxMTEuODAzTDE0NS41NDYgMTExLjEzNVpNMTQ4LjMxOCAxMTMuNDI0QzE0OC4zNTUgMTEzLjQyMiAxNDguMzkyIDExMy40MjYgMTQ4LjQyOCAxMTMuNDMyTDE0OC40MzIgMTEzLjQyN0wxNTEuMjMxIDExMy44OThDMTUwLjgyMSAxMTUuMDQzIDE1MC4wMzggMTE2LjAzNiAxNDguOTkgMTE2LjdMMTQ3LjkwNCAxMTQuMDg3TDE0Ny45MDcgMTE0LjA4M0MxNDcuODA3IDExMy44NTIgMTQ3LjkwNyAxMTMuNTgxIDE0OC4xMzcgMTEzLjQ3MUMxNDguMTk2IDExMy40NDMgMTQ4LjI1NyAxMTMuNDI3IDE0OC4zMTggMTEzLjQyNEgxNDguMzE4Wk0xNDMuNjE4IDExMy40MzZDMTQzLjgzMSAxMTMuNDM5IDE0NC4wMjMgMTEzLjU4NiAxNDQuMDczIDExMy44MDNDMTQ0LjA5NiAxMTMuOTA0IDE0NC4wODUgMTE0LjAwNCAxNDQuMDQ2IDExNC4wOTNMMTQ0LjA1NCAxMTQuMTAzTDE0Mi45NzkgMTE2LjY5QzE0MS45NzQgMTE2LjA0OCAxNDEuMTc0IDExNS4wODYgMTQwLjc0NSAxMTMuOTA3TDE0My41MiAxMTMuNDM4TDE0My41MjUgMTEzLjQ0NEMxNDMuNTU2IDExMy40MzggMTQzLjU4NyAxMTMuNDM1IDE0My42MTggMTEzLjQzNlYxMTMuNDM2Wk0xNDUuOTYyIDExNC41NjlDMTQ2LjAzNiAxMTQuNTY2IDE0Ni4xMTIgMTE0LjU4MSAxNDYuMTgzIDExNC42MTZDMTQ2LjI3OCAxMTQuNjYxIDE0Ni4zNSAxMTQuNzMyIDE0Ni4zOTYgMTE0LjgxN0gxNDYuNDA2TDE0Ny43NzQgMTE3LjI3N0MxNDcuNTk3IDExNy4zMzcgMTQ3LjQxNCAxMTcuMzg3IDE0Ny4yMjcgMTE3LjQyOUMxNDYuMTgxIDExNy42NjYgMTQ1LjEzOSAxMTcuNTk0IDE0NC4xOTQgMTE3LjI3NEwxNDUuNTU5IDExNC44MThIMTQ1LjU2MUMxNDUuNjQzIDExNC42NjYgMTQ1Ljc5OCAxMTQuNTc1IDE0NS45NjIgMTE0LjU2OVoiIGZpbGw9IiMzMjZDRTUiIHN0cm9rZT0iIzMyNkNFNSIgc3Ryb2tlLXdpZHRoPSIwLjI1Ii8+IDwvc3ZnPg==)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "0", + backgroundImageOpacity: "0", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-operator", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "86bd9f7b-9c9f-4e7a-9842-3525a325d580": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "1007", + zIndex: "1007", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-sentry", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "10.5px", + width: "10.5px", + shape: "round-rectangle", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjM4NjcgMzYuMjIyMUgyNS4yNzQyVjQyLjE0NzVIMTYuMzg2N1Y1MS4wMzU3SDEwLjQ2MTdWNDIuMTQ3NUgxLjU3NDIyVjM2LjIyMjFIMTAuNDYxN1YyNy4zMzRIMTYuMzg2N1YzNi4yMjIxWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00OS43MTA3IDQ0Ljg4NzFDNjAuMzk4MiA0NC44ODcxIDY5LjA2MjIgMzYuMjIzMiA2OS4wNjIyIDI1LjUzNThDNjkuMDYyMiAxNC44NDg0IDYwLjM5ODIgNi4xODQ1NyA0OS43MTA3IDYuMTg0NTdDMzkuMDIzMSA2LjE4NDU3IDMwLjM1OTEgMTQuODQ4NCAzMC4zNTkxIDI1LjUzNThDMzAuMzU5MSAzNi4yMjMyIDM5LjAyMzEgNDQuODg3MSA0OS43MTA3IDQ0Ljg4NzFaTTM1LjY4MzMgNDUuOTA1OUMzNi4wNzI2IDQ1Ljg0OTEgMzYuNDY2IDQ1Ljk1MDQgMzYuNzk4OCA0Ni4xNjAxQzQwLjI4MzcgNDguMzU2MSA0NC43NTQ3IDQ5LjY3NTYgNDkuNjMwMyA0OS42NzU2QzU0LjUzMzggNDkuNjc1NiA1OS4wMjgxIDQ4LjM0MDkgNjIuNTIxNSA0Ni4xMjIzQzYyLjg0NzIgNDUuOTE1NCA2My4yMzE3IDQ1LjgxMjYgNjMuNjE0MyA0NS44NjE3QzcyLjk2NzggNDcuMDYzMSA4MC4xOTU5IDU1LjA1NTMgODAuMTk1OSA2NC43MzU2VjcyLjIzMTRDODAuMTk1OSA3OC42Mjg4IDc1LjAwOTggODMuODE0OSA2OC42MTI0IDgzLjgxNDlIMzEuMDA3MkMyNC42MDk5IDgzLjgxNDkgMTkuNDIzOCA3OC42Mjg4IDE5LjQyMzggNzIuMjMxNVY2NC43MzU2QzE5LjQyMzggNTUuMTY2NyAyNi40ODY1IDQ3LjI0NzMgMzUuNjgzMyA0NS45MDU5WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04MC43MzQ4IDgyLjM2NTdDODIuNDE5MyA4MC4yMjMzIDgzLjQyNDEgNzcuNTIxMSA4My40MjQxIDc0LjU4NDNWNjMuODg0NEM4My40MjQxIDU1LjgyOTggNzguODIzNyA0OC44NDk3IDcyLjEwNzIgNDUuNDI4MkM4MS40Mzg1IDQ2Ljk2ODQgODguNTE1OSA1NC41MjgzIDg4LjQyMzEgNjMuNDUwNFY3MS44ODI3Qzg4LjQyMzEgNzYuNjM4IDg1LjI0OTYgODAuNjkzMSA4MC43MzQ4IDgyLjM2NTdaTTcyLjMxODIgMjUuNTM1NEM3Mi4zMTgyIDMwLjQ0OSA3MC44MzIzIDM1LjAxNTUgNjguMjg1NCAzOC44MTAyQzc0LjkyMjUgMzYuNTg1NCA3OS43MDQ3IDMwLjMxNjMgNzkuNzA0NyAyMi45MzAxQzc5LjcwNDcgMTMuNjgyMyA3Mi4yMDggNi4xODU1NSA2Mi45NjAyIDYuMTg1NTVDNjIuNzgxNCA2LjE4NTU1IDYyLjYwMzMgNi4xODgzNSA2Mi40MjU4IDYuMTkzOTFDNjguNDE4NyAxMC41MjYyIDcyLjMxODIgMTcuNTc1NCA3Mi4zMTgyIDI1LjUzNTRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjM4NjcgMzYuMjIyMUgyNS4yNzQyVjQyLjE0NzVIMTYuMzg2N1Y1MS4wMzU3SDEwLjQ2MTdWNDIuMTQ3NUgxLjU3NDIyVjM2LjIyMjFIMTAuNDYxN1YyNy4zMzRIMTYuMzg2N1YzNi4yMjIxWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00OS43MTA3IDQ0Ljg4NzFDNjAuMzk4MiA0NC44ODcxIDY5LjA2MjIgMzYuMjIzMiA2OS4wNjIyIDI1LjUzNThDNjkuMDYyMiAxNC44NDg0IDYwLjM5ODIgNi4xODQ1NyA0OS43MTA3IDYuMTg0NTdDMzkuMDIzMSA2LjE4NDU3IDMwLjM1OTEgMTQuODQ4NCAzMC4zNTkxIDI1LjUzNThDMzAuMzU5MSAzNi4yMjMyIDM5LjAyMzEgNDQuODg3MSA0OS43MTA3IDQ0Ljg4NzFaTTM1LjY4MzMgNDUuOTA1OUMzNi4wNzI2IDQ1Ljg0OTEgMzYuNDY2IDQ1Ljk1MDQgMzYuNzk4OCA0Ni4xNjAxQzQwLjI4MzcgNDguMzU2MSA0NC43NTQ3IDQ5LjY3NTYgNDkuNjMwMyA0OS42NzU2QzU0LjUzMzggNDkuNjc1NiA1OS4wMjgxIDQ4LjM0MDkgNjIuNTIxNSA0Ni4xMjIzQzYyLjg0NzIgNDUuOTE1NCA2My4yMzE3IDQ1LjgxMjYgNjMuNjE0MyA0NS44NjE3QzcyLjk2NzggNDcuMDYzMSA4MC4xOTU5IDU1LjA1NTMgODAuMTk1OSA2NC43MzU2VjcyLjIzMTRDODAuMTk1OSA3OC42Mjg4IDc1LjAwOTggODMuODE0OSA2OC42MTI0IDgzLjgxNDlIMzEuMDA3MkMyNC42MDk5IDgzLjgxNDkgMTkuNDIzOCA3OC42Mjg4IDE5LjQyMzggNzIuMjMxNVY2NC43MzU2QzE5LjQyMzggNTUuMTY2NyAyNi40ODY1IDQ3LjI0NzMgMzUuNjgzMyA0NS45MDU5WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04MC43MzQ4IDgyLjM2NTdDODIuNDE5MyA4MC4yMjMzIDgzLjQyNDEgNzcuNTIxMSA4My40MjQxIDc0LjU4NDNWNjMuODg0NEM4My40MjQxIDU1LjgyOTggNzguODIzNyA0OC44NDk3IDcyLjEwNzIgNDUuNDI4MkM4MS40Mzg1IDQ2Ljk2ODQgODguNTE1OSA1NC41MjgzIDg4LjQyMzEgNjMuNDUwNFY3MS44ODI3Qzg4LjQyMzEgNzYuNjM4IDg1LjI0OTYgODAuNjkzMSA4MC43MzQ4IDgyLjM2NTdaTTcyLjMxODIgMjUuNTM1NEM3Mi4zMTgyIDMwLjQ0OSA3MC44MzIzIDM1LjAxNTUgNjguMjg1NCAzOC44MTAyQzc0LjkyMjUgMzYuNTg1NCA3OS43MDQ3IDMwLjMxNjMgNzkuNzA0NyAyMi45MzAxQzc5LjcwNDcgMTMuNjgyMyA3Mi4yMDggNi4xODU1NSA2Mi45NjAyIDYuMTg1NTVDNjIuNzgxNCA2LjE4NTU1IDYyLjYwMzMgNi4xODgzNSA2Mi40MjU4IDYuMTkzOTFDNjguNDE4NyAxMC41MjYyIDcyLjMxODIgMTcuNTc1NCA3Mi4zMTgyIDI1LjUzNTRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-sentry", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "20b13c8d-ec5d-4c40-bbbc-f5cb4ecbc728": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "12", + zIndex: "12", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-sidecar-injector", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "20px", + width: "20px", + shape: "round-hexagon", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI2MDkxXzE2NjQ4KSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNzkuNDM1OSA1MS4yMzJINzQuNzY1N0w4Mi4zODM2IDYwLjA3MzdMOTAuMDAxNiA1MS4yMzJIODUuNjYyNUM4NS4yODc1IDQ4LjU3NjcgODQuMjEzNCA0Ni4wNTYgODIuNTM0IDQzLjkzOTNDODAuNDEyIDQxLjI2NDcgNzcuNDQ5NCAzOS4zOTM3IDc0LjEzMTQgMzguNjMyNUM3MC44MTM0IDM3Ljg3MTMgNjcuMzM2NSAzOC4yNjUxIDY0LjI3MDIgMzkuNzQ5NEM2MS4yMDM5IDQxLjIzMzcgNTguNzI5OSA0My43MjA2IDU3LjI1MzMgNDYuODAyN0M1NS43NzY3IDQ5Ljg4NDggNTUuMzg1IDUzLjM3OTYgNTYuMTQyNCA1Ni43MTQ3QzU2Ljg5OTggNjAuMDQ5OCA1OC43NjEzIDYzLjAyNzYgNjEuNDIyMyA2NS4xNjA0QzY0LjA4MzIgNjcuMjkzMiA2Ny4zODU3IDY4LjQ1NDYgNzAuNzg5MSA2OC40NTQ1Qzc0LjE5MjQgNjguNDU0NCA3Ny40OTQ5IDY3LjI5MjggODAuMTU1NyA2NS4xNTk4TDc2LjMzODcgNjAuMzQ5MkM3NC43NjIyIDYxLjYxMyA3Mi44MDU0IDYyLjMwMTMgNzAuNzg4OSA2Mi4zMDE0QzY4Ljc3MjMgNjIuMzAxNCA2Ni44MTU1IDYxLjYxMzMgNjUuMjM4OSA2MC4zNDk1QzYzLjY2MjMgNTkuMDg1OCA2Mi41NTkzIDU3LjMyMTQgNjIuMTEwNSA1NS4zNDUzQzYxLjY2MTcgNTMuMzY5MyA2MS44OTM4IDUxLjI5ODYgNjIuNzY4NyA0OS40NzI0QzYzLjY0MzYgNDcuNjQ2MSA2NS4xMDk1IDQ2LjE3MjcgNjYuOTI2NCA0NS4yOTMyQzY4Ljc0MzIgNDQuNDEzNyA3MC44MDMzIDQ0LjE4MDQgNzIuNzY5MyA0NC42MzE0Qzc0LjczNTIgNDUuMDgyNCA3Ni40OTA2IDQ2LjE5MSA3Ny43NDc5IDQ3Ljc3NTdDNzguNTU4NyA0OC43OTc3IDc5LjEzMTQgNDkuOTc4NiA3OS40MzU5IDUxLjIzMloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjIuNzI3IDU2LjcwNDlMMjIuNzQ0NiA1Ni43MzU4TDIyLjc2NTggNTYuNzczNkMyNC41MDQ5IDU5Ljg5ODQgMjMuMzk2NyA2My44NDk4IDIwLjI5MDYgNjUuNTk5NEMxNy4xODQ1IDY3LjM0OSAxMy4yNTY2IDY2LjIzNDEgMTEuNTE3NSA2My4xMDkzQzkuNzc4MzkgNTkuOTg0NSAxMC44ODY2IDU2LjAzMzEgMTMuOTkyNyA1NC4yODM1QzE1LjIzNTkgNTMuNTgzMyAxNi42MTA3IDUzLjM0MTkgMTcuOTI0MSA1My41MDQ1TDI0LjYwMiA0Mi40NDY0QzIyLjUxOTUgNDAuODgxMiAyMC44MTk5IDM4Ljg0NjEgMTkuNjQ1NiAzNi40OTU4QzE4LjIxOTQgMzMuNjQxNCAxNy42MjY1IDMwLjQzODggMTcuOTM1NSAyNy4yNTkzQzE4LjI0NDYgMjQuMDc5NyAxOS40NDI5IDIxLjA1MzMgMjEuMzkxNiAxOC41MzA4QzIzLjM0MDQgMTYuMDA4NCAyNS45NTk3IDE0LjA5MzEgMjguOTQ2MiAxMy4wMDY5QzMxLjkzMjcgMTEuOTIwOCAzNS4xNjM5IDExLjcwODMgMzguMjY1NiAxMi4zOTRDNDEuMzY3MiAxMy4wNzk3IDQ0LjIxMjEgMTQuNjM1NiA0Ni40NzA4IDE2Ljg4MTNDNDguNzI5NCAxOS4xMjcgNTAuMzA5MiAyMS45NzA3IDUxLjAyNzEgMjUuMDgyN0M1MS43NDUgMjguMTk0NyA1MS41NzE3IDMxLjQ0NzcgNTAuNTI3MSAzNC40NjQ2TDQ0LjY0OTEgMzIuNDA0OUM0NS4zMDY3IDMwLjUwNTUgNDUuNDE1OSAyOC40NTc1IDQ0Ljk2MzkgMjYuNDk4M0M0NC41MTE5IDI0LjUzOTEgNDMuNTE3MyAyMi43NDg4IDQyLjA5NTMgMjEuMzM0OUM0MC42NzM0IDE5LjkyMTEgMzguODgyMyAxOC45NDE2IDM2LjkyOTYgMTguNTA5OUMzNC45NzY5IDE4LjA3ODIgMzIuOTQyNiAxOC4yMTIgMzEuMDYyNCAxOC44OTU4QzI5LjE4MjIgMTkuNTc5NiAyNy41MzMxIDIwLjc4NTQgMjYuMzA2MiAyMi4zNzM1QzI1LjA3OTQgMjMuOTYxNSAyNC4zMjQ5IDI1Ljg2NjkgMjQuMTMwNCAyNy44Njg2QzIzLjkzNTggMjkuODcwNCAyNC4zMDkxIDMxLjg4NjYgMjUuMjA3IDMzLjY4MzdDMjUuOTM3MSAzNS4xNDUxIDI2Ljk4OTkgMzYuNDEyOSAyOC4yNzg4IDM3LjM5MzNMMzIuNzQxOSA0MC4xMjFMMjIuNzI3IDU2LjcwNDlaTTM0Ljc1MDggMzUuNjczMUMzNC43NzY1IDM1LjY3NDUgMzQuODAyMSAzNS42NzU3IDM0LjgyNzggMzUuNjc2OEw0My40MTY1IDUzLjA1MUw0OC4wNiA1MC43Mjc4QzQ4LjgzMjUgNTAuNDMyNiA0OS42MzUzIDUwLjIzIDUwLjQ1MTggNTAuMTIzMUM1MC43MDY5IDQ3Ljg4NDcgNTEuMjk2IDQ1Ljc1MTEgNTIuMTY2OCA0My43NzU5QzUwIDQzLjczMDUgNDcuODQ1OSA0NC4xMDczIDQ1LjgyMzUgNDQuODg0MUw0MC4wOTIyIDMzLjI5MDRDNDAuOTI1NCAzMi4yNjE4IDQxLjQ1MzQgMzAuOTY3NSA0MS41Mjg2IDI5LjU0MUM0MS43MTcgMjUuOTY0OCAzOC45ODggMjIuOTEyIDM1LjQzMzEgMjIuNzIyNUMzMS44NzgzIDIyLjUzMjkgMjguODQzNyAyNS4yNzgzIDI4LjY1NTMgMjguODU0NkMyOC40NjY5IDMyLjQzMDggMzEuMTk1OSAzNS40ODM2IDM0Ljc1MDggMzUuNjczMVpNNjMuNjA2MyA3Mi43MjE3QzYxLjU1NTMgNzEuODg5NSA1OS42NjI0IDcwLjczNTkgNTcuOTg2NSA2OS4zMjE3QzU2Ljg1NjcgNzAuMTM3NiA1NS41NzMxIDcwLjcyNSA1NC4yMDY5IDcxLjA0MzhDNTIuMjU5MyA3MS40OTgyIDUwLjIyMzYgNzEuMzg4MSA0OC4zMzU3IDcwLjcyNjJDNDYuNDQ3NyA3MC4wNjQzIDQ0Ljc4NDkgNjguODc3OCA0My41Mzk4IDY3LjMwNDFMMzguNjY5OCA3MS4yMDM3QzQwLjY0NzQgNzMuNzAzMyA0My4yODg2IDc1LjU4OCA0Ni4yODc0IDc2LjYzOTNDNDkuMjg2MSA3Ny42OTA2IDUyLjUxOTYgNzcuODY1NSA1NS42MTMyIDc3LjE0MzdDNTguNjMzMyA3Ni40MzkgNjEuMzk5MyA3NC45MDc5IDYzLjYwNjMgNzIuNzIxN1pNNTQuODA1MiA2NS45ODc2QzUzLjAyMjIgNjYuNzU0OCA1MC45MTY1IDY2LjcwNzEgNDkuMDk3MyA2NS42NzRDNDcuODU2OCA2NC45Njk0IDQ2LjkzNzQgNjMuOTEzNCA0Ni4zOTI5IDYyLjcwMDFMMzMuNTI4NCA2Mi43MDcxQzMzLjI4MDggNjUuMzA4NyAzMi40MzU5IDY3LjgyNTMgMzEuMDUxIDcwLjA1NDZDMjkuMzY4IDcyLjc2MzggMjYuOTU2MyA3NC45Mzc3IDI0LjA5NTQgNzYuMzI0NEMyMS4yMzQ2IDc3LjcxMTIgMTguMDQxNyA3OC4yNTM5IDE0Ljg4NjcgNzcuODg5OEMxMS43MzE4IDc3LjUyNTcgOC43NDQgNzYuMjY5NyA2LjI2OTYgNzQuMjY3M0MzLjc5NTE5IDcyLjI2NDggMS45MzU0OSA2OS41OTggMC45MDYwMDUgNjYuNTc1OEMtMC4xMjM0NzggNjMuNTUzNiAtMC4yODA1OTkgNjAuMjk5OCAwLjQ1Mjg1NSA1Ny4xOTE1QzEuMTg2MzEgNTQuMDgzMSAyLjc4MDMxIDUxLjI0NzUgNS4wNTAxMyA0OS4wMTMyQzcuMzE5OTUgNDYuNzc4OSAxMC4xNzI3IDQ1LjIzNzUgMTMuMjc3NyA0NC41Njc0TDE0LjU4MzEgNTAuNjlDMTIuNjI4MyA1MS4xMTE4IDEwLjgzMjMgNTIuMDgyMyA5LjQwMzI2IDUzLjQ4ODlDNy45NzQyNiA1NC44OTU2IDYuOTcwNzIgNTYuNjgwOCA2LjUwODk2IDU4LjYzNzdDNi4wNDcyIDYwLjU5NDcgNi4xNDYxMSA2Mi42NDMyIDYuNzk0MjUgNjQuNTQ1OEM3LjQ0MjM4IDY2LjQ0ODUgOC42MTMxOSA2OC4xMjc1IDEwLjE3MSA2OS4zODgyQzExLjcyODggNzAuNjQ4OCAxMy42MDk4IDcxLjQzOTYgMTUuNTk2MSA3MS42Njg4QzE3LjU4MjQgNzEuODk4IDE5LjU5MjUgNzEuNTU2MyAyMS4zOTM2IDcwLjY4MzNDMjMuMTk0NyA2OS44MTAyIDI0LjcxMzEgNjguNDQxNiAyNS43NzI2IDY2LjczNkMyNi42MzYyIDY1LjM0NiAyNy4xNjYyIDYzLjc3ODUgMjcuMzI3OCA2Mi4xNTczTDI3LjMyNSA1Ni45MTkyTDQ2LjYxNDUgNTYuOTA4OUw0Ni42MjYxIDU2Ljg4NzhMNDYuNjUyOSA1Ni44Mzk1QzQ3LjQ5MTQgNTUuMzQ1MiA0OC44MzA4IDU0LjMxNDEgNTAuMzM5NiA1My44MzkxQzUwLjU4MDkgNTguNDEyOCA1Mi4yMTExIDYyLjYwNzYgNTQuODA1MiA2NS45ODc2WiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yNjA5MV8xNjY0OCI+CjxyZWN0IHdpZHRoPSI5MCIgaGVpZ2h0PSI5MCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzI2MDkxXzE2NjQ4KSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNzkuNDM1OSA1MS4yMzJINzQuNzY1N0w4Mi4zODM2IDYwLjA3MzdMOTAuMDAxNiA1MS4yMzJIODUuNjYyNUM4NS4yODc1IDQ4LjU3NjcgODQuMjEzNCA0Ni4wNTYgODIuNTM0IDQzLjkzOTNDODAuNDEyIDQxLjI2NDcgNzcuNDQ5NCAzOS4zOTM3IDc0LjEzMTQgMzguNjMyNUM3MC44MTM0IDM3Ljg3MTMgNjcuMzM2NSAzOC4yNjUxIDY0LjI3MDIgMzkuNzQ5NEM2MS4yMDM5IDQxLjIzMzcgNTguNzI5OSA0My43MjA2IDU3LjI1MzMgNDYuODAyN0M1NS43NzY3IDQ5Ljg4NDggNTUuMzg1IDUzLjM3OTYgNTYuMTQyNCA1Ni43MTQ3QzU2Ljg5OTggNjAuMDQ5OCA1OC43NjEzIDYzLjAyNzYgNjEuNDIyMyA2NS4xNjA0QzY0LjA4MzIgNjcuMjkzMiA2Ny4zODU3IDY4LjQ1NDYgNzAuNzg5MSA2OC40NTQ1Qzc0LjE5MjQgNjguNDU0NCA3Ny40OTQ5IDY3LjI5MjggODAuMTU1NyA2NS4xNTk4TDc2LjMzODcgNjAuMzQ5MkM3NC43NjIyIDYxLjYxMyA3Mi44MDU0IDYyLjMwMTMgNzAuNzg4OSA2Mi4zMDE0QzY4Ljc3MjMgNjIuMzAxNCA2Ni44MTU1IDYxLjYxMzMgNjUuMjM4OSA2MC4zNDk1QzYzLjY2MjMgNTkuMDg1OCA2Mi41NTkzIDU3LjMyMTQgNjIuMTEwNSA1NS4zNDUzQzYxLjY2MTcgNTMuMzY5MyA2MS44OTM4IDUxLjI5ODYgNjIuNzY4NyA0OS40NzI0QzYzLjY0MzYgNDcuNjQ2MSA2NS4xMDk1IDQ2LjE3MjcgNjYuOTI2NCA0NS4yOTMyQzY4Ljc0MzIgNDQuNDEzNyA3MC44MDMzIDQ0LjE4MDQgNzIuNzY5MyA0NC42MzE0Qzc0LjczNTIgNDUuMDgyNCA3Ni40OTA2IDQ2LjE5MSA3Ny43NDc5IDQ3Ljc3NTdDNzguNTU4NyA0OC43OTc3IDc5LjEzMTQgNDkuOTc4NiA3OS40MzU5IDUxLjIzMloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjIuNzI3IDU2LjcwNDlMMjIuNzQ0NiA1Ni43MzU4TDIyLjc2NTggNTYuNzczNkMyNC41MDQ5IDU5Ljg5ODQgMjMuMzk2NyA2My44NDk4IDIwLjI5MDYgNjUuNTk5NEMxNy4xODQ1IDY3LjM0OSAxMy4yNTY2IDY2LjIzNDEgMTEuNTE3NSA2My4xMDkzQzkuNzc4MzkgNTkuOTg0NSAxMC44ODY2IDU2LjAzMzEgMTMuOTkyNyA1NC4yODM1QzE1LjIzNTkgNTMuNTgzMyAxNi42MTA3IDUzLjM0MTkgMTcuOTI0MSA1My41MDQ1TDI0LjYwMiA0Mi40NDY0QzIyLjUxOTUgNDAuODgxMiAyMC44MTk5IDM4Ljg0NjEgMTkuNjQ1NiAzNi40OTU4QzE4LjIxOTQgMzMuNjQxNCAxNy42MjY1IDMwLjQzODggMTcuOTM1NSAyNy4yNTkzQzE4LjI0NDYgMjQuMDc5NyAxOS40NDI5IDIxLjA1MzMgMjEuMzkxNiAxOC41MzA4QzIzLjM0MDQgMTYuMDA4NCAyNS45NTk3IDE0LjA5MzEgMjguOTQ2MiAxMy4wMDY5QzMxLjkzMjcgMTEuOTIwOCAzNS4xNjM5IDExLjcwODMgMzguMjY1NiAxMi4zOTRDNDEuMzY3MiAxMy4wNzk3IDQ0LjIxMjEgMTQuNjM1NiA0Ni40NzA4IDE2Ljg4MTNDNDguNzI5NCAxOS4xMjcgNTAuMzA5MiAyMS45NzA3IDUxLjAyNzEgMjUuMDgyN0M1MS43NDUgMjguMTk0NyA1MS41NzE3IDMxLjQ0NzcgNTAuNTI3MSAzNC40NjQ2TDQ0LjY0OTEgMzIuNDA0OUM0NS4zMDY3IDMwLjUwNTUgNDUuNDE1OSAyOC40NTc1IDQ0Ljk2MzkgMjYuNDk4M0M0NC41MTE5IDI0LjUzOTEgNDMuNTE3MyAyMi43NDg4IDQyLjA5NTMgMjEuMzM0OUM0MC42NzM0IDE5LjkyMTEgMzguODgyMyAxOC45NDE2IDM2LjkyOTYgMTguNTA5OUMzNC45NzY5IDE4LjA3ODIgMzIuOTQyNiAxOC4yMTIgMzEuMDYyNCAxOC44OTU4QzI5LjE4MjIgMTkuNTc5NiAyNy41MzMxIDIwLjc4NTQgMjYuMzA2MiAyMi4zNzM1QzI1LjA3OTQgMjMuOTYxNSAyNC4zMjQ5IDI1Ljg2NjkgMjQuMTMwNCAyNy44Njg2QzIzLjkzNTggMjkuODcwNCAyNC4zMDkxIDMxLjg4NjYgMjUuMjA3IDMzLjY4MzdDMjUuOTM3MSAzNS4xNDUxIDI2Ljk4OTkgMzYuNDEyOSAyOC4yNzg4IDM3LjM5MzNMMzIuNzQxOSA0MC4xMjFMMjIuNzI3IDU2LjcwNDlaTTM0Ljc1MDggMzUuNjczMUMzNC43NzY1IDM1LjY3NDUgMzQuODAyMSAzNS42NzU3IDM0LjgyNzggMzUuNjc2OEw0My40MTY1IDUzLjA1MUw0OC4wNiA1MC43Mjc4QzQ4LjgzMjUgNTAuNDMyNiA0OS42MzUzIDUwLjIzIDUwLjQ1MTggNTAuMTIzMUM1MC43MDY5IDQ3Ljg4NDcgNTEuMjk2IDQ1Ljc1MTEgNTIuMTY2OCA0My43NzU5QzUwIDQzLjczMDUgNDcuODQ1OSA0NC4xMDczIDQ1LjgyMzUgNDQuODg0MUw0MC4wOTIyIDMzLjI5MDRDNDAuOTI1NCAzMi4yNjE4IDQxLjQ1MzQgMzAuOTY3NSA0MS41Mjg2IDI5LjU0MUM0MS43MTcgMjUuOTY0OCAzOC45ODggMjIuOTEyIDM1LjQzMzEgMjIuNzIyNUMzMS44NzgzIDIyLjUzMjkgMjguODQzNyAyNS4yNzgzIDI4LjY1NTMgMjguODU0NkMyOC40NjY5IDMyLjQzMDggMzEuMTk1OSAzNS40ODM2IDM0Ljc1MDggMzUuNjczMVpNNjMuNjA2MyA3Mi43MjE3QzYxLjU1NTMgNzEuODg5NSA1OS42NjI0IDcwLjczNTkgNTcuOTg2NSA2OS4zMjE3QzU2Ljg1NjcgNzAuMTM3NiA1NS41NzMxIDcwLjcyNSA1NC4yMDY5IDcxLjA0MzhDNTIuMjU5MyA3MS40OTgyIDUwLjIyMzYgNzEuMzg4MSA0OC4zMzU3IDcwLjcyNjJDNDYuNDQ3NyA3MC4wNjQzIDQ0Ljc4NDkgNjguODc3OCA0My41Mzk4IDY3LjMwNDFMMzguNjY5OCA3MS4yMDM3QzQwLjY0NzQgNzMuNzAzMyA0My4yODg2IDc1LjU4OCA0Ni4yODc0IDc2LjYzOTNDNDkuMjg2MSA3Ny42OTA2IDUyLjUxOTYgNzcuODY1NSA1NS42MTMyIDc3LjE0MzdDNTguNjMzMyA3Ni40MzkgNjEuMzk5MyA3NC45MDc5IDYzLjYwNjMgNzIuNzIxN1pNNTQuODA1MiA2NS45ODc2QzUzLjAyMjIgNjYuNzU0OCA1MC45MTY1IDY2LjcwNzEgNDkuMDk3MyA2NS42NzRDNDcuODU2OCA2NC45Njk0IDQ2LjkzNzQgNjMuOTEzNCA0Ni4zOTI5IDYyLjcwMDFMMzMuNTI4NCA2Mi43MDcxQzMzLjI4MDggNjUuMzA4NyAzMi40MzU5IDY3LjgyNTMgMzEuMDUxIDcwLjA1NDZDMjkuMzY4IDcyLjc2MzggMjYuOTU2MyA3NC45Mzc3IDI0LjA5NTQgNzYuMzI0NEMyMS4yMzQ2IDc3LjcxMTIgMTguMDQxNyA3OC4yNTM5IDE0Ljg4NjcgNzcuODg5OEMxMS43MzE4IDc3LjUyNTcgOC43NDQgNzYuMjY5NyA2LjI2OTYgNzQuMjY3M0MzLjc5NTE5IDcyLjI2NDggMS45MzU0OSA2OS41OTggMC45MDYwMDUgNjYuNTc1OEMtMC4xMjM0NzggNjMuNTUzNiAtMC4yODA1OTkgNjAuMjk5OCAwLjQ1Mjg1NSA1Ny4xOTE1QzEuMTg2MzEgNTQuMDgzMSAyLjc4MDMxIDUxLjI0NzUgNS4wNTAxMyA0OS4wMTMyQzcuMzE5OTUgNDYuNzc4OSAxMC4xNzI3IDQ1LjIzNzUgMTMuMjc3NyA0NC41Njc0TDE0LjU4MzEgNTAuNjlDMTIuNjI4MyA1MS4xMTE4IDEwLjgzMjMgNTIuMDgyMyA5LjQwMzI2IDUzLjQ4ODlDNy45NzQyNiA1NC44OTU2IDYuOTcwNzIgNTYuNjgwOCA2LjUwODk2IDU4LjYzNzdDNi4wNDcyIDYwLjU5NDcgNi4xNDYxMSA2Mi42NDMyIDYuNzk0MjUgNjQuNTQ1OEM3LjQ0MjM4IDY2LjQ0ODUgOC42MTMxOSA2OC4xMjc1IDEwLjE3MSA2OS4zODgyQzExLjcyODggNzAuNjQ4OCAxMy42MDk4IDcxLjQzOTYgMTUuNTk2MSA3MS42Njg4QzE3LjU4MjQgNzEuODk4IDE5LjU5MjUgNzEuNTU2MyAyMS4zOTM2IDcwLjY4MzNDMjMuMTk0NyA2OS44MTAyIDI0LjcxMzEgNjguNDQxNiAyNS43NzI2IDY2LjczNkMyNi42MzYyIDY1LjM0NiAyNy4xNjYyIDYzLjc3ODUgMjcuMzI3OCA2Mi4xNTczTDI3LjMyNSA1Ni45MTkyTDQ2LjYxNDUgNTYuOTA4OUw0Ni42MjYxIDU2Ljg4NzhMNDYuNjUyOSA1Ni44Mzk1QzQ3LjQ5MTQgNTUuMzQ1MiA0OC44MzA4IDU0LjMxNDEgNTAuMzM5NiA1My44MzkxQzUwLjU4MDkgNTguNDEyOCA1Mi4yMTExIDYyLjYwNzYgNTQuODA1MiA2NS45ODc2WiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yNjA5MV8xNjY0OCI+CjxyZWN0IHdpZHRoPSI5MCIgaGVpZ2h0PSI5MCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-sidecar-injector", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "a083d547-a923-4202-b86a-b89bede00e07": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "25", + zIndex: "25", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "subscriptions.dapr.io", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "20px", + width: "20px", + shape: "ellipse", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yOC43ODMgMTUuODEwOEg3LjE2Mzg3QzUuOTY5NzQgMTUuODEwOCA1LjAwMTcxIDE2Ljc3ODggNS4wMDE3MSAxNy45NzNWMzkuNTk0NUMxMC45NzE2IDM5LjU5NTQgMTUuODEwOCA0NC40MzUyIDE1LjgxMDggNTAuNDA1M0MxNS44MTA4IDU2LjM3NTQgMTAuOTcxNiA2MS4yMTUyIDUuMDAxNzEgNjEuMjE2MVY4Mi44Mzc4QzUuMDAxNzEgODQuMDMyIDUuOTY5NzQgODUgNy4xNjM4NyA4NUgyOC43ODNWODQuOTk5NkMyOC43ODMgNzkuMDI4OSAzMy42MjMxIDc0LjE4ODcgMzkuNTkzOCA3NC4xODg3QzQ1LjU2NDQgNzQuMTg4NyA1MC40MDQ2IDc5LjAyODkgNTAuNDA0NiA4NC45OTk2Vjg1SDcyLjAyODdDNzMuMjIyOSA4NSA3NC4xOTA5IDg0LjAzMiA3NC4xOTA5IDgyLjgzNzhWNjEuMjE2M0M4MC4xNiA2MS4yMTQ1IDg0Ljk5ODMgNTYuMzc1MSA4NC45OTgzIDUwLjQwNTVDODQuOTk4MyA0NC40MzYgODAuMTYgMzkuNTk2NSA3NC4xOTA5IDM5LjU5NDdWMTcuOTczQzc0LjE5MDkgMTYuNzc4OCA3My4yMjI5IDE1LjgxMDggNzIuMDI4NyAxNS44MTA4SDUwLjQwNDZDNTAuNDA0NiA5Ljg0MDE3IDQ1LjU2NDQgNSAzOS41OTM4IDVDMzMuNjIzMSA1IDI4Ljc4MyA5Ljg0MDE3IDI4Ljc4MyAxNS44MTA4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yOC43ODMgMTUuODEwOEg3LjE2Mzg3QzUuOTY5NzQgMTUuODEwOCA1LjAwMTcxIDE2Ljc3ODggNS4wMDE3MSAxNy45NzNWMzkuNTk0NUMxMC45NzE2IDM5LjU5NTQgMTUuODEwOCA0NC40MzUyIDE1LjgxMDggNTAuNDA1M0MxNS44MTA4IDU2LjM3NTQgMTAuOTcxNiA2MS4yMTUyIDUuMDAxNzEgNjEuMjE2MVY4Mi44Mzc4QzUuMDAxNzEgODQuMDMyIDUuOTY5NzQgODUgNy4xNjM4NyA4NUgyOC43ODNWODQuOTk5NkMyOC43ODMgNzkuMDI4OSAzMy42MjMxIDc0LjE4ODcgMzkuNTkzOCA3NC4xODg3QzQ1LjU2NDQgNzQuMTg4NyA1MC40MDQ2IDc5LjAyODkgNTAuNDA0NiA4NC45OTk2Vjg1SDcyLjAyODdDNzMuMjIyOSA4NSA3NC4xOTA5IDg0LjAzMiA3NC4xOTA5IDgyLjgzNzhWNjEuMjE2M0M4MC4xNiA2MS4yMTQ1IDg0Ljk5ODMgNTYuMzc1MSA4NC45OTgzIDUwLjQwNTVDODQuOTk4MyA0NC40MzYgODAuMTYgMzkuNTk2NSA3NC4xOTA5IDM5LjU5NDdWMTcuOTczQzc0LjE5MDkgMTYuNzc4OCA3My4yMjI5IDE1LjgxMDggNzIuMDI4NyAxNS44MTA4SDUwLjQwNDZDNTAuNDA0NiA5Ljg0MDE3IDQ1LjU2NDQgNSAzOS41OTM4IDVDMzMuNjIzMSA1IDI4Ljc4MyA5Ljg0MDE3IDI4Ljc4MyAxNS44MTA4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "subscriptions.dapr.io", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "ec2dcead-f5d4-4f1f-a390-a52aaeb3615a": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "27", + zIndex: "27", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-operator", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "20px", + width: "20px", + shape: "bottom-round-rectangle", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS4wMTcgMUMxNC41ODgzIDEgMTAuOTk4IDQuNTkwMjIgMTAuOTk4IDkuMDE4OTlWODEuMDUzN0MxMC45OTggODUuNDgyNSAxNC41ODgzIDg5LjA3MjcgMTkuMDE3MSA4OS4wNzI3SDcwLjEzOUM3NC41Njc4IDg5LjA3MjcgNzguMTU4MSA4NS40ODI1IDc4LjE1ODEgODEuMDUzN1Y5LjAxOUM3OC4xNTgxIDQuNTkwMjMgNzQuNTY3OCAxIDcwLjEzOSAxSDE5LjAxN1pNMzIuOTk4IDExLjM5NjVDMzIuOTk4IDEwLjA3MyAzNC4wNzA5IDkgMzUuMzk0NSA5SDUyLjQ1MTRDNTMuNzc1IDkgNTQuODQ4IDEwLjA3MyA1NC44NDggMTEuMzk2NUM1NC44NDggMTIuNzIwMSA1My43NzUgMTMuNzkzMSA1Mi40NTE0IDEzLjc5MzFIMzUuMzk0NUMzNC4wNzA5IDEzLjc5MzEgMzIuOTk4IDEyLjcyMDEgMzIuOTk4IDExLjM5NjVaTTQ0LjQyNjIgNTMuMzgxNUM1MS45ODc0IDUzLjM4MTUgNTguMTE2OSA0Ny4yNTIgNTguMTE2OSAzOS42OTA4QzU4LjExNjkgMzIuMTI5NiA1MS45ODc0IDI2IDQ0LjQyNjIgMjZDMzYuODY1IDI2IDMwLjczNTQgMzIuMTI5NiAzMC43MzU0IDM5LjY5MDhDMzAuNzM1NCA0Ny4yNTIgMzYuODY1IDUzLjM4MTUgNDQuNDI2MiA1My4zODE1Wk0zNC41MDI5IDU0LjEwMThDMzQuNzc4MiA1NC4wNjE2IDM1LjA1NjYgNTQuMTMzMyAzNS4yOTIgNTQuMjgxNkMzNy43NTc0IDU1LjgzNSA0MC45MjAzIDU2Ljc2ODUgNDQuMzY5NCA1Ni43Njg1QzQ3LjgzODMgNTYuNzY4NSA1MS4wMTc3IDU1LjgyNDMgNTMuNDg5MSA1NC4yNTQ4QzUzLjcxOTUgNTQuMTA4NSA1My45OTE1IDU0LjAzNTggNTQuMjYyMiA1NC4wNzA1QzYwLjg3OTkgNTQuOTIwMiA2NS45OTM5IDYwLjU3NDcgNjUuOTkzOSA2Ny40MjM1VjcyLjcyNjlDNjUuOTkzOSA3Ny4yNTI5IDYyLjMyNDggODAuOTIyIDU3Ljc5ODggODAuOTIySDMxLjE5NDJDMjYuNjY4MiA4MC45MjIgMjIuOTk5MSA3Ny4yNTI5IDIyLjk5OTEgNzIuNzI2OVY2Ny40MjM1QzIyLjk5OTEgNjAuNjUzNSAyNy45OTYgNTUuMDUwNiAzNC41MDI5IDU0LjEwMThaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS4wMTcgMUMxNC41ODgzIDEgMTAuOTk4IDQuNTkwMjIgMTAuOTk4IDkuMDE4OTlWODEuMDUzN0MxMC45OTggODUuNDgyNSAxNC41ODgzIDg5LjA3MjcgMTkuMDE3MSA4OS4wNzI3SDcwLjEzOUM3NC41Njc4IDg5LjA3MjcgNzguMTU4MSA4NS40ODI1IDc4LjE1ODEgODEuMDUzN1Y5LjAxOUM3OC4xNTgxIDQuNTkwMjMgNzQuNTY3OCAxIDcwLjEzOSAxSDE5LjAxN1pNMzIuOTk4IDExLjM5NjVDMzIuOTk4IDEwLjA3MyAzNC4wNzA5IDkgMzUuMzk0NSA5SDUyLjQ1MTRDNTMuNzc1IDkgNTQuODQ4IDEwLjA3MyA1NC44NDggMTEuMzk2NUM1NC44NDggMTIuNzIwMSA1My43NzUgMTMuNzkzMSA1Mi40NTE0IDEzLjc5MzFIMzUuMzk0NUMzNC4wNzA5IDEzLjc5MzEgMzIuOTk4IDEyLjcyMDEgMzIuOTk4IDExLjM5NjVaTTQ0LjQyNjIgNTMuMzgxNUM1MS45ODc0IDUzLjM4MTUgNTguMTE2OSA0Ny4yNTIgNTguMTE2OSAzOS42OTA4QzU4LjExNjkgMzIuMTI5NiA1MS45ODc0IDI2IDQ0LjQyNjIgMjZDMzYuODY1IDI2IDMwLjczNTQgMzIuMTI5NiAzMC43MzU0IDM5LjY5MDhDMzAuNzM1NCA0Ny4yNTIgMzYuODY1IDUzLjM4MTUgNDQuNDI2MiA1My4zODE1Wk0zNC41MDI5IDU0LjEwMThDMzQuNzc4MiA1NC4wNjE2IDM1LjA1NjYgNTQuMTMzMyAzNS4yOTIgNTQuMjgxNkMzNy43NTc0IDU1LjgzNSA0MC45MjAzIDU2Ljc2ODUgNDQuMzY5NCA1Ni43Njg1QzQ3LjgzODMgNTYuNzY4NSA1MS4wMTc3IDU1LjgyNDMgNTMuNDg5MSA1NC4yNTQ4QzUzLjcxOTUgNTQuMTA4NSA1My45OTE1IDU0LjAzNTggNTQuMjYyMiA1NC4wNzA1QzYwLjg3OTkgNTQuOTIwMiA2NS45OTM5IDYwLjU3NDcgNjUuOTkzOSA2Ny40MjM1VjcyLjcyNjlDNjUuOTkzOSA3Ny4yNTI5IDYyLjMyNDggODAuOTIyIDU3Ljc5ODggODAuOTIySDMxLjE5NDJDMjYuNjY4MiA4MC45MjIgMjIuOTk5MSA3Ny4yNTI5IDIyLjk5OTEgNzIuNzI2OVY2Ny40MjM1QzIyLjk5OTEgNjAuNjUzNSAyNy45OTYgNTUuMDUwNiAzNC41MDI5IDU0LjEwMThaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-operator", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "cabb4fe2-63ec-436b-a2b7-73fe0ec1ebcd": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "28", + zIndex: "28", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-scheduler", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "22px", + width: "22px", + shape: "round-rectangle", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00MS4wMTE0IDQ1LjAxNUM1MS42OTkgNDUuMDE1IDYwLjM2MyAzNi4zNTEyIDYwLjM2MyAyNS42NjM3QzYwLjM2MyAxNC45NzYzIDUxLjY5OSA2LjMxMjUgNDEuMDExNCA2LjMxMjVDMzAuMzIzOSA2LjMxMjUgMjEuNjU5OSAxNC45NzYzIDIxLjY1OTkgMjUuNjYzN0MyMS42NTk5IDM2LjM1MTIgMzAuMzIzOSA0NS4wMTUgNDEuMDExNCA0NS4wMTVaTTI2Ljk4NDEgNDYuMDMzOEMyNy4zNzMzIDQ1Ljk3NzEgMjcuNzY2OCA0Ni4wNzgzIDI4LjA5OTYgNDYuMjg4MUMzMS41ODQ0IDQ4LjQ4NCAzNi4wNTU1IDQ5LjgwMzYgNDAuOTMxIDQ5LjgwMzZDNDUuODM0NiA0OS44MDM2IDUwLjMyODkgNDguNDY4OCA1My44MjIzIDQ2LjI1MDJDNTQuMTQ4IDQ2LjA0MzQgNTQuNTMyNSA0NS45NDA1IDU0LjkxNTEgNDUuOTg5N0M2NC4yNjg2IDQ3LjE5MTEgNzEuNDk2NiA1NS4xODMyIDcxLjQ5NjYgNjQuODYzNVY3Mi4zNTk0QzcxLjQ5NjYgNzguNzU2NyA2Ni4zMTA2IDgzLjk0MjggNTkuOTEzMiA4My45NDI4SDIyLjMwOEMxNS45MTA3IDgzLjk0MjggMTAuNzI0NiA3OC43NTY3IDEwLjcyNDYgNzIuMzU5NFY2NC44NjM1QzEwLjcyNDYgNTUuMjk0NiAxNy43ODcyIDQ3LjM3NTIgMjYuOTg0MSA0Ni4wMzM4WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03Mi4wMzU2IDgyLjQ5MzdDNzMuNzIwMSA4MC4zNTEyIDc0LjcyNDkgNzcuNjQ5IDc0LjcyNDkgNzQuNzEyMlY2NC4wMTIzQzc0LjcyNDkgNTUuOTU3NyA3MC4xMjQ1IDQ4Ljk3NzYgNjMuNDA4IDQ1LjU1NjFDNzIuNzM5MyA0Ny4wOTYzIDc5LjgxNjcgNTQuNjU2MiA3OS43MjM4IDYzLjU3ODNWNzIuMDEwNkM3OS43MjM4IDc2Ljc2NiA3Ni41NTA0IDgwLjgyMTEgNzIuMDM1NiA4Mi40OTM3Wk02My42MTg5IDI1LjY2MzNDNjMuNjE4OSAzMC41NzY5IDYyLjEzMzEgMzUuMTQzNCA1OS41ODYyIDM4LjkzODFDNjYuMjIzMyAzNi43MTMzIDcxLjAwNTUgMzAuNDQ0MiA3MS4wMDU1IDIzLjA1ODFDNzEuMDA1NSAxMy44MTAzIDYzLjUwODggNi4zMTM0OCA1NC4yNjEgNi4zMTM0OEM1NC4wODIyIDYuMzEzNDggNTMuOTA0IDYuMzE2MjggNTMuNzI2NiA2LjMyMTg0QzU5LjcxOTQgMTAuNjU0MiA2My42MTg5IDE3LjcwMzQgNjMuNjE4OSAyNS42NjMzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00MS4wMTE0IDQ1LjAxNUM1MS42OTkgNDUuMDE1IDYwLjM2MyAzNi4zNTEyIDYwLjM2MyAyNS42NjM3QzYwLjM2MyAxNC45NzYzIDUxLjY5OSA2LjMxMjUgNDEuMDExNCA2LjMxMjVDMzAuMzIzOSA2LjMxMjUgMjEuNjU5OSAxNC45NzYzIDIxLjY1OTkgMjUuNjYzN0MyMS42NTk5IDM2LjM1MTIgMzAuMzIzOSA0NS4wMTUgNDEuMDExNCA0NS4wMTVaTTI2Ljk4NDEgNDYuMDMzOEMyNy4zNzMzIDQ1Ljk3NzEgMjcuNzY2OCA0Ni4wNzgzIDI4LjA5OTYgNDYuMjg4MUMzMS41ODQ0IDQ4LjQ4NCAzNi4wNTU1IDQ5LjgwMzYgNDAuOTMxIDQ5LjgwMzZDNDUuODM0NiA0OS44MDM2IDUwLjMyODkgNDguNDY4OCA1My44MjIzIDQ2LjI1MDJDNTQuMTQ4IDQ2LjA0MzQgNTQuNTMyNSA0NS45NDA1IDU0LjkxNTEgNDUuOTg5N0M2NC4yNjg2IDQ3LjE5MTEgNzEuNDk2NiA1NS4xODMyIDcxLjQ5NjYgNjQuODYzNVY3Mi4zNTk0QzcxLjQ5NjYgNzguNzU2NyA2Ni4zMTA2IDgzLjk0MjggNTkuOTEzMiA4My45NDI4SDIyLjMwOEMxNS45MTA3IDgzLjk0MjggMTAuNzI0NiA3OC43NTY3IDEwLjcyNDYgNzIuMzU5NFY2NC44NjM1QzEwLjcyNDYgNTUuMjk0NiAxNy43ODcyIDQ3LjM3NTIgMjYuOTg0MSA0Ni4wMzM4WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03Mi4wMzU2IDgyLjQ5MzdDNzMuNzIwMSA4MC4zNTEyIDc0LjcyNDkgNzcuNjQ5IDc0LjcyNDkgNzQuNzEyMlY2NC4wMTIzQzc0LjcyNDkgNTUuOTU3NyA3MC4xMjQ1IDQ4Ljk3NzYgNjMuNDA4IDQ1LjU1NjFDNzIuNzM5MyA0Ny4wOTYzIDc5LjgxNjcgNTQuNjU2MiA3OS43MjM4IDYzLjU3ODNWNzIuMDEwNkM3OS43MjM4IDc2Ljc2NiA3Ni41NTA0IDgwLjgyMTEgNzIuMDM1NiA4Mi40OTM3Wk02My42MTg5IDI1LjY2MzNDNjMuNjE4OSAzMC41NzY5IDYyLjEzMzEgMzUuMTQzNCA1OS41ODYyIDM4LjkzODFDNjYuMjIzMyAzNi43MTMzIDcxLjAwNTUgMzAuNDQ0MiA3MS4wMDU1IDIzLjA1ODFDNzEuMDA1NSAxMy44MTAzIDYzLjUwODggNi4zMTM0OCA1NC4yNjEgNi4zMTM0OEM1NC4wODIyIDYuMzEzNDggNTMuOTA0IDYuMzE2MjggNTMuNzI2NiA2LjMyMTg0QzU5LjcxOTQgMTAuNjU0MiA2My42MTg5IDE3LjcwMzQgNjMuNjE4OSAyNS42NjMzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-scheduler", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "61913761-b4e4-4f63-8c86-e6dbeedc8111": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "9", + zIndex: "9", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-scheduler-server-disruption-budget", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "20px", + width: "20px", + shape: "concave-hexagon", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNC43NDQyIDEzLjI3NUwyMi4xMTE5IDE0Ljc3MDVMNy41NjYzMyAyMy4wMzQ3VjY2LjEzMzZMMjIuMjE1OCA3NS4yNDk1TDI0Ljc4NjMgNzYuODQ5MUwyMS41ODczIDgxLjk5MDFMMTkuMDE2NyA4MC4zOTA1TDIuOTM5MjQgNzAuMzg2QzIuMDUxMTUgNjkuODMzNCAxLjUxMTIzIDY4Ljg2MTUgMS41MTEyMyA2Ny44MTU1VjIxLjI3MjhDMS41MTEyMyAyMC4xODM2IDIuMDk2MjMgMTkuMTc4NCAzLjA0MzE5IDE4LjY0MDRMMTkuMTIwNyA5LjUwNTg0TDIxLjc1MzEgOC4wMTAyNUwyNC43NDQyIDEzLjI3NVpNNjUuMjU2IDEzLjI3NUw2Ny44ODg0IDE0Ljc3MDVMODIuNDMzOSAyMy4wMzQ3VjY2LjEzMzZMNjcuNzg0NCA3NS4yNDk1TDY1LjIxMzkgNzYuODQ5MUw2OC40MTMgODEuOTkwMUw3MC45ODM1IDgwLjM5MDVMODcuMDYxIDcwLjM4NkM4Ny45NDkxIDY5LjgzMzQgODguNDg5IDY4Ljg2MTUgODguNDg5IDY3LjgxNTVWMjEuMjcyOEM4OC40ODkgMjAuMTgzNiA4Ny45MDQgMTkuMTc4NCA4Ni45NTcxIDE4LjY0MDRMNzAuODc5NSA5LjUwNTg0TDY4LjI0NzIgOC4wMTAyNUw2NS4yNTYgMTMuMjc1Wk00NS42NjUzIDQ0LjMyMDFDNDUuNjY1MyA0My45NTA1IDQ1Ljk2NSA0My42NTA4IDQ2LjMzNDYgNDMuNjUwOEg3NC41NjA5Qzc0LjkzMDUgNDMuNjUwOCA3NS4yMzAyIDQzLjk1MDUgNzUuMjMwMiA0NC4zMjAxVjY0LjI2NDVDNzUuMjMwMiA2NC42MzQyIDc0LjkzMDUgNjQuOTMzOCA3NC41NjA5IDY0LjkzMzhINDYuMzM0NkM0NS45NjUgNjQuOTMzOCA0NS42NjUzIDY0LjYzNDIgNDUuNjY1MyA2NC4yNjQ1VjQ0LjMyMDFaTTUxLjE2NzIgNTkuODQ3M0M1MS41Mjk5IDU5Ljg0NzMgNTEuODMyMiA1OS41MTI3IDUxLjgzMjIgNTkuMTExMVY0OS40MDY2QzUxLjgzMjIgNDkuMDA1IDUxLjUyOTkgNDguNjcwNCA1MS4xNjcyIDQ4LjY3MDRDNTAuODA0NCA0OC42NzA0IDUwLjUwMjEgNDkuMDA1IDUwLjUwMjEgNDkuNDA2NlY1OS4xMTExQzUwLjUwMjEgNTkuNTEyNyA1MC44MDQ0IDU5Ljg0NzMgNTEuMTY3MiA1OS44NDczWk01Ny4zMzQxIDU5Ljg0NzNDNTcuNjk2OCA1OS44NDczIDU3Ljk5OTEgNTkuNTEyNyA1Ny45OTkxIDU5LjExMTFWNDkuNDA2NkM1Ny45OTkxIDQ5LjAwNSA1Ny42OTY4IDQ4LjY3MDQgNTcuMzM0MSA0OC42NzA0QzU2Ljk3MTMgNDguNjcwNCA1Ni42NjkgNDkuMDA1IDU2LjY2OSA0OS40MDY2VjU5LjExMTFDNTYuNjY5IDU5LjUxMjcgNTYuOTcxMyA1OS44NDczIDU3LjMzNDEgNTkuODQ3M1pNNjMuNTAxIDU5Ljg0NzNDNjMuODYzNyA1OS44NDczIDY0LjE2NiA1OS41MTI3IDY0LjE2NiA1OS4xMTExVjQ5LjQwNjZDNjQuMTY2IDQ5LjAwNSA2My44NjM3IDQ4LjY3MDQgNjMuNTAxIDQ4LjY3MDRDNjMuMTM4MiA0OC42NzA0IDYyLjgzNTkgNDkuMDA1IDYyLjgzNTkgNDkuNDA2NlY1OS4xMTExQzYyLjgzNTkgNTkuNTEyNyA2My4xMzgyIDU5Ljg0NzMgNjMuNTAxIDU5Ljg0NzNaTTY5LjY2NzkgNTkuODQ3M0M3MC4wMzA2IDU5Ljg0NzMgNzAuMzMyOSA1OS41MTI3IDcwLjMzMjkgNTkuMTExMVY0OS40MDY2QzcwLjMzMjkgNDkuMDA1IDcwLjAzMDYgNDguNjcwNCA2OS42Njc5IDQ4LjY3MDRDNjkuMzA1MSA0OC42NzA0IDY5LjAwMjggNDkuMDA1IDY5LjAwMjggNDkuNDA2NlY1OS4xMTExQzY5LjAwMjggNTkuNTEyNyA2OS4zMDUxIDU5Ljg0NzMgNjkuNjY3OSA1OS44NDczWk0zMC44NTY1IDIwLjg5NTlDMzAuNDg2OCAyMC44OTU5IDMwLjE4NzEgMjEuMTk1NiAzMC4xODcxIDIxLjU2NTNWNDEuNTA5NkMzMC4xODcxIDQxLjg3OTMgMzAuNDg2OCA0Mi4xNzkgMzAuODU2NSA0Mi4xNzlINTkuMDgyN0M1OS40NTI0IDQyLjE3OSA1OS43NTIgNDEuODc5MyA1OS43NTIgNDEuNTA5NlYyMS41NjUzQzU5Ljc1MiAyMS4xOTU2IDU5LjQ1MjQgMjAuODk1OSA1OS4wODI3IDIwLjg5NTlIMzAuODU2NVpNMzYuMzU0IDM2LjQyMzJDMzYuMzU0IDM2LjgyNDcgMzYuMDUxOCAzNy4xNTk0IDM1LjY4OSAzNy4xNTk0QzM1LjMyNjIgMzcuMTU5NCAzNS4wMjM5IDM2LjgyNDcgMzUuMDIzOSAzNi40MjMyVjI2LjcxODZDMzUuMDIzOSAyNi4zMTcxIDM1LjMyNjIgMjUuOTgyNCAzNS42ODkgMjUuOTgyNEMzNi4wNTE4IDI1Ljk4MjQgMzYuMzU0IDI2LjMxNzEgMzYuMzU0IDI2LjcxODZWMzYuNDIzMlpNNDIuNTgxNCAzNi40MjMyQzQyLjU4MTQgMzYuODI0NyA0Mi4yNzkxIDM3LjE1OTQgNDEuOTE2NCAzNy4xNTk0QzQxLjU1MzYgMzcuMTU5NCA0MS4yNTEzIDM2LjgyNDcgNDEuMjUxMyAzNi40MjMyVjI2LjcxODZDNDEuMjUxMyAyNi4zMTcxIDQxLjU1MzYgMjUuOTgyNCA0MS45MTY0IDI1Ljk4MjRDNDIuMjc5MSAyNS45ODI0IDQyLjU4MTQgMjYuMzE3MSA0Mi41ODE0IDI2LjcxODZWMzYuNDIzMlpNNDguNzQ4MyAzNi40MjMyQzQ4Ljc0ODMgMzYuODI0NyA0OC40NDYgMzcuMTU5NCA0OC4wODMzIDM3LjE1OTRDNDcuNzIwNSAzNy4xNTk0IDQ3LjQxODIgMzYuODI0NyA0Ny40MTgyIDM2LjQyMzJWMjYuNzE4NkM0Ny40MTgyIDI2LjMxNzEgNDcuNzIwNSAyNS45ODI0IDQ4LjA4MzMgMjUuOTgyNEM0OC40NDYgMjUuOTgyNCA0OC43NDgzIDI2LjMxNzEgNDguNzQ4MyAyNi43MTg2VjM2LjQyMzJaTTU0LjkxNTIgMzYuNDIzMkM1NC45MTUyIDM2LjgyNDcgNTQuNjEyOSAzNy4xNTk0IDU0LjI1MDIgMzcuMTU5NEM1My44ODc0IDM3LjE1OTQgNTMuNTg1MSAzNi44MjQ3IDUzLjU4NTEgMzYuNDIzMlYyNi43MTg2QzUzLjU4NTEgMjYuMzE3MSA1My44ODc0IDI1Ljk4MjQgNTQuMjUwMiAyNS45ODI0QzU0LjYxMjkgMjUuOTgyNCA1NC45MTUyIDI2LjMxNzEgNTQuOTE1MiAyNi43MTg2VjM2LjQyMzJaTTE0Ljc2OTcgNDQuMzIwMUMxNC43Njk3IDQzLjk1MDUgMTUuMDY5NCA0My42NTA4IDE1LjQzOTEgNDMuNjUwOEg0My42NjUzQzQ0LjAzNSA0My42NTA4IDQ0LjMzNDYgNDMuOTUwNSA0NC4zMzQ2IDQ0LjMyMDFWNjQuMjY0NUM0NC4zMzQ2IDY0LjYzNDIgNDQuMDM1IDY0LjkzMzggNDMuNjY1MyA2NC45MzM4SDE1LjQzOTFDMTUuMDY5NCA2NC45MzM4IDE0Ljc2OTcgNjQuNjM0MiAxNC43Njk3IDY0LjI2NDVWNDQuMzIwMVpNMjAuMjcxNiA1OS44NDczQzIwLjYzNDQgNTkuODQ3MyAyMC45MzY3IDU5LjUxMjcgMjAuOTM2NyA1OS4xMTExVjQ5LjQwNjZDMjAuOTM2NyA0OS4wMDUgMjAuNjM0NCA0OC42NzA0IDIwLjI3MTYgNDguNjcwNEMxOS45MDg4IDQ4LjY3MDQgMTkuNjA2NSA0OS4wMDUgMTkuNjA2NSA0OS40MDY2VjU5LjExMTFDMTkuNjA2NSA1OS41MTI3IDE5LjkwODggNTkuODQ3MyAyMC4yNzE2IDU5Ljg0NzNaTTI2LjQzODUgNTkuODQ3M0MyNi44MDEzIDU5Ljg0NzMgMjcuMTAzNiA1OS41MTI3IDI3LjEwMzYgNTkuMTExMVY0OS40MDY2QzI3LjEwMzYgNDkuMDA1IDI2LjgwMTMgNDguNjcwNCAyNi40Mzg1IDQ4LjY3MDRDMjYuMDc1NyA0OC42NzA0IDI1Ljc3MzQgNDkuMDA1IDI1Ljc3MzQgNDkuNDA2NlY1OS4xMTExQzI1Ljc3MzQgNTkuNTEyNyAyNi4wNzU3IDU5Ljg0NzMgMjYuNDM4NSA1OS44NDczWk0zMi42MDU0IDU5Ljg0NzNDMzIuOTY4MiA1OS44NDczIDMzLjI3MDUgNTkuNTEyNyAzMy4yNzA1IDU5LjExMTFWNDkuNDA2NkMzMy4yNzA1IDQ5LjAwNSAzMi45NjgyIDQ4LjY3MDQgMzIuNjA1NCA0OC42NzA0QzMyLjI0MjcgNDguNjcwNCAzMS45NDA0IDQ5LjAwNSAzMS45NDA0IDQ5LjQwNjZWNTkuMTExMUMzMS45NDA0IDU5LjUxMjcgMzIuMjQyNyA1OS44NDczIDMyLjYwNTQgNTkuODQ3M1pNMzguODMyOCA1OS44NDczQzM5LjE5NTUgNTkuODQ3MyAzOS40OTc4IDU5LjUxMjcgMzkuNDk3OCA1OS4xMTExVjQ5LjQwNjZDMzkuNDk3OCA0OS4wMDUgMzkuMTk1NSA0OC42NzA0IDM4LjgzMjggNDguNjcwNEMzOC40NyA0OC42NzA0IDM4LjE2NzcgNDkuMDA1IDM4LjE2NzcgNDkuNDA2NlY1OS4xMTExQzM4LjE2NzcgNTkuNTEyNyAzOC40NyA1OS44NDczIDM4LjgzMjggNTkuODQ3M1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNC43NDQyIDEzLjI3NUwyMi4xMTE5IDE0Ljc3MDVMNy41NjYzMyAyMy4wMzQ3VjY2LjEzMzZMMjIuMjE1OCA3NS4yNDk1TDI0Ljc4NjMgNzYuODQ5MUwyMS41ODczIDgxLjk5MDFMMTkuMDE2NyA4MC4zOTA1TDIuOTM5MjQgNzAuMzg2QzIuMDUxMTUgNjkuODMzNCAxLjUxMTIzIDY4Ljg2MTUgMS41MTEyMyA2Ny44MTU1VjIxLjI3MjhDMS41MTEyMyAyMC4xODM2IDIuMDk2MjMgMTkuMTc4NCAzLjA0MzE5IDE4LjY0MDRMMTkuMTIwNyA5LjUwNTg0TDIxLjc1MzEgOC4wMTAyNUwyNC43NDQyIDEzLjI3NVpNNjUuMjU2IDEzLjI3NUw2Ny44ODg0IDE0Ljc3MDVMODIuNDMzOSAyMy4wMzQ3VjY2LjEzMzZMNjcuNzg0NCA3NS4yNDk1TDY1LjIxMzkgNzYuODQ5MUw2OC40MTMgODEuOTkwMUw3MC45ODM1IDgwLjM5MDVMODcuMDYxIDcwLjM4NkM4Ny45NDkxIDY5LjgzMzQgODguNDg5IDY4Ljg2MTUgODguNDg5IDY3LjgxNTVWMjEuMjcyOEM4OC40ODkgMjAuMTgzNiA4Ny45MDQgMTkuMTc4NCA4Ni45NTcxIDE4LjY0MDRMNzAuODc5NSA5LjUwNTg0TDY4LjI0NzIgOC4wMTAyNUw2NS4yNTYgMTMuMjc1Wk00NS42NjUzIDQ0LjMyMDFDNDUuNjY1MyA0My45NTA1IDQ1Ljk2NSA0My42NTA4IDQ2LjMzNDYgNDMuNjUwOEg3NC41NjA5Qzc0LjkzMDUgNDMuNjUwOCA3NS4yMzAyIDQzLjk1MDUgNzUuMjMwMiA0NC4zMjAxVjY0LjI2NDVDNzUuMjMwMiA2NC42MzQyIDc0LjkzMDUgNjQuOTMzOCA3NC41NjA5IDY0LjkzMzhINDYuMzM0NkM0NS45NjUgNjQuOTMzOCA0NS42NjUzIDY0LjYzNDIgNDUuNjY1MyA2NC4yNjQ1VjQ0LjMyMDFaTTUxLjE2NzIgNTkuODQ3M0M1MS41Mjk5IDU5Ljg0NzMgNTEuODMyMiA1OS41MTI3IDUxLjgzMjIgNTkuMTExMVY0OS40MDY2QzUxLjgzMjIgNDkuMDA1IDUxLjUyOTkgNDguNjcwNCA1MS4xNjcyIDQ4LjY3MDRDNTAuODA0NCA0OC42NzA0IDUwLjUwMjEgNDkuMDA1IDUwLjUwMjEgNDkuNDA2NlY1OS4xMTExQzUwLjUwMjEgNTkuNTEyNyA1MC44MDQ0IDU5Ljg0NzMgNTEuMTY3MiA1OS44NDczWk01Ny4zMzQxIDU5Ljg0NzNDNTcuNjk2OCA1OS44NDczIDU3Ljk5OTEgNTkuNTEyNyA1Ny45OTkxIDU5LjExMTFWNDkuNDA2NkM1Ny45OTkxIDQ5LjAwNSA1Ny42OTY4IDQ4LjY3MDQgNTcuMzM0MSA0OC42NzA0QzU2Ljk3MTMgNDguNjcwNCA1Ni42NjkgNDkuMDA1IDU2LjY2OSA0OS40MDY2VjU5LjExMTFDNTYuNjY5IDU5LjUxMjcgNTYuOTcxMyA1OS44NDczIDU3LjMzNDEgNTkuODQ3M1pNNjMuNTAxIDU5Ljg0NzNDNjMuODYzNyA1OS44NDczIDY0LjE2NiA1OS41MTI3IDY0LjE2NiA1OS4xMTExVjQ5LjQwNjZDNjQuMTY2IDQ5LjAwNSA2My44NjM3IDQ4LjY3MDQgNjMuNTAxIDQ4LjY3MDRDNjMuMTM4MiA0OC42NzA0IDYyLjgzNTkgNDkuMDA1IDYyLjgzNTkgNDkuNDA2NlY1OS4xMTExQzYyLjgzNTkgNTkuNTEyNyA2My4xMzgyIDU5Ljg0NzMgNjMuNTAxIDU5Ljg0NzNaTTY5LjY2NzkgNTkuODQ3M0M3MC4wMzA2IDU5Ljg0NzMgNzAuMzMyOSA1OS41MTI3IDcwLjMzMjkgNTkuMTExMVY0OS40MDY2QzcwLjMzMjkgNDkuMDA1IDcwLjAzMDYgNDguNjcwNCA2OS42Njc5IDQ4LjY3MDRDNjkuMzA1MSA0OC42NzA0IDY5LjAwMjggNDkuMDA1IDY5LjAwMjggNDkuNDA2NlY1OS4xMTExQzY5LjAwMjggNTkuNTEyNyA2OS4zMDUxIDU5Ljg0NzMgNjkuNjY3OSA1OS44NDczWk0zMC44NTY1IDIwLjg5NTlDMzAuNDg2OCAyMC44OTU5IDMwLjE4NzEgMjEuMTk1NiAzMC4xODcxIDIxLjU2NTNWNDEuNTA5NkMzMC4xODcxIDQxLjg3OTMgMzAuNDg2OCA0Mi4xNzkgMzAuODU2NSA0Mi4xNzlINTkuMDgyN0M1OS40NTI0IDQyLjE3OSA1OS43NTIgNDEuODc5MyA1OS43NTIgNDEuNTA5NlYyMS41NjUzQzU5Ljc1MiAyMS4xOTU2IDU5LjQ1MjQgMjAuODk1OSA1OS4wODI3IDIwLjg5NTlIMzAuODU2NVpNMzYuMzU0IDM2LjQyMzJDMzYuMzU0IDM2LjgyNDcgMzYuMDUxOCAzNy4xNTk0IDM1LjY4OSAzNy4xNTk0QzM1LjMyNjIgMzcuMTU5NCAzNS4wMjM5IDM2LjgyNDcgMzUuMDIzOSAzNi40MjMyVjI2LjcxODZDMzUuMDIzOSAyNi4zMTcxIDM1LjMyNjIgMjUuOTgyNCAzNS42ODkgMjUuOTgyNEMzNi4wNTE4IDI1Ljk4MjQgMzYuMzU0IDI2LjMxNzEgMzYuMzU0IDI2LjcxODZWMzYuNDIzMlpNNDIuNTgxNCAzNi40MjMyQzQyLjU4MTQgMzYuODI0NyA0Mi4yNzkxIDM3LjE1OTQgNDEuOTE2NCAzNy4xNTk0QzQxLjU1MzYgMzcuMTU5NCA0MS4yNTEzIDM2LjgyNDcgNDEuMjUxMyAzNi40MjMyVjI2LjcxODZDNDEuMjUxMyAyNi4zMTcxIDQxLjU1MzYgMjUuOTgyNCA0MS45MTY0IDI1Ljk4MjRDNDIuMjc5MSAyNS45ODI0IDQyLjU4MTQgMjYuMzE3MSA0Mi41ODE0IDI2LjcxODZWMzYuNDIzMlpNNDguNzQ4MyAzNi40MjMyQzQ4Ljc0ODMgMzYuODI0NyA0OC40NDYgMzcuMTU5NCA0OC4wODMzIDM3LjE1OTRDNDcuNzIwNSAzNy4xNTk0IDQ3LjQxODIgMzYuODI0NyA0Ny40MTgyIDM2LjQyMzJWMjYuNzE4NkM0Ny40MTgyIDI2LjMxNzEgNDcuNzIwNSAyNS45ODI0IDQ4LjA4MzMgMjUuOTgyNEM0OC40NDYgMjUuOTgyNCA0OC43NDgzIDI2LjMxNzEgNDguNzQ4MyAyNi43MTg2VjM2LjQyMzJaTTU0LjkxNTIgMzYuNDIzMkM1NC45MTUyIDM2LjgyNDcgNTQuNjEyOSAzNy4xNTk0IDU0LjI1MDIgMzcuMTU5NEM1My44ODc0IDM3LjE1OTQgNTMuNTg1MSAzNi44MjQ3IDUzLjU4NTEgMzYuNDIzMlYyNi43MTg2QzUzLjU4NTEgMjYuMzE3MSA1My44ODc0IDI1Ljk4MjQgNTQuMjUwMiAyNS45ODI0QzU0LjYxMjkgMjUuOTgyNCA1NC45MTUyIDI2LjMxNzEgNTQuOTE1MiAyNi43MTg2VjM2LjQyMzJaTTE0Ljc2OTcgNDQuMzIwMUMxNC43Njk3IDQzLjk1MDUgMTUuMDY5NCA0My42NTA4IDE1LjQzOTEgNDMuNjUwOEg0My42NjUzQzQ0LjAzNSA0My42NTA4IDQ0LjMzNDYgNDMuOTUwNSA0NC4zMzQ2IDQ0LjMyMDFWNjQuMjY0NUM0NC4zMzQ2IDY0LjYzNDIgNDQuMDM1IDY0LjkzMzggNDMuNjY1MyA2NC45MzM4SDE1LjQzOTFDMTUuMDY5NCA2NC45MzM4IDE0Ljc2OTcgNjQuNjM0MiAxNC43Njk3IDY0LjI2NDVWNDQuMzIwMVpNMjAuMjcxNiA1OS44NDczQzIwLjYzNDQgNTkuODQ3MyAyMC45MzY3IDU5LjUxMjcgMjAuOTM2NyA1OS4xMTExVjQ5LjQwNjZDMjAuOTM2NyA0OS4wMDUgMjAuNjM0NCA0OC42NzA0IDIwLjI3MTYgNDguNjcwNEMxOS45MDg4IDQ4LjY3MDQgMTkuNjA2NSA0OS4wMDUgMTkuNjA2NSA0OS40MDY2VjU5LjExMTFDMTkuNjA2NSA1OS41MTI3IDE5LjkwODggNTkuODQ3MyAyMC4yNzE2IDU5Ljg0NzNaTTI2LjQzODUgNTkuODQ3M0MyNi44MDEzIDU5Ljg0NzMgMjcuMTAzNiA1OS41MTI3IDI3LjEwMzYgNTkuMTExMVY0OS40MDY2QzI3LjEwMzYgNDkuMDA1IDI2LjgwMTMgNDguNjcwNCAyNi40Mzg1IDQ4LjY3MDRDMjYuMDc1NyA0OC42NzA0IDI1Ljc3MzQgNDkuMDA1IDI1Ljc3MzQgNDkuNDA2NlY1OS4xMTExQzI1Ljc3MzQgNTkuNTEyNyAyNi4wNzU3IDU5Ljg0NzMgMjYuNDM4NSA1OS44NDczWk0zMi42MDU0IDU5Ljg0NzNDMzIuOTY4MiA1OS44NDczIDMzLjI3MDUgNTkuNTEyNyAzMy4yNzA1IDU5LjExMTFWNDkuNDA2NkMzMy4yNzA1IDQ5LjAwNSAzMi45NjgyIDQ4LjY3MDQgMzIuNjA1NCA0OC42NzA0QzMyLjI0MjcgNDguNjcwNCAzMS45NDA0IDQ5LjAwNSAzMS45NDA0IDQ5LjQwNjZWNTkuMTExMUMzMS45NDA0IDU5LjUxMjcgMzIuMjQyNyA1OS44NDczIDMyLjYwNTQgNTkuODQ3M1pNMzguODMyOCA1OS44NDczQzM5LjE5NTUgNTkuODQ3MyAzOS40OTc4IDU5LjUxMjcgMzkuNDk3OCA1OS4xMTExVjQ5LjQwNjZDMzkuNDk3OCA0OS4wMDUgMzkuMTk1NSA0OC42NzA0IDM4LjgzMjggNDguNjcwNEMzOC40NyA0OC42NzA0IDM4LjE2NzcgNDkuMDA1IDM4LjE2NzcgNDkuNDA2NlY1OS4xMTExQzM4LjE2NzcgNTkuNTEyNyAzOC40NyA1OS44NDczIDM4LjgzMjggNTkuODQ3M1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-scheduler-server-disruption-budget", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "b07fafde-3889-46d3-a342-a1efaaf724af": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "11", + zIndex: "11", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-scheduler", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "20px", + width: "20px", + shape: "bottom-round-rectangle", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS4wMTcgMUMxNC41ODgzIDEgMTAuOTk4IDQuNTkwMjIgMTAuOTk4IDkuMDE4OTlWODEuMDUzN0MxMC45OTggODUuNDgyNSAxNC41ODgzIDg5LjA3MjcgMTkuMDE3MSA4OS4wNzI3SDcwLjEzOUM3NC41Njc4IDg5LjA3MjcgNzguMTU4MSA4NS40ODI1IDc4LjE1ODEgODEuMDUzN1Y5LjAxOUM3OC4xNTgxIDQuNTkwMjMgNzQuNTY3OCAxIDcwLjEzOSAxSDE5LjAxN1pNMzIuOTk4IDExLjM5NjVDMzIuOTk4IDEwLjA3MyAzNC4wNzA5IDkgMzUuMzk0NSA5SDUyLjQ1MTRDNTMuNzc1IDkgNTQuODQ4IDEwLjA3MyA1NC44NDggMTEuMzk2NUM1NC44NDggMTIuNzIwMSA1My43NzUgMTMuNzkzMSA1Mi40NTE0IDEzLjc5MzFIMzUuMzk0NUMzNC4wNzA5IDEzLjc5MzEgMzIuOTk4IDEyLjcyMDEgMzIuOTk4IDExLjM5NjVaTTQ0LjQyNjIgNTMuMzgxNUM1MS45ODc0IDUzLjM4MTUgNTguMTE2OSA0Ny4yNTIgNTguMTE2OSAzOS42OTA4QzU4LjExNjkgMzIuMTI5NiA1MS45ODc0IDI2IDQ0LjQyNjIgMjZDMzYuODY1IDI2IDMwLjczNTQgMzIuMTI5NiAzMC43MzU0IDM5LjY5MDhDMzAuNzM1NCA0Ny4yNTIgMzYuODY1IDUzLjM4MTUgNDQuNDI2MiA1My4zODE1Wk0zNC41MDI5IDU0LjEwMThDMzQuNzc4MiA1NC4wNjE2IDM1LjA1NjYgNTQuMTMzMyAzNS4yOTIgNTQuMjgxNkMzNy43NTc0IDU1LjgzNSA0MC45MjAzIDU2Ljc2ODUgNDQuMzY5NCA1Ni43Njg1QzQ3LjgzODMgNTYuNzY4NSA1MS4wMTc3IDU1LjgyNDMgNTMuNDg5MSA1NC4yNTQ4QzUzLjcxOTUgNTQuMTA4NSA1My45OTE1IDU0LjAzNTggNTQuMjYyMiA1NC4wNzA1QzYwLjg3OTkgNTQuOTIwMiA2NS45OTM5IDYwLjU3NDcgNjUuOTkzOSA2Ny40MjM1VjcyLjcyNjlDNjUuOTkzOSA3Ny4yNTI5IDYyLjMyNDggODAuOTIyIDU3Ljc5ODggODAuOTIySDMxLjE5NDJDMjYuNjY4MiA4MC45MjIgMjIuOTk5MSA3Ny4yNTI5IDIyLjk5OTEgNzIuNzI2OVY2Ny40MjM1QzIyLjk5OTEgNjAuNjUzNSAyNy45OTYgNTUuMDUwNiAzNC41MDI5IDU0LjEwMThaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA5MCA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS4wMTcgMUMxNC41ODgzIDEgMTAuOTk4IDQuNTkwMjIgMTAuOTk4IDkuMDE4OTlWODEuMDUzN0MxMC45OTggODUuNDgyNSAxNC41ODgzIDg5LjA3MjcgMTkuMDE3MSA4OS4wNzI3SDcwLjEzOUM3NC41Njc4IDg5LjA3MjcgNzguMTU4MSA4NS40ODI1IDc4LjE1ODEgODEuMDUzN1Y5LjAxOUM3OC4xNTgxIDQuNTkwMjMgNzQuNTY3OCAxIDcwLjEzOSAxSDE5LjAxN1pNMzIuOTk4IDExLjM5NjVDMzIuOTk4IDEwLjA3MyAzNC4wNzA5IDkgMzUuMzk0NSA5SDUyLjQ1MTRDNTMuNzc1IDkgNTQuODQ4IDEwLjA3MyA1NC44NDggMTEuMzk2NUM1NC44NDggMTIuNzIwMSA1My43NzUgMTMuNzkzMSA1Mi40NTE0IDEzLjc5MzFIMzUuMzk0NUMzNC4wNzA5IDEzLjc5MzEgMzIuOTk4IDEyLjcyMDEgMzIuOTk4IDExLjM5NjVaTTQ0LjQyNjIgNTMuMzgxNUM1MS45ODc0IDUzLjM4MTUgNTguMTE2OSA0Ny4yNTIgNTguMTE2OSAzOS42OTA4QzU4LjExNjkgMzIuMTI5NiA1MS45ODc0IDI2IDQ0LjQyNjIgMjZDMzYuODY1IDI2IDMwLjczNTQgMzIuMTI5NiAzMC43MzU0IDM5LjY5MDhDMzAuNzM1NCA0Ny4yNTIgMzYuODY1IDUzLjM4MTUgNDQuNDI2MiA1My4zODE1Wk0zNC41MDI5IDU0LjEwMThDMzQuNzc4MiA1NC4wNjE2IDM1LjA1NjYgNTQuMTMzMyAzNS4yOTIgNTQuMjgxNkMzNy43NTc0IDU1LjgzNSA0MC45MjAzIDU2Ljc2ODUgNDQuMzY5NCA1Ni43Njg1QzQ3LjgzODMgNTYuNzY4NSA1MS4wMTc3IDU1LjgyNDMgNTMuNDg5MSA1NC4yNTQ4QzUzLjcxOTUgNTQuMTA4NSA1My45OTE1IDU0LjAzNTggNTQuMjYyMiA1NC4wNzA1QzYwLjg3OTkgNTQuOTIwMiA2NS45OTM5IDYwLjU3NDcgNjUuOTkzOSA2Ny40MjM1VjcyLjcyNjlDNjUuOTkzOSA3Ny4yNTI5IDYyLjMyNDggODAuOTIyIDU3Ljc5ODggODAuOTIySDMxLjE5NDJDMjYuNjY4MiA4MC45MjIgMjIuOTk5MSA3Ny4yNTI5IDIyLjk5OTEgNzIuNzI2OVY2Ny40MjM1QzIyLjk5OTEgNjAuNjUzNSAyNy45OTYgNTUuMDUwNiAzNC41MDI5IDU0LjEwMThaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-scheduler", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "8d39f9d3-c49b-4f8e-ac78-18423ce58bf1": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "36", + zIndex: "36", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-trust-bundle", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "32px", + width: "32px", + shape: "ellipse", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "0", + backgroundOpacity: "0", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "1px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDEzMCAxNTIiIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik0xMjUuMzk2IDMyLjQ4NmMtLjAxNC0yLjQxLTEuMTYzLTQuMTktMy4zNDMtNS4xOTgtMS41NzktLjcyOC0zLjE5OC0xLjM2NS00LjgwOS0yLjA0NmwtMjEuMDE4LTguNzY3Qzg2LjcxNSAxMi41MTMgNzcuMjA2IDguNTQ3IDY3LjcgNC41OGMtMS43MTgtLjcyMi0zLjM4Mi0uODAxLTUuMTI2LS4wNTMtNC4yMDEgMS43OTctOC40MzIgMy41My0xMi42NDggNS4yOWwtMTkuODE0IDguMjZhNTgzNjYuNjMgNTgzNjYuNjMgMCAwIDAtMjEuNDg5IDguOTcyYy0yLjU3MyAxLjA3My0zLjg2IDIuOTU1LTMuODY0IDUuNzQ4IDAgNi41MjYuMDIzIDEzLjA1MSAwIDE5LjU4LS4wNDMgOC4xMzItLjA0IDE2LjI1OSAxLjQ1NCAyNC4zMDRhOTkuMDQ2IDk5LjA0NiAwIDAgMCAzLjAyNCAxMi4yMyA5NC4xMyA5NC4xMyAwIDAgMCAyMC4yMTYgMzQuOTMgOTMuNTI3IDkzLjUyNyAwIDAgMCAzMi45MzggMjMuMTczYzEuNTUuNjU1IDMuMTE0LjkyNCA0LjcyMS4yNjFhOTIuODE1IDkyLjgxNSAwIDAgMCAyMi42My0xMy4yMjEgOTMuOTgzIDkzLjk4MyAwIDAgMCAxOS4zOTgtMjAuODg4IDkzLjY4IDkzLjY4IDAgMCAwIDE0LjkwNi0zNy4wODEgODUuMzcgODUuMzcgMCAwIDAgMS4yNzctMTIuMzM1Yy4xMS00Ljk4OC4wMjYtOS45ODMuMDI2LTE0Ljk3NGguMDQ2YzAtNS40My4wMjktMTAuODU5IDAtMTYuMjg5WiIgZmlsbD0iIzMyNkNFNSIgc3Ryb2tlPSIjMzI2Q0U1IiBzdHJva2Utd2lkdGg9IjgiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPjxwYXRoIGQ9Ik04Ni43NSA2MS4zMzNoLTMuNTQyVjU0LjI1YzAtOS43NzUtNy45MzMtMTcuNzA4LTE3LjcwOC0xNy43MDgtOS43NzUgMC0xNy43MDggNy45MzMtMTcuNzA4IDE3LjcwOHY3LjA4M0g0NC4yNWMtMy44OTYgMC03LjA4MyAzLjE4OC03LjA4MyA3LjA4NHYzNS40MTZjMCAzLjg5NiAzLjE4NyA3LjA4NCA3LjA4MyA3LjA4NGg0Mi41YzMuODk2IDAgNy4wODMtMy4xODggNy4wODMtNy4wODRWNjguNDE3YzAtMy44OTYtMy4xODctNy4wODQtNy4wODMtNy4wODRaTTY1LjUgOTMuMjA4Yy0zLjg5NiAwLTcuMDgzLTMuMTg3LTcuMDgzLTcuMDgzIDAtMy44OTYgMy4xODctNy4wODMgNy4wODMtNy4wODMgMy44OTYgMCA3LjA4MyAzLjE4NyA3LjA4MyA3LjA4MyAwIDMuODk2LTMuMTg3IDcuMDgzLTcuMDgzIDcuMDgzWm0xMC45OC0zMS44NzVINTQuNTJWNTQuMjVjMC02LjA1NiA0LjkyNC0xMC45OCAxMC45OC0xMC45OHMxMC45OCA0LjkyNCAxMC45OCAxMC45OHY3LjA4M1oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDEzMCAxNTIiIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik0xMjUuMzk2IDMyLjQ4NmMtLjAxNC0yLjQxLTEuMTYzLTQuMTktMy4zNDMtNS4xOTgtMS41NzktLjcyOC0zLjE5OC0xLjM2NS00LjgwOS0yLjA0NmwtMjEuMDE4LTguNzY3Qzg2LjcxNSAxMi41MTMgNzcuMjA2IDguNTQ3IDY3LjcgNC41OGMtMS43MTgtLjcyMi0zLjM4Mi0uODAxLTUuMTI2LS4wNTMtNC4yMDEgMS43OTctOC40MzIgMy41My0xMi42NDggNS4yOWwtMTkuODE0IDguMjZhNTgzNjYuNjMgNTgzNjYuNjMgMCAwIDAtMjEuNDg5IDguOTcyYy0yLjU3MyAxLjA3My0zLjg2IDIuOTU1LTMuODY0IDUuNzQ4IDAgNi41MjYuMDIzIDEzLjA1MSAwIDE5LjU4LS4wNDMgOC4xMzItLjA0IDE2LjI1OSAxLjQ1NCAyNC4zMDRhOTkuMDQ2IDk5LjA0NiAwIDAgMCAzLjAyNCAxMi4yMyA5NC4xMyA5NC4xMyAwIDAgMCAyMC4yMTYgMzQuOTMgOTMuNTI3IDkzLjUyNyAwIDAgMCAzMi45MzggMjMuMTczYzEuNTUuNjU1IDMuMTE0LjkyNCA0LjcyMS4yNjFhOTIuODE1IDkyLjgxNSAwIDAgMCAyMi42My0xMy4yMjEgOTMuOTgzIDkzLjk4MyAwIDAgMCAxOS4zOTgtMjAuODg4IDkzLjY4IDkzLjY4IDAgMCAwIDE0LjkwNi0zNy4wODEgODUuMzcgODUuMzcgMCAwIDAgMS4yNzctMTIuMzM1Yy4xMS00Ljk4OC4wMjYtOS45ODMuMDI2LTE0Ljk3NGguMDQ2YzAtNS40My4wMjktMTAuODU5IDAtMTYuMjg5WiIgZmlsbD0iIzMyNkNFNSIgc3Ryb2tlPSIjMzI2Q0U1IiBzdHJva2Utd2lkdGg9IjgiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPjxwYXRoIGQ9Ik04Ni43NSA2MS4zMzNoLTMuNTQyVjU0LjI1YzAtOS43NzUtNy45MzMtMTcuNzA4LTE3LjcwOC0xNy43MDgtOS43NzUgMC0xNy43MDggNy45MzMtMTcuNzA4IDE3LjcwOHY3LjA4M0g0NC4yNWMtMy44OTYgMC03LjA4MyAzLjE4OC03LjA4MyA3LjA4NHYzNS40MTZjMCAzLjg5NiAzLjE4NyA3LjA4NCA3LjA4MyA3LjA4NGg0Mi41YzMuODk2IDAgNy4wODMtMy4xODggNy4wODMtNy4wODRWNjguNDE3YzAtMy44OTYtMy4xODctNy4wODQtNy4wODMtNy4wODRaTTY1LjUgOTMuMjA4Yy0zLjg5NiAwLTcuMDgzLTMuMTg3LTcuMDgzLTcuMDgzIDAtMy44OTYgMy4xODctNy4wODMgNy4wODMtNy4wODMgMy44OTYgMCA3LjA4MyAzLjE4NyA3LjA4MyA3LjA4MyAwIDMuODk2LTMuMTg3IDcuMDgzLTcuMDgzIDcuMDgzWm0xMC45OC0zMS44NzVINTQuNTJWNTQuMjVjMC02LjA1NiA0LjkyNC0xMC45OCAxMC45OC0xMC45OHMxMC45OCA0LjkyNCAxMC45OCAxMC45OHY3LjA4M1oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "over", + backgroundImageContainment: "over", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "node", + backgroundClip: "node", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-trust-bundle", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "1px", + paddingLeft: "1px", + "padding-right": "1px", + paddingRight: "1px", + "padding-top": "1px", + paddingTop: "1px", + "padding-bottom": "1px", + paddingBottom: "1px" + }, + "3b832f26-e503-4418-a757-95d1cfbed4f8": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "47", + zIndex: "47", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-operator", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "20px", + width: "20px", + shape: "ellipse", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iNjYiIHZpZXdCb3g9IjAgMCA5MCA2NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNNC4wODk5OCAwLjVDMS44MzExNSAwLjUgMCAyLjMzMTE1IDAgNC41ODk5OFY2MS40MUMwIDYzLjY2ODkgMS44MzExNSA2NS41IDQuMDg5OTggNjUuNUg4NS45MUM4OC4xNjg4IDY1LjUgOTAgNjMuNjY4OSA5MCA2MS40MVY0LjU4OTk4QzkwIDIuMzMxMTUgODguMTY4OSAwLjUgODUuOTEgMC41SDQuMDg5OThaTTE4Ljc3MyA0Ny45MjE0QzE4Ljc3MyA0OS4xNDc4IDE3Ljg1MjggNTAuMTY5OCAxNi43NDg1IDUwLjE2OThDMTUuNjQ0MiA1MC4xNjk4IDE0LjcyMzkgNDkuMTQ3OCAxNC43MjM5IDQ3LjkyMTRWMTguMjgzQzE0LjcyMzkgMTcuMDU2NiAxNS42NDQyIDE2LjAzNDYgMTYuNzQ4NSAxNi4wMzQ2QzE3Ljg1MjggMTYuMDM0NiAxOC43NzMgMTcuMDU2NiAxOC43NzMgMTguMjgzVjQ3LjkyMTRaTTM3LjczMDEgNDcuOTIxNEMzNy43MzAxIDQ5LjE0NzggMzYuODA5OCA1MC4xNjk4IDM1LjcwNTUgNTAuMTY5OEMzNC42MDEyIDUwLjE2OTggMzMuNjgxIDQ5LjE0NzggMzMuNjgxIDQ3LjkyMTRWMTguMjgzQzMzLjY4MSAxNy4wNTY2IDM0LjYwMTIgMTYuMDM0NiAzNS43MDU1IDE2LjAzNDZDMzYuODA5OCAxNi4wMzQ2IDM3LjczMDEgMTcuMDU2NiAzNy43MzAxIDE4LjI4M1Y0Ny45MjE0Wk01Ni41MDMxIDQ3LjkyMTRDNTYuNTAzMSA0OS4xNDc4IDU1LjU4MjggNTAuMTY5OCA1NC40Nzg1IDUwLjE2OThDNTMuMzc0MiA1MC4xNjk4IDUyLjQ1NCA0OS4xNDc4IDUyLjQ1NCA0Ny45MjE0VjE4LjI4M0M1Mi40NTQgMTcuMDU2NiA1My4zNzQyIDE2LjAzNDYgNTQuNDc4NSAxNi4wMzQ2QzU1LjU4MjggMTYuMDM0NiA1Ni41MDMxIDE3LjA1NjYgNTYuNTAzMSAxOC4yODNWNDcuOTIxNFpNNzUuMjc2MSA0Ny45MjE0Qzc1LjI3NjEgNDkuMTQ3OCA3NC4zNTU4IDUwLjE2OTggNzMuMjUxNSA1MC4xNjk4QzcyLjE0NzIgNTAuMTY5OCA3MS4yMjcgNDkuMTQ3OCA3MS4yMjcgNDcuOTIxNFYxOC4yODNDNzEuMjI3IDE3LjA1NjYgNzIuMTQ3MiAxNi4wMzQ2IDczLjI1MTUgMTYuMDM0NkM3NC4zNTU4IDE2LjAzNDYgNzUuMjc2MSAxNy4wNTY2IDc1LjI3NjEgMTguMjgzVjQ3LjkyMTRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iNjYiIHZpZXdCb3g9IjAgMCA5MCA2NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNNC4wODk5OCAwLjVDMS44MzExNSAwLjUgMCAyLjMzMTE1IDAgNC41ODk5OFY2MS40MUMwIDYzLjY2ODkgMS44MzExNSA2NS41IDQuMDg5OTggNjUuNUg4NS45MUM4OC4xNjg4IDY1LjUgOTAgNjMuNjY4OSA5MCA2MS40MVY0LjU4OTk4QzkwIDIuMzMxMTUgODguMTY4OSAwLjUgODUuOTEgMC41SDQuMDg5OThaTTE4Ljc3MyA0Ny45MjE0QzE4Ljc3MyA0OS4xNDc4IDE3Ljg1MjggNTAuMTY5OCAxNi43NDg1IDUwLjE2OThDMTUuNjQ0MiA1MC4xNjk4IDE0LjcyMzkgNDkuMTQ3OCAxNC43MjM5IDQ3LjkyMTRWMTguMjgzQzE0LjcyMzkgMTcuMDU2NiAxNS42NDQyIDE2LjAzNDYgMTYuNzQ4NSAxNi4wMzQ2QzE3Ljg1MjggMTYuMDM0NiAxOC43NzMgMTcuMDU2NiAxOC43NzMgMTguMjgzVjQ3LjkyMTRaTTM3LjczMDEgNDcuOTIxNEMzNy43MzAxIDQ5LjE0NzggMzYuODA5OCA1MC4xNjk4IDM1LjcwNTUgNTAuMTY5OEMzNC42MDEyIDUwLjE2OTggMzMuNjgxIDQ5LjE0NzggMzMuNjgxIDQ3LjkyMTRWMTguMjgzQzMzLjY4MSAxNy4wNTY2IDM0LjYwMTIgMTYuMDM0NiAzNS43MDU1IDE2LjAzNDZDMzYuODA5OCAxNi4wMzQ2IDM3LjczMDEgMTcuMDU2NiAzNy43MzAxIDE4LjI4M1Y0Ny45MjE0Wk01Ni41MDMxIDQ3LjkyMTRDNTYuNTAzMSA0OS4xNDc4IDU1LjU4MjggNTAuMTY5OCA1NC40Nzg1IDUwLjE2OThDNTMuMzc0MiA1MC4xNjk4IDUyLjQ1NCA0OS4xNDc4IDUyLjQ1NCA0Ny45MjE0VjE4LjI4M0M1Mi40NTQgMTcuMDU2NiA1My4zNzQyIDE2LjAzNDYgNTQuNDc4NSAxNi4wMzQ2QzU1LjU4MjggMTYuMDM0NiA1Ni41MDMxIDE3LjA1NjYgNTYuNTAzMSAxOC4yODNWNDcuOTIxNFpNNzUuMjc2MSA0Ny45MjE0Qzc1LjI3NjEgNDkuMTQ3OCA3NC4zNTU4IDUwLjE2OTggNzMuMjUxNSA1MC4xNjk4QzcyLjE0NzIgNTAuMTY5OCA3MS4yMjcgNDkuMTQ3OCA3MS4yMjcgNDcuOTIxNFYxOC4yODNDNzEuMjI3IDE3LjA1NjYgNzIuMTQ3MiAxNi4wMzQ2IDczLjI1MTUgMTYuMDM0NkM3NC4zNTU4IDE2LjAzNDYgNzUuMjc2MSAxNy4wNTY2IDc1LjI3NjEgMTguMjgzVjQ3LjkyMTRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-operator", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "ce8ea39e-efd7-40c3-bf8a-5e2a52cc0778": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "49", + zIndex: "49", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-sidecar-injector", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "20px", + width: "20px", + shape: "ellipse", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iNjYiIHZpZXdCb3g9IjAgMCA5MCA2NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNNC4wODk5OCAwLjVDMS44MzExNSAwLjUgMCAyLjMzMTE1IDAgNC41ODk5OFY2MS40MUMwIDYzLjY2ODkgMS44MzExNSA2NS41IDQuMDg5OTggNjUuNUg4NS45MUM4OC4xNjg4IDY1LjUgOTAgNjMuNjY4OSA5MCA2MS40MVY0LjU4OTk4QzkwIDIuMzMxMTUgODguMTY4OSAwLjUgODUuOTEgMC41SDQuMDg5OThaTTE4Ljc3MyA0Ny45MjE0QzE4Ljc3MyA0OS4xNDc4IDE3Ljg1MjggNTAuMTY5OCAxNi43NDg1IDUwLjE2OThDMTUuNjQ0MiA1MC4xNjk4IDE0LjcyMzkgNDkuMTQ3OCAxNC43MjM5IDQ3LjkyMTRWMTguMjgzQzE0LjcyMzkgMTcuMDU2NiAxNS42NDQyIDE2LjAzNDYgMTYuNzQ4NSAxNi4wMzQ2QzE3Ljg1MjggMTYuMDM0NiAxOC43NzMgMTcuMDU2NiAxOC43NzMgMTguMjgzVjQ3LjkyMTRaTTM3LjczMDEgNDcuOTIxNEMzNy43MzAxIDQ5LjE0NzggMzYuODA5OCA1MC4xNjk4IDM1LjcwNTUgNTAuMTY5OEMzNC42MDEyIDUwLjE2OTggMzMuNjgxIDQ5LjE0NzggMzMuNjgxIDQ3LjkyMTRWMTguMjgzQzMzLjY4MSAxNy4wNTY2IDM0LjYwMTIgMTYuMDM0NiAzNS43MDU1IDE2LjAzNDZDMzYuODA5OCAxNi4wMzQ2IDM3LjczMDEgMTcuMDU2NiAzNy43MzAxIDE4LjI4M1Y0Ny45MjE0Wk01Ni41MDMxIDQ3LjkyMTRDNTYuNTAzMSA0OS4xNDc4IDU1LjU4MjggNTAuMTY5OCA1NC40Nzg1IDUwLjE2OThDNTMuMzc0MiA1MC4xNjk4IDUyLjQ1NCA0OS4xNDc4IDUyLjQ1NCA0Ny45MjE0VjE4LjI4M0M1Mi40NTQgMTcuMDU2NiA1My4zNzQyIDE2LjAzNDYgNTQuNDc4NSAxNi4wMzQ2QzU1LjU4MjggMTYuMDM0NiA1Ni41MDMxIDE3LjA1NjYgNTYuNTAzMSAxOC4yODNWNDcuOTIxNFpNNzUuMjc2MSA0Ny45MjE0Qzc1LjI3NjEgNDkuMTQ3OCA3NC4zNTU4IDUwLjE2OTggNzMuMjUxNSA1MC4xNjk4QzcyLjE0NzIgNTAuMTY5OCA3MS4yMjcgNDkuMTQ3OCA3MS4yMjcgNDcuOTIxNFYxOC4yODNDNzEuMjI3IDE3LjA1NjYgNzIuMTQ3MiAxNi4wMzQ2IDczLjI1MTUgMTYuMDM0NkM3NC4zNTU4IDE2LjAzNDYgNzUuMjc2MSAxNy4wNTY2IDc1LjI3NjEgMTguMjgzVjQ3LjkyMTRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iNjYiIHZpZXdCb3g9IjAgMCA5MCA2NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNNC4wODk5OCAwLjVDMS44MzExNSAwLjUgMCAyLjMzMTE1IDAgNC41ODk5OFY2MS40MUMwIDYzLjY2ODkgMS44MzExNSA2NS41IDQuMDg5OTggNjUuNUg4NS45MUM4OC4xNjg4IDY1LjUgOTAgNjMuNjY4OSA5MCA2MS40MVY0LjU4OTk4QzkwIDIuMzMxMTUgODguMTY4OSAwLjUgODUuOTEgMC41SDQuMDg5OThaTTE4Ljc3MyA0Ny45MjE0QzE4Ljc3MyA0OS4xNDc4IDE3Ljg1MjggNTAuMTY5OCAxNi43NDg1IDUwLjE2OThDMTUuNjQ0MiA1MC4xNjk4IDE0LjcyMzkgNDkuMTQ3OCAxNC43MjM5IDQ3LjkyMTRWMTguMjgzQzE0LjcyMzkgMTcuMDU2NiAxNS42NDQyIDE2LjAzNDYgMTYuNzQ4NSAxNi4wMzQ2QzE3Ljg1MjggMTYuMDM0NiAxOC43NzMgMTcuMDU2NiAxOC43NzMgMTguMjgzVjQ3LjkyMTRaTTM3LjczMDEgNDcuOTIxNEMzNy43MzAxIDQ5LjE0NzggMzYuODA5OCA1MC4xNjk4IDM1LjcwNTUgNTAuMTY5OEMzNC42MDEyIDUwLjE2OTggMzMuNjgxIDQ5LjE0NzggMzMuNjgxIDQ3LjkyMTRWMTguMjgzQzMzLjY4MSAxNy4wNTY2IDM0LjYwMTIgMTYuMDM0NiAzNS43MDU1IDE2LjAzNDZDMzYuODA5OCAxNi4wMzQ2IDM3LjczMDEgMTcuMDU2NiAzNy43MzAxIDE4LjI4M1Y0Ny45MjE0Wk01Ni41MDMxIDQ3LjkyMTRDNTYuNTAzMSA0OS4xNDc4IDU1LjU4MjggNTAuMTY5OCA1NC40Nzg1IDUwLjE2OThDNTMuMzc0MiA1MC4xNjk4IDUyLjQ1NCA0OS4xNDc4IDUyLjQ1NCA0Ny45MjE0VjE4LjI4M0M1Mi40NTQgMTcuMDU2NiA1My4zNzQyIDE2LjAzNDYgNTQuNDc4NSAxNi4wMzQ2QzU1LjU4MjggMTYuMDM0NiA1Ni41MDMxIDE3LjA1NjYgNTYuNTAzMSAxOC4yODNWNDcuOTIxNFpNNzUuMjc2MSA0Ny45MjE0Qzc1LjI3NjEgNDkuMTQ3OCA3NC4zNTU4IDUwLjE2OTggNzMuMjUxNSA1MC4xNjk4QzcyLjE0NzIgNTAuMTY5OCA3MS4yMjcgNDkuMTQ3OCA3MS4yMjcgNDcuOTIxNFYxOC4yODNDNzEuMjI3IDE3LjA1NjYgNzIuMTQ3MiAxNi4wMzQ2IDczLjI1MTUgMTYuMDM0NkM3NC4zNTU4IDE2LjAzNDYgNzUuMjc2MSAxNy4wNTY2IDc1LjI3NjEgMTguMjgzVjQ3LjkyMTRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-sidecar-injector", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "a2631701-195d-4d75-8d89-66527605a309": { + events: "yes", + "text-events": "no", + textEvents: "no", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "12px", + minZoomedFontSize: "12px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "48", + zIndex: "48", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "bottom", + textValign: "bottom", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(0,0,0)", + textOutlineColor: "rgb(0,0,0)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(210,212,210)", + textBackgroundColor: "rgb(210,212,210)", + "text-background-opacity": "0.7", + textBackgroundOpacity: "0.7", + "text-background-padding": "2px", + textBackgroundPadding: "2px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "round-rectangle", + textBackgroundShape: "round-rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "300", + fontWeight: "300", + "font-size": "8px", + fontSize: "8px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "ellipsis", + textWrap: "ellipsis", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "80px", + textMaxWidth: "80px", + "text-outline-width": "0px", + textOutlineWidth: "0px", + "line-height": "1", + lineHeight: "1", + label: "dapr-sentry", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "7px", + textMarginY: "7px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "20px", + width: "20px", + shape: "ellipse", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(50,108,229)", + backgroundColor: "rgb(50,108,229)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "6px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(60,129,255)", + borderColor: "rgb(60,129,255)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iNjYiIHZpZXdCb3g9IjAgMCA5MCA2NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNNC4wODk5OCAwLjVDMS44MzExNSAwLjUgMCAyLjMzMTE1IDAgNC41ODk5OFY2MS40MUMwIDYzLjY2ODkgMS44MzExNSA2NS41IDQuMDg5OTggNjUuNUg4NS45MUM4OC4xNjg4IDY1LjUgOTAgNjMuNjY4OSA5MCA2MS40MVY0LjU4OTk4QzkwIDIuMzMxMTUgODguMTY4OSAwLjUgODUuOTEgMC41SDQuMDg5OThaTTE4Ljc3MyA0Ny45MjE0QzE4Ljc3MyA0OS4xNDc4IDE3Ljg1MjggNTAuMTY5OCAxNi43NDg1IDUwLjE2OThDMTUuNjQ0MiA1MC4xNjk4IDE0LjcyMzkgNDkuMTQ3OCAxNC43MjM5IDQ3LjkyMTRWMTguMjgzQzE0LjcyMzkgMTcuMDU2NiAxNS42NDQyIDE2LjAzNDYgMTYuNzQ4NSAxNi4wMzQ2QzE3Ljg1MjggMTYuMDM0NiAxOC43NzMgMTcuMDU2NiAxOC43NzMgMTguMjgzVjQ3LjkyMTRaTTM3LjczMDEgNDcuOTIxNEMzNy43MzAxIDQ5LjE0NzggMzYuODA5OCA1MC4xNjk4IDM1LjcwNTUgNTAuMTY5OEMzNC42MDEyIDUwLjE2OTggMzMuNjgxIDQ5LjE0NzggMzMuNjgxIDQ3LjkyMTRWMTguMjgzQzMzLjY4MSAxNy4wNTY2IDM0LjYwMTIgMTYuMDM0NiAzNS43MDU1IDE2LjAzNDZDMzYuODA5OCAxNi4wMzQ2IDM3LjczMDEgMTcuMDU2NiAzNy43MzAxIDE4LjI4M1Y0Ny45MjE0Wk01Ni41MDMxIDQ3LjkyMTRDNTYuNTAzMSA0OS4xNDc4IDU1LjU4MjggNTAuMTY5OCA1NC40Nzg1IDUwLjE2OThDNTMuMzc0MiA1MC4xNjk4IDUyLjQ1NCA0OS4xNDc4IDUyLjQ1NCA0Ny45MjE0VjE4LjI4M0M1Mi40NTQgMTcuMDU2NiA1My4zNzQyIDE2LjAzNDYgNTQuNDc4NSAxNi4wMzQ2QzU1LjU4MjggMTYuMDM0NiA1Ni41MDMxIDE3LjA1NjYgNTYuNTAzMSAxOC4yODNWNDcuOTIxNFpNNzUuMjc2MSA0Ny45MjE0Qzc1LjI3NjEgNDkuMTQ3OCA3NC4zNTU4IDUwLjE2OTggNzMuMjUxNSA1MC4xNjk4QzcyLjE0NzIgNTAuMTY5OCA3MS4yMjcgNDkuMTQ3OCA3MS4yMjcgNDcuOTIxNFYxOC4yODNDNzEuMjI3IDE3LjA1NjYgNzIuMTQ3MiAxNi4wMzQ2IDczLjI1MTUgMTYuMDM0NkM3NC4zNTU4IDE2LjAzNDYgNzUuMjc2MSAxNy4wNTY2IDc1LjI3NjEgMTguMjgzVjQ3LjkyMTRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=)", + backgroundImage: + "url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTAiIGhlaWdodD0iNjYiIHZpZXdCb3g9IjAgMCA5MCA2NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNNC4wODk5OCAwLjVDMS44MzExNSAwLjUgMCAyLjMzMTE1IDAgNC41ODk5OFY2MS40MUMwIDYzLjY2ODkgMS44MzExNSA2NS41IDQuMDg5OTggNjUuNUg4NS45MUM4OC4xNjg4IDY1LjUgOTAgNjMuNjY4OSA5MCA2MS40MVY0LjU4OTk4QzkwIDIuMzMxMTUgODguMTY4OSAwLjUgODUuOTEgMC41SDQuMDg5OThaTTE4Ljc3MyA0Ny45MjE0QzE4Ljc3MyA0OS4xNDc4IDE3Ljg1MjggNTAuMTY5OCAxNi43NDg1IDUwLjE2OThDMTUuNjQ0MiA1MC4xNjk4IDE0LjcyMzkgNDkuMTQ3OCAxNC43MjM5IDQ3LjkyMTRWMTguMjgzQzE0LjcyMzkgMTcuMDU2NiAxNS42NDQyIDE2LjAzNDYgMTYuNzQ4NSAxNi4wMzQ2QzE3Ljg1MjggMTYuMDM0NiAxOC43NzMgMTcuMDU2NiAxOC43NzMgMTguMjgzVjQ3LjkyMTRaTTM3LjczMDEgNDcuOTIxNEMzNy43MzAxIDQ5LjE0NzggMzYuODA5OCA1MC4xNjk4IDM1LjcwNTUgNTAuMTY5OEMzNC42MDEyIDUwLjE2OTggMzMuNjgxIDQ5LjE0NzggMzMuNjgxIDQ3LjkyMTRWMTguMjgzQzMzLjY4MSAxNy4wNTY2IDM0LjYwMTIgMTYuMDM0NiAzNS43MDU1IDE2LjAzNDZDMzYuODA5OCAxNi4wMzQ2IDM3LjczMDEgMTcuMDU2NiAzNy43MzAxIDE4LjI4M1Y0Ny45MjE0Wk01Ni41MDMxIDQ3LjkyMTRDNTYuNTAzMSA0OS4xNDc4IDU1LjU4MjggNTAuMTY5OCA1NC40Nzg1IDUwLjE2OThDNTMuMzc0MiA1MC4xNjk4IDUyLjQ1NCA0OS4xNDc4IDUyLjQ1NCA0Ny45MjE0VjE4LjI4M0M1Mi40NTQgMTcuMDU2NiA1My4zNzQyIDE2LjAzNDYgNTQuNDc4NSAxNi4wMzQ2QzU1LjU4MjggMTYuMDM0NiA1Ni41MDMxIDE3LjA1NjYgNTYuNTAzMSAxOC4yODNWNDcuOTIxNFpNNzUuMjc2MSA0Ny45MjE0Qzc1LjI3NjEgNDkuMTQ3OCA3NC4zNTU4IDUwLjE2OTggNzMuMjUxNSA1MC4xNjk4QzcyLjE0NzIgNTAuMTY5OCA3MS4yMjcgNDkuMTQ3OCA3MS4yMjcgNDcuOTIxNFYxOC4yODNDNzEuMjI3IDE3LjA1NjYgNzIuMTQ3MiAxNi4wMzQ2IDczLjI1MTUgMTYuMDM0NkM3NC4zNTU4IDE2LjAzNDYgNzUuMjc2MSAxNy4wNTY2IDc1LjI3NjEgMTguMjgzVjQ3LjkyMTRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "inner", + backgroundWidthRelativeTo: "inner", + "background-height-relative-to": "inner", + backgroundHeightRelativeTo: "inner", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "contain", + backgroundFit: "contain", + "background-clip": "none", + backgroundClip: "none", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "solid", + lineStyle: "solid", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "haystack", + curveStyle: "haystack", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "none", + targetArrowShape: "none", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "dapr-sentry", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "6px", + paddingLeft: "6px", + "padding-right": "6px", + paddingRight: "6px", + "padding-top": "6px", + paddingTop: "6px", + "padding-bottom": "6px", + paddingBottom: "6px" + }, + "86d22457-aaae-4bd9-9b79-39d5dd3b7c93": { + events: "yes", + "text-events": "yes", + textEvents: "yes", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "0px", + minZoomedFontSize: "0px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "999", + zIndex: "999", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "top", + textValign: "top", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(255,255,255)", + textOutlineColor: "rgb(255,255,255)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(0,0,0)", + textBackgroundColor: "rgb(0,0,0)", + "text-background-opacity": "0", + textBackgroundOpacity: "0", + "text-background-padding": "0px", + textBackgroundPadding: "0px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "rectangle", + textBackgroundShape: "rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "normal", + fontWeight: "normal", + "font-size": "6px", + fontSize: "6px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "wrap", + textWrap: "wrap", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "9999px", + textMaxWidth: "9999px", + "text-outline-width": "1px", + textOutlineWidth: "1px", + "line-height": "1", + lineHeight: "1", + label: "", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "0px", + textMarginY: "0px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "30px", + width: "1.5px", + shape: "ellipse", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(153,153,153)", + backgroundColor: "rgb(153,153,153)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "0px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(0,0,0)", + borderColor: "rgb(0,0,0)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": "url(none)", + backgroundImage: "url(none)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "include-padding", + backgroundWidthRelativeTo: "include-padding", + "background-height-relative-to": "include-padding", + backgroundHeightRelativeTo: "include-padding", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "none", + backgroundFit: "none", + "background-clip": "node", + backgroundClip: "node", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "dashed", + lineStyle: "dashed", + "line-color": "rgb(147,152,176)", + lineColor: "rgb(147,152,176)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "bezier", + curveStyle: "bezier", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "vee", + targetArrowShape: "vee", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "0px", + paddingLeft: "0px", + "padding-right": "0px", + paddingRight: "0px", + "padding-top": "0px", + paddingTop: "0px", + "padding-bottom": "0px", + paddingBottom: "0px" + }, + "b1f21f3b-7824-43d7-87be-9c4db2cff585": { + events: "yes", + "text-events": "yes", + textEvents: "yes", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "0px", + minZoomedFontSize: "0px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "999", + zIndex: "999", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "top", + textValign: "top", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(255,255,255)", + textOutlineColor: "rgb(255,255,255)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(0,0,0)", + textBackgroundColor: "rgb(0,0,0)", + "text-background-opacity": "0", + textBackgroundOpacity: "0", + "text-background-padding": "0px", + textBackgroundPadding: "0px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "rectangle", + textBackgroundShape: "rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "normal", + fontWeight: "normal", + "font-size": "6px", + fontSize: "6px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "wrap", + textWrap: "wrap", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "9999px", + textMaxWidth: "9999px", + "text-outline-width": "1px", + textOutlineWidth: "1px", + "line-height": "1", + lineHeight: "1", + label: "", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "0px", + textMarginY: "0px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "30px", + width: "1.5px", + shape: "ellipse", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(153,153,153)", + backgroundColor: "rgb(153,153,153)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "0px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(0,0,0)", + borderColor: "rgb(0,0,0)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": "url(none)", + backgroundImage: "url(none)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "include-padding", + backgroundWidthRelativeTo: "include-padding", + "background-height-relative-to": "include-padding", + backgroundHeightRelativeTo: "include-padding", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "none", + backgroundFit: "none", + "background-clip": "node", + backgroundClip: "node", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "dotted", + lineStyle: "dotted", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "bezier", + curveStyle: "bezier", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "vee", + targetArrowShape: "vee", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "0px", + paddingLeft: "0px", + "padding-right": "0px", + paddingRight: "0px", + "padding-top": "0px", + paddingTop: "0px", + "padding-bottom": "0px", + paddingBottom: "0px" + }, + "0ba48862-cd1d-4509-b0d5-7084bf2f0d88": { + events: "yes", + "text-events": "yes", + textEvents: "yes", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "0px", + minZoomedFontSize: "0px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "999", + zIndex: "999", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "top", + textValign: "top", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(255,255,255)", + textOutlineColor: "rgb(255,255,255)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(0,0,0)", + textBackgroundColor: "rgb(0,0,0)", + "text-background-opacity": "0", + textBackgroundOpacity: "0", + "text-background-padding": "0px", + textBackgroundPadding: "0px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "rectangle", + textBackgroundShape: "rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "normal", + fontWeight: "normal", + "font-size": "6px", + fontSize: "6px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "wrap", + textWrap: "wrap", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "9999px", + textMaxWidth: "9999px", + "text-outline-width": "1px", + textOutlineWidth: "1px", + "line-height": "1", + lineHeight: "1", + label: "", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "0px", + textMarginY: "0px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "30px", + width: "1.5px", + shape: "ellipse", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(153,153,153)", + backgroundColor: "rgb(153,153,153)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "0px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(0,0,0)", + borderColor: "rgb(0,0,0)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": "url(none)", + backgroundImage: "url(none)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "include-padding", + backgroundWidthRelativeTo: "include-padding", + "background-height-relative-to": "include-padding", + backgroundHeightRelativeTo: "include-padding", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "none", + backgroundFit: "none", + "background-clip": "node", + backgroundClip: "node", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "dotted", + lineStyle: "dotted", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "bezier", + curveStyle: "bezier", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "vee", + targetArrowShape: "vee", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "0px", + paddingLeft: "0px", + "padding-right": "0px", + paddingRight: "0px", + "padding-top": "0px", + paddingTop: "0px", + "padding-bottom": "0px", + paddingBottom: "0px" + }, + "adea5377-20b1-47e6-a27f-ba161d4ca3e5": { + events: "yes", + "text-events": "yes", + textEvents: "yes", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "0px", + minZoomedFontSize: "0px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "999", + zIndex: "999", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "top", + textValign: "top", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(255,255,255)", + textOutlineColor: "rgb(255,255,255)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(0,0,0)", + textBackgroundColor: "rgb(0,0,0)", + "text-background-opacity": "0", + textBackgroundOpacity: "0", + "text-background-padding": "0px", + textBackgroundPadding: "0px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "rectangle", + textBackgroundShape: "rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "normal", + fontWeight: "normal", + "font-size": "6px", + fontSize: "6px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "wrap", + textWrap: "wrap", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "9999px", + textMaxWidth: "9999px", + "text-outline-width": "1px", + textOutlineWidth: "1px", + "line-height": "1", + lineHeight: "1", + label: "", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "0px", + textMarginY: "0px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "30px", + width: "1.5px", + shape: "ellipse", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(153,153,153)", + backgroundColor: "rgb(153,153,153)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "0px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(0,0,0)", + borderColor: "rgb(0,0,0)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": "url(none)", + backgroundImage: "url(none)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "include-padding", + backgroundWidthRelativeTo: "include-padding", + "background-height-relative-to": "include-padding", + backgroundHeightRelativeTo: "include-padding", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "none", + backgroundFit: "none", + "background-clip": "node", + backgroundClip: "node", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "dotted", + lineStyle: "dotted", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "bezier", + curveStyle: "bezier", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "vee", + targetArrowShape: "vee", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "0px", + paddingLeft: "0px", + "padding-right": "0px", + paddingRight: "0px", + "padding-top": "0px", + paddingTop: "0px", + "padding-bottom": "0px", + paddingBottom: "0px" + }, + "2e21ce73-db2a-4ee3-a531-02fd847689a6": { + events: "yes", + "text-events": "yes", + textEvents: "yes", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "0px", + minZoomedFontSize: "0px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "999", + zIndex: "999", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "top", + textValign: "top", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(255,255,255)", + textOutlineColor: "rgb(255,255,255)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(0,0,0)", + textBackgroundColor: "rgb(0,0,0)", + "text-background-opacity": "0", + textBackgroundOpacity: "0", + "text-background-padding": "0px", + textBackgroundPadding: "0px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "rectangle", + textBackgroundShape: "rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "normal", + fontWeight: "normal", + "font-size": "6px", + fontSize: "6px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "wrap", + textWrap: "wrap", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "9999px", + textMaxWidth: "9999px", + "text-outline-width": "1px", + textOutlineWidth: "1px", + "line-height": "1", + lineHeight: "1", + label: "", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "0px", + textMarginY: "0px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "443/TCP", + targetLabel: "443/TCP", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "-6px", + targetTextMarginY: "-6px", + "target-text-offset": "16px", + targetTextOffset: "16px", + height: "30px", + width: "1.5px", + shape: "ellipse", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(153,153,153)", + backgroundColor: "rgb(153,153,153)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "0px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(0,0,0)", + borderColor: "rgb(0,0,0)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": "url(none)", + backgroundImage: "url(none)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "include-padding", + backgroundWidthRelativeTo: "include-padding", + "background-height-relative-to": "include-padding", + backgroundHeightRelativeTo: "include-padding", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "none", + backgroundFit: "none", + "background-clip": "node", + backgroundClip: "node", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "dotted", + lineStyle: "dotted", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "bezier", + curveStyle: "bezier", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-line", + sourceEndpoint: "outside-to-line", + "target-endpoint": "outside-to-line", + targetEndpoint: "outside-to-line", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "vee", + targetArrowShape: "vee", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "0px", + paddingLeft: "0px", + "padding-right": "0px", + paddingRight: "0px", + "padding-top": "0px", + paddingTop: "0px", + "padding-bottom": "0px", + paddingBottom: "0px" + }, + "1251d4b1-46c4-47e5-9c3b-56602a045c27": { + events: "yes", + "text-events": "yes", + textEvents: "yes", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "0px", + minZoomedFontSize: "0px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "999", + zIndex: "999", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "top", + textValign: "top", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(255,255,255)", + textOutlineColor: "rgb(255,255,255)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(0,0,0)", + textBackgroundColor: "rgb(0,0,0)", + "text-background-opacity": "0", + textBackgroundOpacity: "0", + "text-background-padding": "0px", + textBackgroundPadding: "0px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "rectangle", + textBackgroundShape: "rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "normal", + fontWeight: "normal", + "font-size": "6px", + fontSize: "6px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "wrap", + textWrap: "wrap", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "9999px", + textMaxWidth: "9999px", + "text-outline-width": "1px", + textOutlineWidth: "1px", + "line-height": "1", + lineHeight: "1", + label: "", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "0px", + textMarginY: "0px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "30px", + width: "1.5px", + shape: "ellipse", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(153,153,153)", + backgroundColor: "rgb(153,153,153)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "0px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(0,0,0)", + borderColor: "rgb(0,0,0)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": "url(none)", + backgroundImage: "url(none)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "include-padding", + backgroundWidthRelativeTo: "include-padding", + "background-height-relative-to": "include-padding", + backgroundHeightRelativeTo: "include-padding", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "none", + backgroundFit: "none", + "background-clip": "node", + backgroundClip: "node", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "dashed", + lineStyle: "dashed", + "line-color": "rgb(147,152,176)", + lineColor: "rgb(147,152,176)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "bezier", + curveStyle: "bezier", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "vee", + targetArrowShape: "vee", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "0px", + paddingLeft: "0px", + "padding-right": "0px", + paddingRight: "0px", + "padding-top": "0px", + paddingTop: "0px", + "padding-bottom": "0px", + paddingBottom: "0px" + }, + "822760e3-df49-46ab-b033-bbe026f4b6d3": { + events: "yes", + "text-events": "yes", + textEvents: "yes", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "0px", + minZoomedFontSize: "0px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "999", + zIndex: "999", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "top", + textValign: "top", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(255,255,255)", + textOutlineColor: "rgb(255,255,255)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(0,0,0)", + textBackgroundColor: "rgb(0,0,0)", + "text-background-opacity": "0", + textBackgroundOpacity: "0", + "text-background-padding": "0px", + textBackgroundPadding: "0px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "rectangle", + textBackgroundShape: "rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "normal", + fontWeight: "normal", + "font-size": "6px", + fontSize: "6px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "wrap", + textWrap: "wrap", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "9999px", + textMaxWidth: "9999px", + "text-outline-width": "1px", + textOutlineWidth: "1px", + "line-height": "1", + lineHeight: "1", + label: "", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "0px", + textMarginY: "0px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "30px", + width: "1.5px", + shape: "ellipse", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(153,153,153)", + backgroundColor: "rgb(153,153,153)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "0px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(0,0,0)", + borderColor: "rgb(0,0,0)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": "url(none)", + backgroundImage: "url(none)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "include-padding", + backgroundWidthRelativeTo: "include-padding", + "background-height-relative-to": "include-padding", + backgroundHeightRelativeTo: "include-padding", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "none", + backgroundFit: "none", + "background-clip": "node", + backgroundClip: "node", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "dotted", + lineStyle: "dotted", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "bezier", + curveStyle: "bezier", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "vee", + targetArrowShape: "vee", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "0px", + paddingLeft: "0px", + "padding-right": "0px", + paddingRight: "0px", + "padding-top": "0px", + paddingTop: "0px", + "padding-bottom": "0px", + paddingBottom: "0px" + }, + "1c6d4403-ee56-41fb-88b8-ddb2a67444c9": { + events: "yes", + "text-events": "yes", + textEvents: "yes", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "0px", + minZoomedFontSize: "0px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "999", + zIndex: "999", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "top", + textValign: "top", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(255,255,255)", + textOutlineColor: "rgb(255,255,255)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(0,0,0)", + textBackgroundColor: "rgb(0,0,0)", + "text-background-opacity": "0", + textBackgroundOpacity: "0", + "text-background-padding": "0px", + textBackgroundPadding: "0px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "rectangle", + textBackgroundShape: "rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "normal", + fontWeight: "normal", + "font-size": "6px", + fontSize: "6px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "wrap", + textWrap: "wrap", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "9999px", + textMaxWidth: "9999px", + "text-outline-width": "1px", + textOutlineWidth: "1px", + "line-height": "1", + lineHeight: "1", + label: "", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "0px", + textMarginY: "0px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "30px", + width: "1.5px", + shape: "ellipse", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(153,153,153)", + backgroundColor: "rgb(153,153,153)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "0px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(0,0,0)", + borderColor: "rgb(0,0,0)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": "url(none)", + backgroundImage: "url(none)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "include-padding", + backgroundWidthRelativeTo: "include-padding", + "background-height-relative-to": "include-padding", + backgroundHeightRelativeTo: "include-padding", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "none", + backgroundFit: "none", + "background-clip": "node", + backgroundClip: "node", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "dotted", + lineStyle: "dotted", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "bezier", + curveStyle: "bezier", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "vee", + targetArrowShape: "vee", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "0px", + paddingLeft: "0px", + "padding-right": "0px", + paddingRight: "0px", + "padding-top": "0px", + paddingTop: "0px", + "padding-bottom": "0px", + paddingBottom: "0px" + }, + "9c3e106c-cac0-4291-87c8-7b25a08bf260": { + events: "yes", + "text-events": "yes", + textEvents: "yes", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "0px", + minZoomedFontSize: "0px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "999", + zIndex: "999", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "top", + textValign: "top", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(255,255,255)", + textOutlineColor: "rgb(255,255,255)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(0,0,0)", + textBackgroundColor: "rgb(0,0,0)", + "text-background-opacity": "0", + textBackgroundOpacity: "0", + "text-background-padding": "0px", + textBackgroundPadding: "0px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "rectangle", + textBackgroundShape: "rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "normal", + fontWeight: "normal", + "font-size": "6px", + fontSize: "6px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "wrap", + textWrap: "wrap", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "9999px", + textMaxWidth: "9999px", + "text-outline-width": "1px", + textOutlineWidth: "1px", + "line-height": "1", + lineHeight: "1", + label: "", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "0px", + textMarginY: "0px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "80/TCP", + targetLabel: "80/TCP", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "-6px", + targetTextMarginY: "-6px", + "target-text-offset": "16px", + targetTextOffset: "16px", + height: "30px", + width: "1.5px", + shape: "ellipse", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(153,153,153)", + backgroundColor: "rgb(153,153,153)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "0px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(0,0,0)", + borderColor: "rgb(0,0,0)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": "url(none)", + backgroundImage: "url(none)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "include-padding", + backgroundWidthRelativeTo: "include-padding", + "background-height-relative-to": "include-padding", + backgroundHeightRelativeTo: "include-padding", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "none", + backgroundFit: "none", + "background-clip": "node", + backgroundClip: "node", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "dashed", + lineStyle: "dashed", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "bezier", + curveStyle: "bezier", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-line", + sourceEndpoint: "outside-to-line", + "target-endpoint": "outside-to-line", + targetEndpoint: "outside-to-line", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "vee", + targetArrowShape: "vee", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "0px", + paddingLeft: "0px", + "padding-right": "0px", + paddingRight: "0px", + "padding-top": "0px", + paddingTop: "0px", + "padding-bottom": "0px", + paddingBottom: "0px" + }, + "92f785f6-2b19-4218-8c6c-c37b2df57410": { + events: "yes", + "text-events": "yes", + textEvents: "yes", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "0px", + minZoomedFontSize: "0px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "999", + zIndex: "999", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "top", + textValign: "top", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(255,255,255)", + textOutlineColor: "rgb(255,255,255)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(0,0,0)", + textBackgroundColor: "rgb(0,0,0)", + "text-background-opacity": "0", + textBackgroundOpacity: "0", + "text-background-padding": "0px", + textBackgroundPadding: "0px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "rectangle", + textBackgroundShape: "rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "normal", + fontWeight: "normal", + "font-size": "6px", + fontSize: "6px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "wrap", + textWrap: "wrap", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "9999px", + textMaxWidth: "9999px", + "text-outline-width": "1px", + textOutlineWidth: "1px", + "line-height": "1", + lineHeight: "1", + label: "", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "0px", + textMarginY: "0px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "443/TCP", + targetLabel: "443/TCP", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "-6px", + targetTextMarginY: "-6px", + "target-text-offset": "16px", + targetTextOffset: "16px", + height: "30px", + width: "1.5px", + shape: "ellipse", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(153,153,153)", + backgroundColor: "rgb(153,153,153)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "0px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(0,0,0)", + borderColor: "rgb(0,0,0)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": "url(none)", + backgroundImage: "url(none)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "include-padding", + backgroundWidthRelativeTo: "include-padding", + "background-height-relative-to": "include-padding", + backgroundHeightRelativeTo: "include-padding", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "none", + backgroundFit: "none", + "background-clip": "node", + backgroundClip: "node", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "dotted", + lineStyle: "dotted", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "bezier", + curveStyle: "bezier", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-line", + sourceEndpoint: "outside-to-line", + "target-endpoint": "outside-to-line", + targetEndpoint: "outside-to-line", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "vee", + targetArrowShape: "vee", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "0px", + paddingLeft: "0px", + "padding-right": "0px", + paddingRight: "0px", + "padding-top": "0px", + paddingTop: "0px", + "padding-bottom": "0px", + paddingBottom: "0px" + }, + "2d852a36-9434-4e3b-a471-9a106a6f28d1": { + events: "yes", + "text-events": "yes", + textEvents: "yes", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "0px", + minZoomedFontSize: "0px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "999", + zIndex: "999", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "top", + textValign: "top", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(255,255,255)", + textOutlineColor: "rgb(255,255,255)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(0,0,0)", + textBackgroundColor: "rgb(0,0,0)", + "text-background-opacity": "0", + textBackgroundOpacity: "0", + "text-background-padding": "0px", + textBackgroundPadding: "0px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "rectangle", + textBackgroundShape: "rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "normal", + fontWeight: "normal", + "font-size": "6px", + fontSize: "6px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "wrap", + textWrap: "wrap", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "9999px", + textMaxWidth: "9999px", + "text-outline-width": "1px", + textOutlineWidth: "1px", + "line-height": "1", + lineHeight: "1", + label: "", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "0px", + textMarginY: "0px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "30px", + width: "1.5px", + shape: "ellipse", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(153,153,153)", + backgroundColor: "rgb(153,153,153)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "0px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(0,0,0)", + borderColor: "rgb(0,0,0)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": "url(none)", + backgroundImage: "url(none)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "include-padding", + backgroundWidthRelativeTo: "include-padding", + "background-height-relative-to": "include-padding", + backgroundHeightRelativeTo: "include-padding", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "none", + backgroundFit: "none", + "background-clip": "node", + backgroundClip: "node", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "dotted", + lineStyle: "dotted", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "bezier", + curveStyle: "bezier", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "vee", + targetArrowShape: "vee", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "0px", + paddingLeft: "0px", + "padding-right": "0px", + paddingRight: "0px", + "padding-top": "0px", + paddingTop: "0px", + "padding-bottom": "0px", + paddingBottom: "0px" + }, + "fae58b9c-fb4a-4e27-8c2c-a5c6628231a1": { + events: "yes", + "text-events": "yes", + textEvents: "yes", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "0px", + minZoomedFontSize: "0px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "999", + zIndex: "999", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "top", + textValign: "top", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(255,255,255)", + textOutlineColor: "rgb(255,255,255)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(0,0,0)", + textBackgroundColor: "rgb(0,0,0)", + "text-background-opacity": "0", + textBackgroundOpacity: "0", + "text-background-padding": "0px", + textBackgroundPadding: "0px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "rectangle", + textBackgroundShape: "rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "normal", + fontWeight: "normal", + "font-size": "6px", + fontSize: "6px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "wrap", + textWrap: "wrap", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "9999px", + textMaxWidth: "9999px", + "text-outline-width": "1px", + textOutlineWidth: "1px", + "line-height": "1", + lineHeight: "1", + label: "", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "0px", + textMarginY: "0px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "30px", + width: "1.5px", + shape: "ellipse", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(153,153,153)", + backgroundColor: "rgb(153,153,153)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "0px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(0,0,0)", + borderColor: "rgb(0,0,0)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": "url(none)", + backgroundImage: "url(none)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "include-padding", + backgroundWidthRelativeTo: "include-padding", + "background-height-relative-to": "include-padding", + backgroundHeightRelativeTo: "include-padding", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "none", + backgroundFit: "none", + "background-clip": "node", + backgroundClip: "node", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "dotted", + lineStyle: "dotted", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "bezier", + curveStyle: "bezier", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "vee", + targetArrowShape: "vee", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "0px", + paddingLeft: "0px", + "padding-right": "0px", + paddingRight: "0px", + "padding-top": "0px", + paddingTop: "0px", + "padding-bottom": "0px", + paddingBottom: "0px" + }, + "5671621a-4dca-4163-8c5b-c3b66b2c0859": { + events: "yes", + "text-events": "yes", + textEvents: "yes", + "transition-property": "none", + transitionProperty: "none", + "transition-duration": "0ms", + transitionDuration: "0ms", + "transition-delay": "0ms", + transitionDelay: "0ms", + "transition-timing-function": "linear", + transitionTimingFunction: "linear", + display: "element", + visibility: "visible", + opacity: "1", + "text-opacity": "1", + textOpacity: "1", + "min-zoomed-font-size": "0px", + minZoomedFontSize: "0px", + "z-compound-depth": "auto", + zCompoundDepth: "auto", + "z-index-compare": "manual", + zIndexCompare: "manual", + "z-index": "999", + zIndex: "999", + "overlay-padding": "10px", + overlayPadding: "10px", + "overlay-color": "rgb(0,0,0)", + overlayColor: "rgb(0,0,0)", + "overlay-opacity": "0", + overlayOpacity: "0", + "overlay-shape": "round-rectangle", + overlayShape: "round-rectangle", + "underlay-padding": "10px", + underlayPadding: "10px", + "underlay-color": "rgb(0,0,0)", + underlayColor: "rgb(0,0,0)", + "underlay-opacity": "0", + underlayOpacity: "0", + "underlay-shape": "round-rectangle", + underlayShape: "round-rectangle", + ghost: "no", + "ghost-offset-x": "0px", + ghostOffsetX: "0px", + "ghost-offset-y": "0px", + ghostOffsetY: "0px", + "ghost-opacity": "0", + ghostOpacity: "0", + "text-valign": "top", + textValign: "top", + "text-halign": "center", + textHalign: "center", + color: "rgb(0,0,0)", + "text-outline-color": "rgb(255,255,255)", + textOutlineColor: "rgb(255,255,255)", + "text-outline-opacity": "1", + textOutlineOpacity: "1", + "text-background-color": "rgb(0,0,0)", + textBackgroundColor: "rgb(0,0,0)", + "text-background-opacity": "0", + textBackgroundOpacity: "0", + "text-background-padding": "0px", + textBackgroundPadding: "0px", + "text-border-opacity": "0", + textBorderOpacity: "0", + "text-border-color": "rgb(0,0,0)", + textBorderColor: "rgb(0,0,0)", + "text-border-width": "0px", + textBorderWidth: "0px", + "text-border-style": "solid", + textBorderStyle: "solid", + "text-background-shape": "rectangle", + textBackgroundShape: "rectangle", + "text-justification": "auto", + textJustification: "auto", + "font-family": "Qanelas Soft, sans-serif", + fontFamily: "Qanelas Soft, sans-serif", + "font-style": "normal", + fontStyle: "normal", + "font-weight": "normal", + fontWeight: "normal", + "font-size": "6px", + fontSize: "6px", + "text-transform": "none", + textTransform: "none", + "text-wrap": "wrap", + textWrap: "wrap", + "text-overflow-wrap": "whitespace", + textOverflowWrap: "whitespace", + "text-max-width": "9999px", + textMaxWidth: "9999px", + "text-outline-width": "1px", + textOutlineWidth: "1px", + "line-height": "1", + lineHeight: "1", + label: "", + "text-rotation": "none", + textRotation: "none", + "text-margin-x": "0px", + textMarginX: "0px", + "text-margin-y": "0px", + textMarginY: "0px", + "source-label": "", + sourceLabel: "", + "source-text-rotation": "none", + sourceTextRotation: "none", + "source-text-margin-x": "0px", + sourceTextMarginX: "0px", + "source-text-margin-y": "0px", + sourceTextMarginY: "0px", + "source-text-offset": "0px", + sourceTextOffset: "0px", + "target-label": "", + targetLabel: "", + "target-text-rotation": "none", + targetTextRotation: "none", + "target-text-margin-x": "0px", + targetTextMarginX: "0px", + "target-text-margin-y": "0px", + targetTextMarginY: "0px", + "target-text-offset": "0px", + targetTextOffset: "0px", + height: "30px", + width: "1.5px", + shape: "ellipse", + "shape-polygon-points": "-1 -1 1 -1 1 1 -1 1", + shapePolygonPoints: "-1 -1 1 -1 1 1 -1 1", + "background-color": "rgb(153,153,153)", + backgroundColor: "rgb(153,153,153)", + "background-fill": "solid", + backgroundFill: "solid", + "background-opacity": "1", + backgroundOpacity: "1", + "background-blacken": "0", + backgroundBlacken: "0", + "background-gradient-stop-colors": "rgb(153,153,153)", + backgroundGradientStopColors: "rgb(153,153,153)", + "background-gradient-stop-positions": "0%", + backgroundGradientStopPositions: "0%", + "background-gradient-direction": "to-bottom", + backgroundGradientDirection: "to-bottom", + padding: "0px", + "padding-relative-to": "width", + paddingRelativeTo: "width", + "bounds-expansion": "0px", + boundsExpansion: "0px", + "border-color": "rgb(0,0,0)", + borderColor: "rgb(0,0,0)", + "border-opacity": "1", + borderOpacity: "1", + "border-width": "0px", + borderWidth: "0px", + "border-style": "solid", + borderStyle: "solid", + "outline-color": "rgb(153,153,153)", + outlineColor: "rgb(153,153,153)", + "outline-opacity": "1", + outlineOpacity: "1", + "outline-width": "0px", + outlineWidth: "0px", + "outline-style": "solid", + outlineStyle: "solid", + "outline-offset": "0px", + outlineOffset: "0px", + "background-image": "url(none)", + backgroundImage: "url(none)", + "background-image-crossorigin": "anonymous", + backgroundImageCrossorigin: "anonymous", + "background-image-opacity": "1", + backgroundImageOpacity: "1", + "background-image-containment": "inside", + backgroundImageContainment: "inside", + "background-image-smoothing": "yes", + backgroundImageSmoothing: "yes", + "background-position-x": "50%", + backgroundPositionX: "50%", + "background-position-y": "50%", + backgroundPositionY: "50%", + "background-width-relative-to": "include-padding", + backgroundWidthRelativeTo: "include-padding", + "background-height-relative-to": "include-padding", + backgroundHeightRelativeTo: "include-padding", + "background-repeat": "no-repeat", + backgroundRepeat: "no-repeat", + "background-fit": "none", + backgroundFit: "none", + "background-clip": "node", + backgroundClip: "node", + "background-width": "auto", + backgroundWidth: "auto", + "background-height": "auto", + backgroundHeight: "auto", + "background-offset-x": "0px", + backgroundOffsetX: "0px", + "background-offset-y": "0px", + backgroundOffsetY: "0px", + "pie-size": "100%", + pieSize: "100%", + "pie-1-background-color": "rgb(0,0,0)", + pie1BackgroundColor: "rgb(0,0,0)", + "pie-1-background-size": "0%", + pie1BackgroundSize: "0%", + "pie-1-background-opacity": "1", + pie1BackgroundOpacity: "1", + "pie-2-background-color": "rgb(0,0,0)", + pie2BackgroundColor: "rgb(0,0,0)", + "pie-2-background-size": "0%", + pie2BackgroundSize: "0%", + "pie-2-background-opacity": "1", + pie2BackgroundOpacity: "1", + "pie-3-background-color": "rgb(0,0,0)", + pie3BackgroundColor: "rgb(0,0,0)", + "pie-3-background-size": "0%", + pie3BackgroundSize: "0%", + "pie-3-background-opacity": "1", + pie3BackgroundOpacity: "1", + "pie-4-background-color": "rgb(0,0,0)", + pie4BackgroundColor: "rgb(0,0,0)", + "pie-4-background-size": "0%", + pie4BackgroundSize: "0%", + "pie-4-background-opacity": "1", + pie4BackgroundOpacity: "1", + "pie-5-background-color": "rgb(0,0,0)", + pie5BackgroundColor: "rgb(0,0,0)", + "pie-5-background-size": "0%", + pie5BackgroundSize: "0%", + "pie-5-background-opacity": "1", + pie5BackgroundOpacity: "1", + "pie-6-background-color": "rgb(0,0,0)", + pie6BackgroundColor: "rgb(0,0,0)", + "pie-6-background-size": "0%", + pie6BackgroundSize: "0%", + "pie-6-background-opacity": "1", + pie6BackgroundOpacity: "1", + "pie-7-background-color": "rgb(0,0,0)", + pie7BackgroundColor: "rgb(0,0,0)", + "pie-7-background-size": "0%", + pie7BackgroundSize: "0%", + "pie-7-background-opacity": "1", + pie7BackgroundOpacity: "1", + "pie-8-background-color": "rgb(0,0,0)", + pie8BackgroundColor: "rgb(0,0,0)", + "pie-8-background-size": "0%", + pie8BackgroundSize: "0%", + "pie-8-background-opacity": "1", + pie8BackgroundOpacity: "1", + "pie-9-background-color": "rgb(0,0,0)", + pie9BackgroundColor: "rgb(0,0,0)", + "pie-9-background-size": "0%", + pie9BackgroundSize: "0%", + "pie-9-background-opacity": "1", + pie9BackgroundOpacity: "1", + "pie-10-background-color": "rgb(0,0,0)", + pie10BackgroundColor: "rgb(0,0,0)", + "pie-10-background-size": "0%", + pie10BackgroundSize: "0%", + "pie-10-background-opacity": "1", + pie10BackgroundOpacity: "1", + "pie-11-background-color": "rgb(0,0,0)", + pie11BackgroundColor: "rgb(0,0,0)", + "pie-11-background-size": "0%", + pie11BackgroundSize: "0%", + "pie-11-background-opacity": "1", + pie11BackgroundOpacity: "1", + "pie-12-background-color": "rgb(0,0,0)", + pie12BackgroundColor: "rgb(0,0,0)", + "pie-12-background-size": "0%", + pie12BackgroundSize: "0%", + "pie-12-background-opacity": "1", + pie12BackgroundOpacity: "1", + "pie-13-background-color": "rgb(0,0,0)", + pie13BackgroundColor: "rgb(0,0,0)", + "pie-13-background-size": "0%", + pie13BackgroundSize: "0%", + "pie-13-background-opacity": "1", + pie13BackgroundOpacity: "1", + "pie-14-background-color": "rgb(0,0,0)", + pie14BackgroundColor: "rgb(0,0,0)", + "pie-14-background-size": "0%", + pie14BackgroundSize: "0%", + "pie-14-background-opacity": "1", + pie14BackgroundOpacity: "1", + "pie-15-background-color": "rgb(0,0,0)", + pie15BackgroundColor: "rgb(0,0,0)", + "pie-15-background-size": "0%", + pie15BackgroundSize: "0%", + "pie-15-background-opacity": "1", + pie15BackgroundOpacity: "1", + "pie-16-background-color": "rgb(0,0,0)", + pie16BackgroundColor: "rgb(0,0,0)", + "pie-16-background-size": "0%", + pie16BackgroundSize: "0%", + "pie-16-background-opacity": "1", + pie16BackgroundOpacity: "1", + position: "origin", + "compound-sizing-wrt-labels": "include", + compoundSizingWrtLabels: "include", + "min-width": "0px", + minWidth: "0px", + "min-width-bias-left": "0px", + minWidthBiasLeft: "0px", + "min-width-bias-right": "0px", + minWidthBiasRight: "0px", + "min-height": "0px", + minHeight: "0px", + "min-height-bias-top": "0px", + minHeightBiasTop: "0px", + "min-height-bias-bottom": "0px", + minHeightBiasBottom: "0px", + "line-style": "dotted", + lineStyle: "dotted", + "line-color": "rgb(153,153,153)", + lineColor: "rgb(153,153,153)", + "line-fill": "solid", + lineFill: "solid", + "line-cap": "butt", + lineCap: "butt", + "line-opacity": "1", + lineOpacity: "1", + "line-dash-pattern": "6 3", + lineDashPattern: "6 3", + "line-dash-offset": "0", + lineDashOffset: "0", + "line-gradient-stop-colors": "rgb(153,153,153)", + lineGradientStopColors: "rgb(153,153,153)", + "line-gradient-stop-positions": "0%", + lineGradientStopPositions: "0%", + "curve-style": "bezier", + curveStyle: "bezier", + "haystack-radius": "0", + haystackRadius: "0", + "source-endpoint": "outside-to-node", + sourceEndpoint: "outside-to-node", + "target-endpoint": "outside-to-node", + targetEndpoint: "outside-to-node", + "control-point-step-size": "40px", + controlPointStepSize: "40px", + "control-point-weights": "0.5", + controlPointWeights: "0.5", + "segment-distances": "20px", + segmentDistances: "20px", + "segment-weights": "0.5", + segmentWeights: "0.5", + "taxi-turn": "50%", + taxiTurn: "50%", + "taxi-turn-min-distance": "10px", + taxiTurnMinDistance: "10px", + "taxi-direction": "auto", + taxiDirection: "auto", + "edge-distances": "intersection", + edgeDistances: "intersection", + "arrow-scale": "1", + arrowScale: "1", + "loop-direction": "-45deg", + loopDirection: "-45deg", + "loop-sweep": "-90deg", + loopSweep: "-90deg", + "source-distance-from-node": "0px", + sourceDistanceFromNode: "0px", + "target-distance-from-node": "0px", + targetDistanceFromNode: "0px", + "source-arrow-shape": "none", + sourceArrowShape: "none", + "mid-source-arrow-shape": "none", + midSourceArrowShape: "none", + "target-arrow-shape": "vee", + targetArrowShape: "vee", + "mid-target-arrow-shape": "none", + midTargetArrowShape: "none", + "source-arrow-color": "rgb(153,153,153)", + sourceArrowColor: "rgb(153,153,153)", + "mid-source-arrow-color": "rgb(153,153,153)", + midSourceArrowColor: "rgb(153,153,153)", + "target-arrow-color": "rgb(153,153,153)", + targetArrowColor: "rgb(153,153,153)", + "mid-target-arrow-color": "rgb(153,153,153)", + midTargetArrowColor: "rgb(153,153,153)", + "source-arrow-fill": "filled", + sourceArrowFill: "filled", + "mid-source-arrow-fill": "filled", + midSourceArrowFill: "filled", + "target-arrow-fill": "filled", + targetArrowFill: "filled", + "mid-target-arrow-fill": "filled", + midTargetArrowFill: "filled", + "source-arrow-width": "1px", + sourceArrowWidth: "1px", + "mid-source-arrow-width": "1px", + midSourceArrowWidth: "1px", + "target-arrow-width": "1px", + targetArrowWidth: "1px", + "mid-target-arrow-width": "1px", + midTargetArrowWidth: "1px", + "selection-box-color": "rgb(221,221,221)", + selectionBoxColor: "rgb(221,221,221)", + "selection-box-opacity": "0.65", + selectionBoxOpacity: "0.65", + "selection-box-border-color": "rgb(170,170,170)", + selectionBoxBorderColor: "rgb(170,170,170)", + "selection-box-border-width": "1px", + selectionBoxBorderWidth: "1px", + "active-bg-color": "rgb(0,0,0)", + activeBgColor: "rgb(0,0,0)", + "active-bg-opacity": "0.15", + activeBgOpacity: "0.15", + "active-bg-size": "30px", + activeBgSize: "30px", + "outside-texture-bg-color": "rgb(0,0,0)", + outsideTextureBgColor: "rgb(0,0,0)", + "outside-texture-bg-opacity": "0.125", + outsideTextureBgOpacity: "0.125", + content: "", + "control-point-weight": "0.5", + controlPointWeight: "0.5", + "edge-text-rotation": "none", + edgeTextRotation: "none", + "padding-left": "0px", + paddingLeft: "0px", + "padding-right": "0px", + paddingRight: "0px", + "padding-top": "0px", + paddingTop: "0px", + "padding-bottom": "0px", + paddingBottom: "0px" + } + } +}; + +const addStyles = () => { + var css = ` + + .embed-design-container { + position: relative; + height: 100%; + width: 100%; + font-family: "Open Sans", sans-serif; + } + + .embed-canvas-container p { + margin: 0; + padding: 0; + } + + #embedded-design-7d183e77-09e1-4b69-a5ee-3e3870e9c5f4 .embed-canvas-container { + height: 100%; + width: 100%; + background-color: "inheirt"; + } + #embedded-design-7d183e77-09e1-4b69-a5ee-3e3870e9c5f4 .water-mark{ + background: "transparent"; + padding: 0.5rem; + color : inherit !important; + font-size: 1.5rem !important; + border: none; + cursor: pointer; + display: flex !important; + align-items: center; + gap: 0.5rem; + font-family: "Open Sans", sans-serif !important; + text-decoration: none !important; + outline: none !important; + } + + #embedded-design-7d183e77-09e1-4b69-a5ee-3e3870e9c5f4 .toolbar { + + pointer-events: auto ; + padding: 0.5rem; + cursor: pointer; + color : inherit; + display: flex; + gap: 0.5rem; + justify-content: space-between; + align-items: center; + font-size: 1.25rem; + } + `, + head = document.head || document.getElementsByTagName("head")[0], + style = document.createElement("style"); + + head.appendChild(style); + + style.type = "text/css"; + if (style.styleSheet) { + // This is required for IE8 and below. + style.styleSheet.cssText = css; + } else { + style.appendChild(document.createTextNode(css)); + } +}; + +const CreateToolBar = () => { + const cyContainer = document.getElementById( + "embedded-design-7d183e77-09e1-4b69-a5ee-3e3870e9c5f4" + ); + const toolbar = document.createElement("div"); + toolbar.innerHTML = ` + + + `; + toolbar.style.cssText = + "position: absolute;z-index: 99999;right: 0.5rem;bottom: 0.5rem;margin: 0.5rem"; + cyContainer.appendChild(toolbar); +}; + +document.addEventListener("DOMContentLoaded", function () { + const embedContainer = document.getElementById( + "embedded-design-7d183e77-09e1-4b69-a5ee-3e3870e9c5f4" + ); + embedContainer.classList.add("embed-design-container"); + const cyContainer = document.createElement("div"); + cyContainer.id = "embedded-design-7d183e77-09e1-4b69-a5ee-3e3870e9c5f4-cy"; + cyContainer.classList.add("embed-canvas-container"); + embedContainer.appendChild(cyContainer); + addStyles(); + + var cy = (window.cy = cytoscape({ + container: document.getElementById( + "embedded-design-7d183e77-09e1-4b69-a5ee-3e3870e9c5f4-cy" + ), + + autounselectify: true, + + boxSelectionEnabled: false, + minZoom: 0.5, + maxZoom: 6.6, + layout: { + name: "preset" + }, + elements: data.elements, + style: data.style + })); + + Object.keys(data.elementStyles).forEach(id => { + cy.getElementById(id).style(data.elementStyles[id]); + }); + + cy.style().update(); + CreateToolBar(); +}); diff --git a/content/en/kanvas/designer/whiteboarding/_index.md b/content/en/kanvas/designer/whiteboarding/_index.md index 43ad2f04..892da239 100644 --- a/content/en/kanvas/designer/whiteboarding/_index.md +++ b/content/en/kanvas/designer/whiteboarding/_index.md @@ -99,11 +99,18 @@ The tooltip is your gateway to customization. It's simple and intuitive, offerin Manage layers, group elements, for better organization. These advanced tools ensure collaborative work while preserving design integrity. -#### Line and Edge Editing +#### Customizing Line Styles -Lines and edges are easily manipulated. Adjust thickness, style, and endpoints effortlessly. Drag line segments to create bends or curves, adding detail to visual representations. +You have the flexibility to customize lines to fit your design needs and architectural specifications. Lines can represent various relationships, such as data flow, dependencies, or communication between components. By adjusting line properties like curve style, arrow style, and line type (e.g., solid or dashed), you can visually convey different meanings, making your design easier for others to interpret. Use the design tooltip to adjust these visual elements and create clear, meaningful connections between components in your architecture. + +![Edit Line](./line-editing.gif) + +#### Adding Line Animations + +Take your designs a step further by adding animations to the lines, like the `marching ants` effect, to emphasize flow or movement between components. This feature improves visual clarity by highlighting the direction and movement of processes or data throughout your system, making interactions more intuitive. Adding this animation is simple, just click on the line and use the design tooltip. + +![Marching Ants Animation](./marching-ants.gif) -Tip:To enable this animation for an edge, set the animation property of relationship metadata to "marching-ants". #### Consistent Functionality The customization tools apply uniformly to all annotation types. Changes made within the tooltip reflect instantly on the canvas, facilitating real-time collaboration. diff --git a/content/en/kanvas/designer/whiteboarding/line-editing.gif b/content/en/kanvas/designer/whiteboarding/line-editing.gif new file mode 100644 index 00000000..ed3b927d Binary files /dev/null and b/content/en/kanvas/designer/whiteboarding/line-editing.gif differ diff --git a/content/en/kanvas/designer/whiteboarding/marching-ants.gif b/content/en/kanvas/designer/whiteboarding/marching-ants.gif new file mode 100644 index 00000000..ac1a65fb Binary files /dev/null and b/content/en/kanvas/designer/whiteboarding/marching-ants.gif differ