Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
What's new
2
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Projects
Groups
Snippets
Sign up now
Login
Sign in / Register
Toggle navigation
Menu
Open sidebar
Inkscape
inkscape
Commits
160dc740
Verified
Commit
160dc740
authored
Jul 02, 2021
by
Thomas Klausner
Committed by
Marc Jeanmougin
Sep 08, 2021
Browse files
Make sure to use the proper pow()
parent
e12966cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/svg/svg-length.cpp
View file @
160dc740
...
...
@@ -22,6 +22,8 @@
#include
"stringstream.h"
#include
"util/units.h"
using
std
::
pow
;
static
unsigned
sp_svg_length_read_lff
(
gchar
const
*
str
,
SVGLength
::
Unit
*
unit
,
float
*
val
,
float
*
computed
,
char
**
next
);
#ifndef MAX
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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