Shivendra Agarwal
My feedback
62 results found
-
16 votesShivendra Agarwal supported this idea ·
-
41 votesShivendra Agarwal supported this idea ·
-
1 vote
This feature is no longer available
Shivendra Agarwal shared this idea · -
19 votesShivendra Agarwal supported this idea ·
-
30 votes
As per the comment, go to 'Preferences > User Interface > Share Button' and select 'Match Brightness' — it will no longer appear blue.
To achieve the same in Photoshop, try toggling 'Neutral Color Mode' in 'Preferences > Interface'.
If you still wish to just have it gone for good — please upvote this separate request.
Shivendra Agarwal supported this idea · -
28 votesShivendra Agarwal supported this idea ·
-
2 votesShivendra Agarwal shared this idea ·
-
8 votesShivendra Agarwal supported this idea ·
-
4 votesShivendra Agarwal supported this idea ·
-
19 votes
Star is now a live shape and available in the all the public builds starting from V 28.3.0.
You can now customise your star in any way you like; may it be changing the no of sides, corner angles, or even the corner radius.
Please try it out and let us know what y'all think !
Shivendra Agarwal supported this idea · -
221 votesShivendra Agarwal supported this idea ·
-
5 votesShivendra Agarwal supported this idea ·
-
39 votesShivendra Agarwal supported this idea ·
-
2 votesShivendra Agarwal shared this idea ·
-
1 voteShivendra Agarwal shared this idea ·
-
12 votesCompleted (Comments Open) · AdminAvinash Singh Kotwal (Principal Product Manager, Adobe Illustrator) responded
I am happy to share that we have fixed this bug in our latest release – 23.0.6 which is available worldwide now.
Going forward, our goal is to fix as many top User-Voice bugs as possible and as frequently as possible. Given the nature of the fixes, some of the bugs will take a longer time to fix, but we are on it.
You can update to the latest release using Creative Cloud desktop App: https://helpx.adobe.com/in/creative-cloud/help/creative-cloud-updates.html
Thank you for all the feedback. Keep it coming!
An error occurred while saving the comment Shivendra Agarwal supported this idea · -
5 votes
An error occurred while saving the comment Shivendra Agarwal commented"it seems to be fairly random".
Then it occurs this is some uninitialized value in dictionary which is being read during this custom file open logic. As I mentioned earlier please undefine the given key in dictionary in you plugin prior to querying max size.I understand your concern with the change in behavior of SetPosition api with cc2018. Reverting that change is not a solution since the problem you are mentioned is in GetDocumentMaxArtboardBounds api which is independent of SetPosition api.
You may try GetDocumentMaxArtboardBounds api even on earlier version and the behavior should be consistent with current version of sdk.Shivendra Agarwal supported this idea ·An error occurred while saving the comment Shivendra Agarwal commentedMaybe there is some faulty entry in artwork dictionary which is not yet updated during read in your custom file-format plugin.
Can you try deleting the following entry from document dictionary in your code prior to calling GetDocumentMaxArtboardBounds.Key: "AIDocumentCanvasSize"
/** Removes the entry with a given key from a dictionary.
@param dict The dictionary.
@param key The key object.
*/
AIAPI AIErr (*DeleteEntry) ( AIDictionaryRef dictionary, AIDictKey key );An error occurred while saving the comment Shivendra Agarwal commentedOffset must be the document ruler origin, which is generally not on top-left but somewhere around the center of canvas.
From documentation:
/** Retrieves the maximum valid bounds of any artboard, expressed relative to
the ruler origin of the current document, *regardless of the current
size of the document's artboard*.
@param bounds [out] A buffer in which to return the rectangle,
*/
AIAPI AIErr (*GetDocumentMaxArtboardBounds)( AIRealRect *bounds );An error occurred while saving the comment Shivendra Agarwal commented1. What is the "/artboard" setting in the user preferences intended for?
Ans: As quickly I can see, it just holds the preference for the artboard dimension which will be loaded on Cmnd-Alt-N. And that is decided on the basis of initial artboard size chosen while Cmnd-N or a default 792*612. It has nothing to do with canvas/ doc size.2. Why does the "/artboard" setting affect the result of the AIDocument::GetDocumentMaxArtboardBounds SDK function?
Ans: Ideally it should not as I can understand from api name. This needs to be verified though if this is happening. I hope you are working with latest sdk.3. How can a plugin create a 750x750 px artboard, when the user's "/artboard" setting is smaller?
Ans: If (2) is resolved then (3)is NA.An error occurred while saving the comment Shivendra Agarwal commentedHello Patrick,
The change in CC2018 was to restrict the Artboards within the Canvas/ Document bounds which are safe to work by design. Each canvas is of fixed size i.e. 16383*16383 px.
From your statement: "one who uses small documents and one who uses large documents"
I am not sure what you mean by different doc size as what I understand, canvas/ doc size can never be different than 16383*16383 px..We expect users to utilize this max doc size only for their workflows. In case there was some data that was lying outside earlier, it will still open correctly but should be brought in within canvas boundaries in new versions of illustrator for further modifications.
-
5 votesShivendra Agarwal supported this idea ·
-
23 votesShivendra Agarwal supported this idea ·
-
13 votesShivendra Agarwal supported this idea ·
Checkout:
https://helpx.adobe.com/in/illustrator/kb/fixed-issues.html
Illustrator 2019 (version 23.0.5)
Cannot select or move the artboard below