Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
spot-web-app
Commits
d3268758
Commit
d3268758
authored
Oct 12, 2018
by
Alexandre Duret-Lutz
Browse files
fix location of w₃ in the most common case
parent
569d9805
Pipeline
#4204
passed with stage
in 1 minute and 39 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
server/spotapi.py
View file @
d3268758
...
...
@@ -502,7 +502,7 @@ svg_compare_list = [
<text text-anchor="middle" x="50" y="53">w₄</text>
<text text-anchor="middle" x="150" y="53">w₂</text>
<text text-anchor="middle" x="100" y="53">w₁</text>
<text text-anchor="middle" x="100" y="
100
">w₃</text>
<text text-anchor="middle" x="100" y="
99
">w₃</text>
</svg>"""
,
"The two formulas are incomparable."
),
(
"""<svg width="200px" height="100px" viewBox="0 0 200 100">
<ellipse cx="100" cy="50" rx="90" ry="40" style='fill:cyan;opacity:0.3' />
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment