You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under certain circumstances that I don't understand, a sql_table shape can be mis-rendered.
Code to reproduce:
style {
fill: lemonchiffon
}
legend: {
shape: sql_table
"***": not in terraform yet
}
thing
(Originally this stuff was inside a container, where the style declaration actually made sense. The problem manifests in that context also).
The result is that the legend is rendered as usual, plus it acts as if legend is a normal container, and a shape containing the label "not in terraform yet" is superimposed on top of the sql_table.
Here is the result:
Observations:
If you remove the thing shape, the problem goes away.
If you remove the style declaration, the problem goes away.
The text was updated successfully, but these errors were encountered:
d2 0.1.2, tala 0.2.9
Under certain circumstances that I don't understand, a
sql_table
shape can be mis-rendered.Code to reproduce:
(Originally this stuff was inside a container, where the style declaration actually made sense. The problem manifests in that context also).
The result is that the legend is rendered as usual, plus it acts as if
legend
is a normal container, and a shape containing the label "not in terraform yet" is superimposed on top of thesql_table
.Here is the result:
Observations:
If you remove the
thing
shape, the problem goes away.If you remove the
style
declaration, the problem goes away.The text was updated successfully, but these errors were encountered: