Opened 6 years ago
Last modified 16 months ago
#1226 assigned defect
xshape scaling is too slow
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 5.0 |
Component: | client | Version: | trunk |
Keywords: | Cc: |
Description
See ticket:501#comment:8, we now use the lazy shape scaling which often gives incorrect results. (two adjacent rectangles may not be adjacent after we have scaled their coordinates..)
We should be able to make this much faster, either using numpy or cython.
Change History (4)
comment:5 Changed 4 years ago by
Milestone: | 1.0 → 4.0 |
---|---|
Status: | new → assigned |
comment:7 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1226
Note: See
TracTickets for help on using
tickets.
See also #1351 and #893.