Git Product home page Git Product logo

Comments (5)

h-wei avatar h-wei commented on July 29, 2024

我们正在验证和处理这个问题

from egret-ios-support.

h-wei avatar h-wei commented on July 29, 2024

@Danielhu229 ,请问你是在iOS support的哪一个版本上面出现的,我们对最近的两个版本(v2.5.6和v2.5.5)按照你的方法进行了测试,但是没有重现。

from egret-ios-support.

Danielmelody avatar Danielmelody commented on July 29, 2024

2.5.6版本,另外 egret-core 的版本也是2.5.6,
我另外测试了一下,新建一个项目,只改动了Main中的createGameSence 函数如下

    var shape: egret.Shape = new egret.Shape();
    this.addChild(shape);
    shape.graphics.beginFill(0x00ffff, 1);
    shape.graphics.drawCircle(300, 300, 30);
    shape.graphics.endFill();
    shape.graphics.beginFill(0x00ffff, 1);
    shape.graphics.drawRect(10, 10, 100, 100);
    shape.graphics.endFill();

依旧无法在iOS上绘制圆形,在chrome上绘制正确
我是否遗漏了什么步骤?

from egret-ios-support.

h-wei avatar h-wei commented on July 29, 2024

@Danielhu229 我们已经确认问题,正在尝试修复,谢谢。

from egret-ios-support.

h-wei avatar h-wei commented on July 29, 2024

@Danielhu229 这个问题我们已经修复了,将在2.5.7中发布,也就是本周五

from egret-ios-support.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.