Git Product home page Git Product logo

Comments (6)

Fuzzyma avatar Fuzzyma commented on July 29, 2024

TL;RD: use el.selectize()

You are right. Thats why the second sentence in the readme is:

Note: Duo to naming conflicts the exported method was renamed from select() to selectize().

I had no time for updating the whole readme including the demo page. Iam sorry.

from svg.select.js.

baloodevil avatar baloodevil commented on July 29, 2024

from svg.select.js.

Fuzzyma avatar Fuzzyma commented on July 29, 2024

In that case give me your code where you used it together with the exact version you are trying to use of both svg.js and svg.select.js

from svg.select.js.

baloodevil avatar baloodevil commented on July 29, 2024

Switch between the two svg.min.js urls. The first works, the second throws an error.

<html>
<head>
    <style>
        .svg_select_boundingRect {
            fill: gray;
        }
    </style>
</head>
<body onload="doStuff();">
    <script src="http://svgjs.com/svg.select.js/demo/svg.min.js"></script>
    <!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/svg.js/2.6.3/svg.min.js"></script> -->
    <script src="js/svg.select.min.js"></script>
    <script lang="text/javascript">
        function doStuff() {
            var drawing = new SVG('drawing').size('100%', '100%');
            
                    var poly = drawing.polygon('350,50 283,250 450,122 250,122 416,250')
                        .attr('pointer-events', "visible");
            
                    poly.on('mousedown', function (e) {
                        poly.select().select({
                            deepSelect: true
                        });
                    }, false);
        }
    </script>
    <div id="drawing"></div>
</body>
</html>`

from svg.select.js.

Fuzzyma avatar Fuzzyma commented on July 29, 2024

Do you use the newest svg.select.js? Because the old does not work with the new svg.js and vice versa.
You take both new versions or both old and it will work (new one with selectize Ofc)

from svg.select.js.

Fuzzyma avatar Fuzzyma commented on July 29, 2024

closed due to no reply

from svg.select.js.

Related Issues (20)

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.