Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit efa87f1

Browse filesBrowse files
committed
Oops in last commit -- left in debugging info.
svn path=/branches/v0_91_maint/; revision=5090
1 parent df366c7 commit efa87f1
Copy full SHA for efa87f1

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed

‎lib/matplotlib/backends/backend_svg.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_svg.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,6 @@ def _add_char_def(self, prop, char):
390390
currx, curry = step[-2], -step[-1]
391391
path_data = ''.join(path_data)
392392
char_num = 'c_%s' % md5.new(path_data).hexdigest()
393-
char_num = len(self._char_defs)
394393
path_element = '<path id="%s" d="%s"/>\n' % (char_num, ''.join(path_data))
395394
self._char_defs[char_id] = char_num
396395
return path_element

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.