Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. SVG Anna icon is bigger than others.
Forum Updated to NodeBB v4.3 + New Features

SVG Anna icon is bigger than others.

Scheduled Pinned Locked Moved Mobile and Embedded
20 Posts 9 Posters 9.6k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kkrzewniak
    wrote on 15 Jul 2011, 15:14 last edited by
    #7

    I don't think it's a wrong place for such posts, and would strongly recommend you post a solution if you do find one.

    Me, Grimlock, not "nice dino". ME BASH BRAINS!

    1 Reply Last reply
    0
    • Q Offline
      Q Offline
      q8phantom
      wrote on 15 Jul 2011, 15:50 last edited by
      #8

      Yeah Sure I'll do, cause Anna is coming soon for all the devices and I think that's important for every Nokia developer. If you didn't see any solution post for me a question regarding if I find one better though I'll try to not forget ;p.

      1 Reply Last reply
      0
      • Q Offline
        Q Offline
        qtrahul
        wrote on 15 Jul 2011, 17:18 last edited by
        #9

        This the : "SVG icon guidelines for Symbian Anna":http://www.developer.nokia.com/Resources/Library/Design_and_UX/designing-for-nokia-platforms/designing-for-symbian/nokia-surround-icons.html

        Best regards,

        1 Reply Last reply
        0
        • Q Offline
          Q Offline
          q8phantom
          wrote on 16 Jul 2011, 16:23 last edited by
          #10

          I think it should be done under Illustrator, Inkscape isn't sufficient so I'm going to try it soon, and get back with the results.

          1 Reply Last reply
          0
          • Q Offline
            Q Offline
            q8phantom
            wrote on 16 Jul 2011, 18:18 last edited by
            #11

            Hello there everyone,

            Finally, find the easier solution.

            First you have to use Adobe Illustrator and follow the steps on the Nokia site posted by qtrahul.

            But there's some things to keep in mind that I've faced during this :

            • The tool that converts from SVG to SVG tiny on Nokia site isn't working for me + It's paid and there's a free tool which is called SVG Converter here is the screen shot, sorry I coudn't find the link for it, it seems broken, if someone can't find a link for it, let me know.

            !http://1.bp.blogspot.com/-2v58z-ETz4U/TfexsT1C34I/AAAAAAAAAR4/ny0f0CFphG4/s1600/Nokia_svg_converter.JPG(ScreenShot)!

            • If you want to put a png over the template, don't forget to resize it, otherwise the svg size is going to be huge and it will make your phone lags.

            That's all about it, and thank you for the help. Thank you qtrahul for the link.

            1 Reply Last reply
            0
            • E Offline
              E Offline
              Eddy
              wrote on 16 Jul 2011, 19:20 last edited by
              #12

              http://www.brothersoft.com/svg-import-export-converter-43134.html

              Qt Certified Specialist
              www.edalsolutions.be

              1 Reply Last reply
              0
              • M Offline
                M Offline
                Matze5590
                wrote on 13 Sept 2011, 12:49 last edited by
                #13

                Hi all,
                i had the same problem and found another solution. (because i don't have Adobe Illustrator)
                you just need inkscape.

                i used a transparent square 96x96px and it worked fine!
                i think this is maybe not the way it should be, but it works!

                maybe "this":http://www.developer.nokia.com/Resources/Library/Design_and_UX/designing-for-nokia-platforms/designing-for-symbian/symbian-iconography-guidelines/launcher-icons/icon-canvas.html helps you go on with your icon.

                1 Reply Last reply
                0
                • Q Offline
                  Q Offline
                  q8phantom
                  wrote on 13 Sept 2011, 12:55 last edited by
                  #14

                  Thank you for your post :) This definitely will help others.

                  1 Reply Last reply
                  0
                  • M Offline
                    M Offline
                    MichK
                    wrote on 14 Sept 2011, 06:39 last edited by
                    #15

                    I found that when creating icons with Inkscape then my icons are stretched on the Symbian^3 devices. After investigating issue a little I found that I have to change a line in SVG file.
                    From this:
                    @
                    <svg width="80" version="1.1" height="80" baseProfile="tiny" xmlns:xlink="http://www.w3.org/1999/xlink" id="svg2">
                    @
                    To this:
                    @
                    <svg width="80" version="1.1" height="80" baseProfile="tiny" xmlns:xlink="http://www.w3.org/1999/xlink" id="svg2" viewBox="0 0 80 80">
                    @

                    1 Reply Last reply
                    0
                    • A Offline
                      A Offline
                      Alicemirror
                      wrote on 14 Sept 2011, 07:02 last edited by
                      #16

                      Hi,

                      just a note: why do you tell that Inkscape is not sufficient creating correct Icons? I am using only it and them are creating withour great problems of the desired sizes.

                      Enrico Miglino (aka Alicemirror)
                      Balearic Dynamics
                      Islas Baleares, Ibiza (Spain)
                      www.balearicdynamics.com

                      1 Reply Last reply
                      0
                      • S Offline
                        S Offline
                        srikanth_trulyit
                        wrote on 16 Sept 2011, 12:28 last edited by
                        #17

                        Exact info about Nokia Surround Icon canvas can be found "here":http://www.developer.nokia.com/Resources/Library/Design_and_UX/designing-for-nokia-platforms/designing-for-symbian/symbian-iconography-guidelines/launcher-icons/icon-canvas.html

                        More on launcher icons can be found "here":http://www.developer.nokia.com/Resources/Library/Design_and_UX/designing-for-nokia-platforms/designing-for-symbian/symbian-iconography-guidelines/launcher-icons.html

                        1 Reply Last reply
                        0
                        • A Offline
                          A Offline
                          Alicemirror
                          wrote on 16 Sept 2011, 12:45 last edited by
                          #18

                          Nice advice! Are not valide the same specifications to build the icons in Harmattan? Proportions seems the same. I had no idea that there was the graphic specs for Anna too.

                          Enrico Miglino (aka Alicemirror)
                          Balearic Dynamics
                          Islas Baleares, Ibiza (Spain)
                          www.balearicdynamics.com

                          1 Reply Last reply
                          0
                          • S Offline
                            S Offline
                            srikanth_trulyit
                            wrote on 19 Sept 2011, 06:42 last edited by
                            #19

                            Nokia is kind enough to provide iconography for "Meego Harmattan":http://www.developer.nokia.com/Resources/Library/Design_and_UX/designing-for-nokia-platforms/designing-for-meego-12-harmattan/meego-12-harmattan-iconography-guidelines.html also.

                            "Here":http://www.developer.nokia.com/Resources/Library/Design_and_UX/designing-for-nokia-platforms/iconography-style-summary.html is quick glance at all S40, Symbian, Harmattan iconography.

                            1 Reply Last reply
                            0
                            • A Offline
                              A Offline
                              Alicemirror
                              wrote on 19 Sept 2011, 06:44 last edited by
                              #20

                              Many thanks. I have used extensively the Meego Harmattan specifications but not yet checked the others. Good link, than kyou.

                              Enrico Miglino (aka Alicemirror)
                              Balearic Dynamics
                              Islas Baleares, Ibiza (Spain)
                              www.balearicdynamics.com

                              1 Reply Last reply
                              0

                              • Login

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • Categories
                              • Recent
                              • Tags
                              • Popular
                              • Users
                              • Groups
                              • Search
                              • Get Qt Extensions
                              • Unsolved