Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wynn
purr-data
Commits
6f896ed3
Commit
6f896ed3
authored
Jul 09, 2016
by
Jonathan Wilkes
Browse files
fix text size regression caused by some debugging code accidentally added to the repo
parent
46b5c66b
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/pdgui.js
View file @
6f896ed3
...
...
@@ -1728,7 +1728,7 @@ function gui_text_new(canvasname, myname, type, isselected, left_margin, font_he
// text is handled under tk...
// 'dominant-baseline': 'hanging',
"
shape-rendering
"
:
"
crispEdges
"
,
"
font-size
"
:
(
pd_fontsize_to_gui_fontsize
(
font
)
===
11.65
?
12
:
pd_fontsize_to_gui_fontsize
(
font
))
+
"
px
"
,
"
font-size
"
:
pd_fontsize_to_gui_fontsize
(
font
)
+
"
px
"
,
"
font-weight
"
:
"
normal
"
,
id
:
myname
+
"
text
"
,
"
class
"
:
"
box_text
"
...
...
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