Skip to content

mustimplement (on reset_transform) goes wrong #12

@lobingera

Description

@lobingera

this started out in JuliaImages/ImageView.jl#139 but at a closer look, the assertion by mustimplement goes something wrong, here https://github.com/JuliaGraphics/Graphics.jl/blob/master/src/Graphics.jl#L391, because:

               _
   _       _ _(_)_     |  A fresh approach to technical computing
  (_)     | (_) (_)    |  Documentation: https://docs.julialang.org
   _ _   _| |_  __ _   |  Type "?help" for help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 0.6.2 (2017-12-13 18:08 UTC)
 _/ |\__'_|_|_|\__'_|  |  Official http://julialang.org/ release
|__/                   |  x86_64-pc-linux-gnu

julia> using Cairo

julia> reset_transform
reset_transform (generic function with 1 method)

julia> methods(reset_transform)
# 1 method for generic function "reset_transform":
reset_transform(ctx::Cairo.CairoContext) in Cairo at /home/lobi/.julia/v0.6/Cairo/src/Cairo.jl:595

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions