Case Changing Doesn’t work on inkscape 1.0.2
<!-- Please report new issues at https://inkscape.org/report; this tracker is for staff-confirmed issues only. See our full bug reporting guidelines at https://inkscape.org/contribute/report-bugs/ --> #### Steps to reproduce: <!-- Describe what you did (step-by-step) so we can reproduce: --> - open Inkscape - ... then type something using the text tool. Then Go to extensions Text/Change case & Upper case. select on of the options given to you eg. uppercase #### What happened? after typing what you want & goinng to the extensions tab Text/change Case/ uppercase .it give me an error massage saying. (-- Traceback (most recent call last): File "text_uppercase.py", line 12, in <module> Uppercase().run() File "C:\Program Files\Inkscape\share\inkscape\extensions\inkex\base.py", line 140, in run self.save_raw(self.effect()) File "C:\Program Files\Inkscape\share\inkscape\extensions\inkex\extensions.py", line 315, in effect for elem in nodes.values(): AttributeError: 'odict_values' object has no attribute 'values' --) ... #### What should have happened? The letters should have change to uppercase letters ... #### Inkscape Version and Operating System: - Inkscape Version: ... <!-- (run inkscape -V or copy from Help → About Inkscape, top right) --> Inkscape 1.0.2 ![upper_case_Feature_not_working] 64 bit - Operating System: ... 64 bit - Operating System version: ... windows 10 pro <!-- Example file: Attach a sample file (or files) highlighting the issue, if appropriate. --> ![extension__interpolate_](/uploads/730cc92cc59cf3e1e8288d54ca9f7ec0/extension__interpolate_.PNG) ![upper_case_Feature_not_working](/uploads/4d8ffa285fc9223737daa2bc300b5cdf/upper_case_Feature_not_working.PNG)
issue